Translation components API.

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

GET /api/translations/tinventory/tinventory/en/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 61,
    "next": null,
    "previous": "https://translate.edugit.org/api/translations/tinventory/tinventory/en/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/tinventory/tinventory/?format=api",
            "translation": "https://translate.edugit.org/api/translations/tinventory/tinventory/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-12-05T18:01:51.982802Z",
            "action": 0,
            "target": "",
            "id": 1232,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/1232/?format=api"
        }
    ]
}