Translation components API.

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

GET /api/translations/switchboard/glossary/pap/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3212401/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/glossary/pap/?format=api",
            "user": "https://l10n.elementary.io/api/users/zvirdaniel/?format=api",
            "author": null,
            "timestamp": "2018-05-16T14:10:08.809009Z",
            "action": 5,
            "target": "Pomocné nástroje pro X",
            "id": 162037,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/162037/?format=api"
        }
    ]
}