Translation components API.

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

GET /api/translations/galette/doc-user-advanced/uk/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 102,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/uk/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/galette/doc-user-advanced/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-11-01T09:14:42.583866+01:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 8023646,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/8023646/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/galette/doc-user-advanced/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/doc-user-advanced/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-06-20T08:19:44.831255+02:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 6485319,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/6485319/?format=api"
        }
    ]
}