Translation components API.

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

GET /api/translations/pretix/pretix-plugin-facebook/de_Informal/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://translate.pretix.eu/api/components/pretix/pretix-plugin-facebook/?format=api",
            "translation": "https://translate.pretix.eu/api/translations/pretix/pretix-plugin-facebook/de_Informal/?format=api",
            "user": "https://translate.pretix.eu/api/users/raphael/?format=api",
            "author": null,
            "timestamp": "2018-03-08T18:03:22.946764+01:00",
            "action": 17,
            "target": "",
            "id": 15959,
            "action_name": "Changes committed",
            "url": "https://translate.pretix.eu/api/changes/15959/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.pretix.eu/api/components/pretix/pretix-plugin-facebook/?format=api",
            "translation": "https://translate.pretix.eu/api/translations/pretix/pretix-plugin-facebook/de_Informal/?format=api",
            "user": "https://translate.pretix.eu/api/users/raphael/?format=api",
            "author": "https://translate.pretix.eu/api/users/raphael/?format=api",
            "timestamp": "2018-03-08T18:03:22.293190+01:00",
            "action": 1,
            "target": "",
            "id": 15958,
            "action_name": "Translation completed",
            "url": "https://translate.pretix.eu/api/changes/15958/?format=api"
        },
        {
            "unit": "https://translate.pretix.eu/api/units/32325/?format=api",
            "component": "https://translate.pretix.eu/api/components/pretix/pretix-plugin-facebook/?format=api",
            "translation": "https://translate.pretix.eu/api/translations/pretix/pretix-plugin-facebook/de_Informal/?format=api",
            "user": "https://translate.pretix.eu/api/users/raphael/?format=api",
            "author": "https://translate.pretix.eu/api/users/raphael/?format=api",
            "timestamp": "2018-03-08T18:03:22.270435+01:00",
            "action": 5,
            "target": "Die Verbindung dieser Veranstaltung zu der Facebook-Seite wurde entfernt.",
            "id": 15957,
            "action_name": "Translation added",
            "url": "https://translate.pretix.eu/api/changes/15957/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.pretix.eu/api/components/pretix/pretix-plugin-facebook/?format=api",
            "translation": "https://translate.pretix.eu/api/translations/pretix/pretix-plugin-facebook/de_Informal/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-03-06T18:01:42.386014+01:00",
            "action": 0,
            "target": "",
            "id": 9673,
            "action_name": "Resource updated",
            "url": "https://translate.pretix.eu/api/changes/9673/?format=api"
        }
    ]
}