Translation components API.

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

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