Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/sumwars/joringsbridge/fr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/1267929/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/joringsbridge/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Mo/?format=api",
            "author": "https://hosted.weblate.org/api/users/Mo/?format=api",
            "timestamp": "2015-03-09T11:11:30+01:00",
            "action": 2,
            "target": "…",
            "id": 222200,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/222200/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/1267989/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/joringsbridge/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "author": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "timestamp": "2015-03-08T20:48:44+01:00",
            "action": 5,
            "target": "Silence !",
            "id": 221122,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/221122/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/1267929/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/joringsbridge/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "author": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "timestamp": "2015-03-08T13:23:36+01:00",
            "action": 5,
            "target": "...",
            "id": 220665,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/220665/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/1267975/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/joringsbridge/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "author": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "timestamp": "2015-03-08T12:46:00+01:00",
            "action": 5,
            "target": "Non",
            "id": 220497,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/220497/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/1268022/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/joringsbridge/fr/?format=api",
            "user": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "author": "https://hosted.weblate.org/api/users/Tuux/?format=api",
            "timestamp": "2015-03-08T12:45:48+01:00",
            "action": 5,
            "target": "Oui",
            "id": 220482,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/220482/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/joringsbridge/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/joringsbridge/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-11-14T16:03:21+01:00",
            "action": 0,
            "target": "",
            "id": 126220,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/126220/?format=api"
        }
    ]
}