Translation components API.

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

GET /api/translations/fyne/fyneterm/sk/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://hosted.weblate.org/api/components/fyne/fyneterm/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/fyne/fyneterm/sk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-28T20:58:45.554669+01:00",
            "action": 0,
            "target": "",
            "id": 79236263,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/79236263/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/114992679/?format=api",
            "component": "https://hosted.weblate.org/api/components/fyne/fyneterm/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/fyne/fyneterm/sk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-28T20:58:45.554633+01:00",
            "action": 71,
            "target": "Fyne Terminál",
            "id": 79236262,
            "action_name": "String added in the repository",
            "url": "https://hosted.weblate.org/api/changes/79236262/?format=api"
        }
    ]
}