Translation projects API.


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

GET /api/projects/fortresscraft-evolved/changes/?format=api&page=3628
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 72542,
    "next": null,
    "previous": "http://weblate.tectic.de/api/projects/fortresscraft-evolved/changes/?format=api&page=3627",
    "results": [
        {
            "unit": "http://weblate.tectic.de/api/units/1/?format=api",
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "translation": "http://weblate.tectic.de/api/translations/fortresscraft-evolved/master/de/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2017-04-13T11:37:10.476694+02:00",
            "action": 13,
            "target": "",
            "id": 2,
            "action_name": "New source string",
            "url": "http://weblate.tectic.de/api/changes/2/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.tectic.de/api/components/fortresscraft-evolved/master/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2017-04-13T11:37:10.109408+02:00",
            "action": 20,
            "target": "",
            "id": 1,
            "action_name": "Merged repository",
            "url": "http://weblate.tectic.de/api/changes/1/?format=api"
        }
    ]
}