Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/250708/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/defend_dwarfenwall/ru/?format=api",
            "user": "https://hosted.weblate.org/api/users/megabazoooka/?format=api",
            "author": "https://hosted.weblate.org/api/users/megabazoooka/?format=api",
            "timestamp": "2019-05-18T19:32:31+02:00",
            "action": 4,
            "target": "Завершенные",
            "id": 4217556,
            "action_name": "Suggestion added",
            "url": "https://hosted.weblate.org/api/changes/4217556/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/250709/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/defend_dwarfenwall/ru/?format=api",
            "user": "https://hosted.weblate.org/api/users/orion1979/?format=api",
            "author": "https://hosted.weblate.org/api/users/orion1979/?format=api",
            "timestamp": "2014-10-06T22:01:47+02:00",
            "action": 5,
            "target": "Описание задания",
            "id": 91046,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/91046/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/defend_dwarfenwall/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:46+01:00",
            "action": 0,
            "target": "",
            "id": 26732,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26732/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/defend_dwarfenwall/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:05+01:00",
            "action": 0,
            "target": "",
            "id": 26620,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26620/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/defend_dwarfenwall/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/defend_dwarfenwall/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:21:23+02:00",
            "action": 0,
            "target": "",
            "id": 4282,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4282/?format=api"
        }
    ]
}