Translation components API.

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

GET /api/translations/ooops-mixin-14-0/web_google_maps/fr/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": "http://weblate.ops404.it/api/components/ooops-mixin-14-0/web_google_maps/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-mixin-14-0/web_google_maps/fr/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-11-03T16:27:30.925788+01:00",
            "action": 0,
            "target": "",
            "id": 39133,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/39133/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-mixin-14-0/web_google_maps/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-mixin-14-0/web_google_maps/fr/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-11-03T16:27:31.021419+01:00",
            "action": 44,
            "target": "",
            "id": 39134,
            "action_name": "New strings to translate",
            "url": "http://weblate.ops404.it/api/changes/39134/?format=api"
        }
    ]
}