Translation components API.

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

GET /api/translations/appcenter/glossary/en_GB/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3213280/?format=api",
            "component": "https://l10n.elementary.io/api/components/appcenter/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/appcenter/glossary/en_GB/?format=api",
            "user": "https://l10n.elementary.io/api/users/deleted-1182/?format=api",
            "author": null,
            "timestamp": "2018-10-26T09:21:30.431081Z",
            "action": 5,
            "target": "apologise",
            "id": 273653,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/273653/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3213278/?format=api",
            "component": "https://l10n.elementary.io/api/components/appcenter/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/appcenter/glossary/en_GB/?format=api",
            "user": "https://l10n.elementary.io/api/users/deleted-1182/?format=api",
            "author": null,
            "timestamp": "2018-10-26T09:20:25.461421Z",
            "action": 5,
            "target": "finalise",
            "id": 273652,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/273652/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3213276/?format=api",
            "component": "https://l10n.elementary.io/api/components/appcenter/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/appcenter/glossary/en_GB/?format=api",
            "user": "https://l10n.elementary.io/api/users/deleted-1182/?format=api",
            "author": null,
            "timestamp": "2018-10-26T09:17:50.982435Z",
            "action": 5,
            "target": "AppCenter",
            "id": 273651,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/273651/?format=api"
        }
    ]
}