Translation components API.

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

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

{
    "count": 52,
    "next": null,
    "previous": "https://translations.documentfoundation.org/api/translations/libo_ui-master/frameworkmessages/fr/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/libo_ui-master/frameworkmessages/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_ui-master/frameworkmessages/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-08-20T19:30:43.248516Z",
            "action": 0,
            "target": "",
            "id": 133811,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/133811/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/libo_ui-master/frameworkmessages/?format=api",
            "translation": "https://translations.documentfoundation.org/api/translations/libo_ui-master/frameworkmessages/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-07-11T19:24:41.573982Z",
            "action": 0,
            "target": "",
            "id": 79452,
            "action_name": "Resource updated",
            "url": "https://translations.documentfoundation.org/api/changes/79452/?format=api"
        }
    ]
}