Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3212126/?format=api",
            "component": "https://l10n.elementary.io/api/components/mail/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/mail/glossary/pt_BR/?format=api",
            "user": "https://l10n.elementary.io/api/users/rodrigooliveira/?format=api",
            "author": null,
            "timestamp": "2018-10-06T03:33:07.872459Z",
            "action": 5,
            "target": "%dm atrás",
            "id": 247497,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/247497/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212128/?format=api",
            "component": "https://l10n.elementary.io/api/components/mail/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/mail/glossary/pt_BR/?format=api",
            "user": "https://l10n.elementary.io/api/users/deyvisonrocha/?format=api",
            "author": null,
            "timestamp": "2018-10-04T01:56:12.513524Z",
            "action": 5,
            "target": "Spam",
            "id": 247189,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/247189/?format=api"
        }
    ]
}