Translation components API.

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

GET /api/translations/switchboard/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/3256438/?format=api",
            "component": "https://l10n.elementary.io/api/components/switchboard/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/switchboard/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-01T22:42:10.778101Z",
            "action": 31,
            "target": "Double-click speed:",
            "id": 1486853,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/1486853/?format=api"
        }
    ]
}