Translation components API.

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

GET /api/translations/raspiblitz-web/translations/sq/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/raspiblitz-web/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/raspiblitz-web/translations/sq/?format=api",
            "user": "https://hosted.weblate.org/api/users/labi.shema/?format=api",
            "author": "https://hosted.weblate.org/api/users/labi.shema/?format=api",
            "timestamp": "2024-02-17T15:47:43.920318+01:00",
            "action": 48,
            "target": "",
            "id": 81180365,
            "action_name": "Language added",
            "url": "https://hosted.weblate.org/api/changes/81180365/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/raspiblitz-web/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/raspiblitz-web/translations/sq/?format=api",
            "user": "https://hosted.weblate.org/api/users/labi.shema/?format=api",
            "author": null,
            "timestamp": "2024-02-17T15:47:43.910166+01:00",
            "action": 17,
            "target": "",
            "id": 81180364,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/81180364/?format=api"
        }
    ]
}