Translation components API.

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

GET /api/translations/website/glossary/he/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/3212772/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/glossary/he/?format=api",
            "user": "https://l10n.elementary.io/api/users/yarons/?format=api",
            "author": null,
            "timestamp": "2021-08-14T14:03:40.528130Z",
            "action": 5,
            "target": "סביבת עבודה",
            "id": 985796,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/985796/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3212774/?format=api",
            "component": "https://l10n.elementary.io/api/components/website/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/glossary/he/?format=api",
            "user": "https://l10n.elementary.io/api/users/yarons/?format=api",
            "author": null,
            "timestamp": "2020-08-08T17:45:08.599780Z",
            "action": 5,
            "target": "מרחב עבודה",
            "id": 664396,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/664396/?format=api"
        }
    ]
}