Translation components API.

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

GET /api/translations/shelter2/shelter_reports/ru/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/shelter2/shelter_reports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/shelter2/shelter_reports/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-08-16T10:40:21",
            "action": 0,
            "target": "",
            "id": 318536,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/318536/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/shelter2/shelter_reports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/shelter2/shelter_reports/ru/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2019-08-16T10:40:26",
            "action": 44,
            "target": "",
            "id": 318539,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/318539/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/shelter2/shelter_reports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/shelter2/shelter_reports/ru/?format=api",
            "dictionary": null,
            "user": 64,
            "author": 64,
            "timestamp": "2019-10-04T14:23:50",
            "action": 0,
            "target": "",
            "id": 363549,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/363549/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/shelter2/shelter_reports/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/shelter2/shelter_reports/ru/?format=api",
            "dictionary": null,
            "user": 64,
            "author": 64,
            "timestamp": "2019-10-04T14:26:00",
            "action": 44,
            "target": "",
            "id": 363553,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/363553/?format=api"
        }
    ]
}