Translation components API.

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

GET /api/translations/yast-languages_db/master/be/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-languages_db/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-languages_db/master/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-15T19:35:37Z",
            "action": 0,
            "target": "",
            "id": 107480,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/107480/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-languages_db/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-languages_db/master/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-09-21T02:33:13.700458Z",
            "action": 0,
            "target": "",
            "id": 1282861,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1282861/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-languages_db/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-languages_db/master/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-09-21T02:33:26.630429Z",
            "action": 44,
            "target": "",
            "id": 1282937,
            "action_name": "New string to translate",
            "url": "https://l10n.opensuse.org/api/changes/1282937/?format=api"
        }
    ]
}