Translation components API.

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

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

{
    "count": 2,
    "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/ne/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-09-21T02:33:20.809566Z",
            "action": 0,
            "target": "",
            "id": 1282903,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1282903/?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/ne/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-15T19:37:28Z",
            "action": 0,
            "target": "",
            "id": 107566,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/107566/?format=api"
        }
    ]
}