Translation components API.

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

GET /api/translations/dicio-android/strings/eo/changes/?format=api&page=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 351,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/dicio-android/strings/eo/changes/?format=api&page=7",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/76419069/?format=api",
            "component": "https://hosted.weblate.org/api/components/dicio-android/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/dicio-android/strings/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-17T14:00:06.383113+02:00",
            "action": 59,
            "target": "",
            "old": "",
            "details": {
                "state": 100,
                "source": "Dicio",
                "old_state": -1
            },
            "id": 25061048,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/25061048/?format=api"
        }
    ]
}