Translation components API.

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

GET /api/translations/wingpanel/glossary/da/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/3213017/?format=api",
            "component": "https://l10n.elementary.io/api/components/wingpanel/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/glossary/da/?format=api",
            "user": "https://l10n.elementary.io/api/users/Rantyrant/?format=api",
            "author": null,
            "timestamp": "2020-05-26T11:33:08.729126Z",
            "action": 5,
            "target": "Opdaterede oversættelser",
            "id": 614593,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/614593/?format=api"
        }
    ]
}