Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-08-02T21:48:56+02:00",
            "action": 17,
            "target": "",
            "id": 1981854,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/1981854/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/243933/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/pt/?format=api",
            "user": "https://hosted.weblate.org/api/users/gbezerras/?format=api",
            "author": "https://hosted.weblate.org/api/users/gbezerras/?format=api",
            "timestamp": "2017-08-02T19:49:42+02:00",
            "action": 5,
            "target": "O quê?",
            "id": 1981639,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/1981639/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:43+01:00",
            "action": 0,
            "target": "",
            "id": 26720,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26720/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:17:40+02:00",
            "action": 0,
            "target": "",
            "id": 4259,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4259/?format=api"
        }
    ]
}