Translation components API.

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

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

{
    "count": 81,
    "next": null,
    "previous": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-hjelp/en/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://translate.edugit.org/api/units/8010/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/aleksis-app-hjelp/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-hjelp/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-04-29T12:04:10.094576Z",
            "action": 13,
            "target": "",
            "id": 3495,
            "action_name": "Neue Ausgangszeichenkette",
            "url": "https://translate.edugit.org/api/changes/3495/?format=api"
        }
    ]
}