Translation components API.

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

GET /api/translations/libo_help-24-2/textscalc06/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": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textscalc06/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalc06/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:42:19.264920Z",
            "action": 0,
            "target": "",
            "id": 49113414,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/49113414/?format=api"
        },
        {
            "unit": "https://translations.documentfoundation.org/api/units/111380809/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_help-24-2/textscalc06/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-24-2/textscalc06/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-01T18:42:19.264859Z",
            "action": 59,
            "target": "Fichiers d'exemple Calc",
            "id": 49113413,
            "action_name": "String updated in the repository",
            "url": "https://translations.documentfoundation.org/api/changes/49113413/?format=api"
        }
    ]
}