Translation components API.

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

GET /api/translations/aleksis/aleksis-app-untis/tr/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-untis/tr/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/aleksis-app-untis/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-untis/tr/?format=api",
            "user": "https://translate.edugit.org/api/users/debdolph/?format=api",
            "author": "https://translate.edugit.org/api/users/debdolph/?format=api",
            "timestamp": "2020-04-01T13:53:41.584356Z",
            "action": 0,
            "target": "",
            "id": 2174,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/2174/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/aleksis-app-untis/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-untis/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-24T14:54:35.593285Z",
            "action": 0,
            "target": "",
            "id": 1606,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/1606/?format=api"
        }
    ]
}