Translation components API.

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

GET /api/translations/hacknfun/hacknfun-camp/de/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/hacknfun/hacknfun-camp/?format=api",
            "translation": "https://translate.edugit.org/api/translations/hacknfun/hacknfun-camp/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-19T18:24:34.599693Z",
            "action": 0,
            "target": "",
            "id": 9140,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/9140/?format=api"
        }
    ]
}