Translation components API.

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

GET /api/translations/lolibrary/tags-json/it/changes/?format=api&page=16
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 752,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/lolibrary/tags-json/it/changes/?format=api&page=15",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/103633155/?format=api",
            "component": "https://hosted.weblate.org/api/components/lolibrary/tags-json/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/lolibrary/tags-json/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-16T02:41:03.641413+02:00",
            "action": 59,
            "target": "",
            "id": 63638436,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/63638436/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/103633154/?format=api",
            "component": "https://hosted.weblate.org/api/components/lolibrary/tags-json/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/lolibrary/tags-json/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-16T02:41:03.641331+02:00",
            "action": 59,
            "target": "",
            "id": 63638435,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/63638435/?format=api"
        }
    ]
}