Translation components API.

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

GET /api/translations/ricin/app/zh_Hant/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/ricin/app/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ricin/app/zh_Hant/?format=api",
            "user": "https://hosted.weblate.org/api/users/crlambda/?format=api",
            "author": "https://hosted.weblate.org/api/users/crlambda/?format=api",
            "timestamp": "2021-01-24T09:41:41.900993+01:00",
            "action": 48,
            "target": "",
            "old": "",
            "details": {
                "language": "zh_Hant"
            },
            "id": 9097060,
            "action_name": "Language added",
            "url": "https://hosted.weblate.org/api/changes/9097060/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/ricin/app/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ricin/app/zh_Hant/?format=api",
            "user": "https://hosted.weblate.org/api/users/crlambda/?format=api",
            "author": "https://hosted.weblate.org/api/users/crlambda/?format=api",
            "timestamp": "2021-01-24T09:41:40.312388+01:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 9097058,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9097058/?format=api"
        }
    ]
}