Translation components API.

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

GET /api/translations/libo_help-master/textsdrawguide/cs/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 101,
    "next": null,
    "previous": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsdrawguide/cs/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/libo_help-master/textsdrawguide/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_help-master/textsdrawguide/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-12T01:40:16.454002Z",
            "action": 0,
            "target": "",
            "id": 92236,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/92236/?format=api"
        }
    ]
}