Translation components API.

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

GET /api/translations/libo_ui-master/glossary/sl/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 202,
    "next": null,
    "previous": "https://translations.documentfoundation.org/api/translations/libo_ui-master/glossary/sl/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://translations.documentfoundation.org/api/units/45925329/?format=api",
            "component": "https://translations.documentfoundation.org/api/components/libo_ui-master/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_ui-master/glossary/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-03T15:39:29.056620Z",
            "action": 31,
            "target": "",
            "id": 2204425,
            "action_name": "String added",
            "url": "https://translations.documentfoundation.org/api/changes/2204425/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/libo_ui-master/glossary/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_ui-master/glossary/sl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-29T13:54:43.844438Z",
            "action": 0,
            "target": "",
            "id": 2195751,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/2195751/?format=api"
        }
    ]
}