Translation components API.

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

GET /api/translations/storehouse5/sh/fr/changes/?format=api&page=259
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5161,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/storehouse5/sh/fr/changes/?format=api&page=258",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/storehouse5/sh/fr/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-05-03T12:41:48",
            "action": 44,
            "target": "",
            "id": 1150146,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1150146/?format=api"
        }
    ]
}