Translation components API.

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

GET /api/translations/hadith-collection/glossary/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://translate.gtaf.org/api/components/hadith-collection/glossary/?format=api",
            "translation": "http://translate.gtaf.org/api/translations/hadith-collection/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-01-07T09:38:37.199500Z",
            "action": 0,
            "target": "",
            "id": 123864,
            "action_name": "Resource updated",
            "url": "http://translate.gtaf.org/api/changes/123864/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.gtaf.org/api/components/hadith-collection/glossary/?format=api",
            "translation": "http://translate.gtaf.org/api/translations/hadith-collection/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-01-07T09:38:37.078754Z",
            "action": 17,
            "target": "",
            "id": 123863,
            "action_name": "Changes committed",
            "url": "http://translate.gtaf.org/api/changes/123863/?format=api"
        }
    ]
}