Translation components API.

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

GET /api/translations/linhome/linhome-shared-texts/pl/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.linphone.org/api/components/linhome/linhome-shared-texts/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linhome/linhome-shared-texts/pl/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-05-28T07:20:45.603231Z",
            "action": 0,
            "target": "",
            "id": 7426,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/7426/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linhome/linhome-shared-texts/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linhome/linhome-shared-texts/pl/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2021-05-28T07:20:46.070930Z",
            "action": 44,
            "target": "",
            "id": 7429,
            "action_name": "New strings to translate",
            "url": "https://weblate.linphone.org/api/changes/7429/?format=api"
        }
    ]
}