Translation components API.

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

GET /api/translations/mail/glossary/en/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/3256453/?format=api",
            "component": "https://l10n.elementary.io/api/components/mail/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/mail/glossary/en/?format=api",
            "user": "https://l10n.elementary.io/api/users/martinmyrvold/?format=api",
            "author": "https://l10n.elementary.io/api/users/martinmyrvold/?format=api",
            "timestamp": "2023-02-03T10:01:46.944679Z",
            "action": 31,
            "target": "Fixed a bug",
            "id": 1487703,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/1487703/?format=api"
        }
    ]
}