Translation components API.

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

GET /api/translations/foodfactory/errors/de/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 23,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/foodfactory/errors/de/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/foodfactory/errors/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/foodfactory/errors/de/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2023-06-21T07:41:18",
            "action": 44,
            "target": "",
            "id": 862921,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/862921/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/foodfactory/errors/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/foodfactory/errors/de/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2023-09-08T12:07:38",
            "action": 0,
            "target": "",
            "id": 869302,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/869302/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/foodfactory/errors/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/foodfactory/errors/de/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2023-09-08T12:07:41",
            "action": 44,
            "target": "",
            "id": 869322,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/869322/?format=api"
        }
    ]
}