Translation components API.

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

GET /api/translations/cockpit/glossary/sv/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://translate.fedoraproject.org/api/units/7616527/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/cockpit/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/cockpit/glossary/sv/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/mress/?format=api",
            "author": null,
            "timestamp": "2020-06-08T17:31:03.288957Z",
            "action": 5,
            "target": "hårdvaruprogram",
            "id": 844543,
            "action_name": "Translation added",
            "url": "https://translate.fedoraproject.org/api/changes/844543/?format=api"
        }
    ]
}