Translation components API.

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

GET /api/translations/yast-languages_db/master/bs/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/bs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-15T19:35:44Z",
            "action": 0,
            "target": "",
            "id": 107486,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/107486/?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/bs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-09-21T02:33:14.223420Z",
            "action": 0,
            "target": "",
            "id": 1282864,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1282864/?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/bs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-09-21T02:33:26.743562Z",
            "action": 44,
            "target": "",
            "id": 1282940,
            "action_name": "New string to translate",
            "url": "https://l10n.opensuse.org/api/changes/1282940/?format=api"
        }
    ]
}