Translation components API.

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

GET /api/translations/tryton/edocument_uncefact/nl/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 52,
    "next": null,
    "previous": "https://translate.tryton.org/api/translations/tryton/edocument_uncefact/nl/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.tryton.org/api/units/275952/?format=api",
            "component": "https://translate.tryton.org/api/components/tryton/edocument_uncefact/?format=api",
            "translation": "https://translate.tryton.org/api/translations/tryton/edocument_uncefact/nl/?format=api",
            "user": "https://translate.tryton.org/api/users/bert/?format=api",
            "author": "https://translate.tryton.org/api/users/bert/?format=api",
            "timestamp": "2019-07-22T14:05:27.837119Z",
            "action": 5,
            "target": "EDocument UN / CEFACT Factuur",
            "id": 33039,
            "action_name": "Translation added",
            "url": "https://translate.tryton.org/api/changes/33039/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.tryton.org/api/components/tryton/edocument_uncefact/?format=api",
            "translation": "https://translate.tryton.org/api/translations/tryton/edocument_uncefact/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-05-03T23:59:13.475077Z",
            "action": 0,
            "target": "",
            "id": 14409,
            "action_name": "Resource updated",
            "url": "https://translate.tryton.org/api/changes/14409/?format=api"
        }
    ]
}