Translation components API.

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

GET /api/translations/wingpanel/glossary/de/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/3213016/?format=api",
            "component": "https://l10n.elementary.io/api/components/wingpanel/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/glossary/de/?format=api",
            "user": "https://l10n.elementary.io/api/users/supaeasy/?format=api",
            "author": null,
            "timestamp": "2021-09-23T06:37:08.499045Z",
            "action": 5,
            "target": "Benachrichtigunganzeige",
            "id": 1053171,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/1053171/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3213014/?format=api",
            "component": "https://l10n.elementary.io/api/components/wingpanel/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/glossary/de/?format=api",
            "user": "https://l10n.elementary.io/api/users/supaeasy/?format=api",
            "author": null,
            "timestamp": "2021-08-30T06:37:23.057270Z",
            "action": 5,
            "target": "\"Andere\"",
            "id": 1021951,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/1021951/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3213012/?format=api",
            "component": "https://l10n.elementary.io/api/components/wingpanel/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/glossary/de/?format=api",
            "user": "https://l10n.elementary.io/api/users/supaeasy/?format=api",
            "author": null,
            "timestamp": "2021-08-24T06:58:12.709858Z",
            "action": 5,
            "target": "Vollständig geladen",
            "id": 1001980,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/1001980/?format=api"
        }
    ]
}