Translation components API.

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

GET /api/translations/flarum/fof-secure-https/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://weblate.rob006.net/api/components/flarum/fof-secure-https/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-secure-https/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-12T13:24:25.128203Z",
            "action": 0,
            "target": "",
            "id": 181436,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/181436/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/fof-secure-https/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-secure-https/ko/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-12T13:24:25.458519Z",
            "action": 44,
            "target": "",
            "id": 181437,
            "action_name": "New strings to translate",
            "url": "https://weblate.rob006.net/api/changes/181437/?format=api"
        }
    ]
}