Translation components API.

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

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

{
    "count": 2551,
    "next": null,
    "previous": "http://translate.pretalx.com/api/translations/pretalx/pretalx/ko/changes/?format=api&page=51",
    "results": [
        {
            "unit": null,
            "component": "http://translate.pretalx.com/api/components/pretalx/pretalx/?format=api",
            "translation": "http://translate.pretalx.com/api/translations/pretalx/pretalx/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-03T14:02:41.510110Z",
            "action": 44,
            "target": "",
            "id": 53181,
            "action_name": "New strings to translate",
            "url": "http://translate.pretalx.com/api/changes/53181/?format=api"
        }
    ]
}