Translation components API.

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

GET /api/translations/aleksis-handbook/aleksis-handbook/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.edugit.org/api/units/24463/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis-handbook/aleksis-handbook/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/en/?format=api",
            "user": "https://translate.edugit.org/api/users/debdolph/?format=api",
            "author": null,
            "timestamp": "2021-10-22T08:53:49.982363Z",
            "action": 13,
            "target": "",
            "id": 10195,
            "action_name": "Neue Ausgangszeichenkette",
            "url": "https://translate.edugit.org/api/changes/10195/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis-handbook/aleksis-handbook/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/en/?format=api",
            "user": "https://translate.edugit.org/api/users/debdolph/?format=api",
            "author": "https://translate.edugit.org/api/users/debdolph/?format=api",
            "timestamp": "2021-10-22T08:53:47.731654Z",
            "action": 0,
            "target": "",
            "id": 10194,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/10194/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis-handbook/aleksis-handbook/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis-handbook/aleksis-handbook/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-28T19:40:12.197578Z",
            "action": 0,
            "target": "",
            "id": 7955,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/7955/?format=api"
        }
    ]
}