Translation components API.

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

GET /api/translations/terminal/glossary/en_ZA/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/3213027/?format=api",
            "component": "https://l10n.elementary.io/api/components/terminal/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/terminal/glossary/en_ZA/?format=api",
            "user": "https://l10n.elementary.io/api/users/gre0j/?format=api",
            "author": null,
            "timestamp": "2018-04-01T07:33:46.653114Z",
            "action": 5,
            "target": "elementary LLC.",
            "id": 142063,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/142063/?format=api"
        }
    ]
}