Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-10-15T10:10:07.001670Z",
            "action": 17,
            "target": "",
            "id": 1975089,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/1975089/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-23T08:07:37.598384Z",
            "action": 17,
            "target": "",
            "id": 1709529,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/1709529/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3346117/?format=api",
            "component": "https://l10n.elementary.io/api/components/code/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/glossary/fr/?format=api",
            "user": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "author": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "timestamp": "2023-06-23T07:46:47.764145Z",
            "action": 31,
            "target": "détecteur de symboles",
            "id": 1709525,
            "action_name": "String added",
            "url": "https://l10n.elementary.io/api/changes/1709525/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/code/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/code/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-09T12:32:08.125262Z",
            "action": 0,
            "target": "",
            "id": 1385647,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1385647/?format=api"
        }
    ]
}