Translation components API.

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

GET /api/translations/kaidan/translations/ko/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/kaidan/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/kaidan/translations/ko/?format=api",
            "user": "https://hosted.weblate.org/api/users/peremen/?format=api",
            "author": "https://hosted.weblate.org/api/users/peremen/?format=api",
            "timestamp": "2021-11-24T00:08:24.946814+01:00",
            "action": 48,
            "target": "",
            "id": 14908087,
            "action_name": "Language added",
            "url": "https://hosted.weblate.org/api/changes/14908087/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/kaidan/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/kaidan/translations/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-24T00:08:24.686854+01:00",
            "action": 0,
            "target": "",
            "id": 14908085,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/14908085/?format=api"
        }
    ]
}