Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3212920/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/glossary/es_MX/?format=api",
            "user": "https://l10n.elementary.io/api/users/hebero/?format=api",
            "author": null,
            "timestamp": "2020-07-28T02:26:03.011459Z",
            "action": 5,
            "target": "Correo",
            "id": 656158,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/656158/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212922/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/glossary/es_MX/?format=api",
            "user": "https://l10n.elementary.io/api/users/hebero/?format=api",
            "author": null,
            "timestamp": "2020-07-28T02:25:11.448730Z",
            "action": 5,
            "target": "Aplicaciones",
            "id": 656155,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/656155/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212924/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/glossary/es_MX/?format=api",
            "user": "https://l10n.elementary.io/api/users/hebero/?format=api",
            "author": null,
            "timestamp": "2020-07-28T02:24:42.348947Z",
            "action": 5,
            "target": "Terminal",
            "id": 656154,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/656154/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212926/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/glossary/es_MX/?format=api",
            "user": "https://l10n.elementary.io/api/users/hebero/?format=api",
            "author": null,
            "timestamp": "2020-07-28T02:20:35.696440Z",
            "action": 5,
            "target": "Epiphany",
            "id": 656149,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/656149/?format=api"
        }
    ]
}