Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/java-nav-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/java-nav-4-3/pa/?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:29:50.726308Z",
            "action": 0,
            "target": "",
            "id": 2730318,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2730318/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/uyuni/java-nav-4-3/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/uyuni/java-nav-4-3/pa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-11T07:32:35.261837Z",
            "action": 0,
            "target": "",
            "id": 2143614,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2143614/?format=api"
        }
    ]
}