Translation components API.


See <a href="https://docs.weblate.org/en/weblate-2.18/apisubprojects.html">the Weblate's Web API documentation</a> for detailed
description of the API.

GET /api/components/fc_mods/madvandal-mods/changes/?format=api&page=11
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 202,
    "next": null,
    "previous": "http://weblate.tectic.de/api/components/fc_mods/madvandal-mods/changes/?format=api&page=10",
    "results": [
        {
            "unit": "http://weblate.tectic.de/api/units/116162/?format=api",
            "component": "http://weblate.tectic.de/api/components/fc_mods/madvandal-mods/?format=api",
            "translation": "http://weblate.tectic.de/api/translations/fc_mods/madvandal-mods/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-05-07T20:39:18.589549+02:00",
            "action": 13,
            "target": "",
            "id": 55622,
            "action_name": "New source string",
            "url": "http://weblate.tectic.de/api/changes/55622/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.tectic.de/api/components/fc_mods/madvandal-mods/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2018-05-07T20:39:18.067012+02:00",
            "action": 20,
            "target": "",
            "id": 55620,
            "action_name": "Merged repository",
            "url": "http://weblate.tectic.de/api/changes/55620/?format=api"
        }
    ]
}