Translation components API.

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

GET /api/translations/yast-languages_db/master/eo/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/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-09-15T19:36:07Z",
            "action": 0,
            "target": "",
            "id": 107504,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/107504/?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/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-09-21T02:33:15.596145Z",
            "action": 0,
            "target": "",
            "id": 1282872,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1282872/?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/eo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-09-21T02:33:26.996531Z",
            "action": 44,
            "target": "",
            "id": 1282948,
            "action_name": "New string to translate",
            "url": "https://l10n.opensuse.org/api/changes/1282948/?format=api"
        }
    ]
}