Translation components API.

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

GET /api/translations/code/glossary/pt_BR/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/3211876/?format=api",
            "component": "https://l10n.elementary.io/api/components/code/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/glossary/pt_BR/?format=api",
            "user": "https://l10n.elementary.io/api/users/rodrigooliveira/?format=api",
            "author": null,
            "timestamp": "2018-10-15T03:51:28.000458Z",
            "action": 5,
            "target": "Code",
            "id": 259920,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/259920/?format=api"
        }
    ]
}