Translation components API.

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

GET /api/translations/asteroidos/flashlight/hu/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://hosted.weblate.org/api/units/58590142/?format=api",
            "component": "https://hosted.weblate.org/api/components/asteroidos/flashlight/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/flashlight/hu/?format=api",
            "user": "https://hosted.weblate.org/api/users/anonymous/?format=api",
            "author": "https://hosted.weblate.org/api/users/anonymous/?format=api",
            "timestamp": "2024-01-15T23:01:09.093333+01:00",
            "action": 4,
            "target": "Vaku",
            "id": 77950137,
            "action_name": "Suggestion added",
            "url": "https://hosted.weblate.org/api/changes/77950137/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/asteroidos/flashlight/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/asteroidos/flashlight/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-11-18T20:22:18.258063+01:00",
            "action": 0,
            "target": "",
            "id": 14822115,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/14822115/?format=api"
        }
    ]
}