Translation components API.

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

GET /api/translations/uyuni/java-template-4-3/fr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/java-template-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/java-template-4-3/fr/?format=api",
            "user": "https://l10n.opensuse.org/api/users/MichaelCalmer/?format=api",
            "author": "https://l10n.opensuse.org/api/users/MichaelCalmer/?format=api",
            "timestamp": "2023-12-04T09:54:23.327956Z",
            "action": 0,
            "target": "",
            "id": 2947314,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2947314/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/java-template-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/java-template-4-3/fr/?format=api",
            "user": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "author": "https://l10n.opensuse.org/api/users/admin/?format=api",
            "timestamp": "2023-06-28T10:26:32.699225Z",
            "action": 0,
            "target": "",
            "id": 2730267,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2730267/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/java-template-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/java-template-4-3/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-11T07:28:35.364357Z",
            "action": 0,
            "target": "",
            "id": 2143318,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2143318/?format=api"
        }
    ]
}