Translation components API.

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

GET /api/translations/subz/subz/nb_NO/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 152,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/subz/subz/nb_NO/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/subz/subz/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/subz/subz/nb_NO/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2021-03-04T07:54:57.302652+01:00",
            "action": 48,
            "target": "",
            "id": 9642156,
            "action_name": "Language added",
            "url": "https://hosted.weblate.org/api/changes/9642156/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/subz/subz/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/subz/subz/nb_NO/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2021-03-04T07:54:57.166854+01:00",
            "action": 0,
            "target": "",
            "id": 9642154,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9642154/?format=api"
        }
    ]
}