Translation components API.

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

GET /api/translations/ooops-mixin/muk_branding/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/muk_branding/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-mixin/muk_branding/fr/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-06-23T20:08:47.542205+02:00",
            "action": 0,
            "target": "",
            "id": 15630,
            "action_name": "Resource update",
            "url": "http://weblate.ops404.it/api/changes/15630/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ops404.it/api/components/ooops-mixin/muk_branding/?format=api",
            "translation": "http://weblate.ops404.it/api/translations/ooops-mixin/muk_branding/fr/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-06-23T20:08:49.106062+02:00",
            "action": 44,
            "target": "",
            "id": 15639,
            "action_name": "New strings to translate",
            "url": "http://weblate.ops404.it/api/changes/15639/?format=api"
        }
    ]
}