Translation components API.

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

GET /api/translations/flarum/fof-drafts/te/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-drafts/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/te/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-15T19:41:44.605662Z",
            "action": 0,
            "target": "",
            "id": 81557,
            "action_name": "Resource update",
            "url": "https://weblate.rob006.net/api/changes/81557/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rob006.net/api/components/flarum/fof-drafts/?format=api",
            "translation": "https://weblate.rob006.net/api/translations/flarum/fof-drafts/te/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-15T19:41:44.690996Z",
            "action": 44,
            "target": "",
            "id": 81558,
            "action_name": "New string to translate",
            "url": "https://weblate.rob006.net/api/changes/81558/?format=api"
        }
    ]
}