Translation components API.

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

GET /api/translations/foodfactory/sh_error/ro/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/foodfactory/sh_error/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/foodfactory/sh_error/ro/?format=api",
            "dictionary": null,
            "user": 72,
            "author": 72,
            "timestamp": "2020-04-03T08:47:11",
            "action": 0,
            "target": "",
            "id": 498570,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/498570/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/foodfactory/sh_error/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/foodfactory/sh_error/ro/?format=api",
            "dictionary": null,
            "user": 72,
            "author": null,
            "timestamp": "2020-04-03T08:47:11",
            "action": 17,
            "target": "",
            "id": 498571,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/498571/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/foodfactory/sh_error/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/foodfactory/sh_error/ro/?format=api",
            "dictionary": null,
            "user": 72,
            "author": 72,
            "timestamp": "2020-04-03T08:47:17",
            "action": 44,
            "target": "",
            "id": 498574,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/498574/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/foodfactory/sh_error/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/foodfactory/sh_error/ro/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-10-22T10:52:16",
            "action": 0,
            "target": "",
            "id": 633356,
            "action_name": "Resource update",
            "url": "http://weblate.ucs.ru/api/changes/633356/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/foodfactory/sh_error/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/foodfactory/sh_error/ro/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2020-10-22T10:52:20",
            "action": 44,
            "target": "",
            "id": 633360,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/633360/?format=api"
        }
    ]
}