Translation components API.

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

GET /api/translations/habitica/subscriber/ja/changes/?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 483,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/subscriber/ja/changes/?format=api&page=24",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/3346326/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/subscriber/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/subscriber/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-21T09:21:03.193165Z",
            "action": 59,
            "target": "",
            "id": 1233629,
            "action_name": "String updated in the repository",
            "url": "https://translate.habitica.com/api/changes/1233629/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/subscriber/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/subscriber/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-21T09:21:03.193369Z",
            "action": 0,
            "target": "",
            "id": 1233630,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/1233630/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/subscriber/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/subscriber/ja/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-21T09:21:09.360603Z",
            "action": 44,
            "target": "",
            "id": 1233678,
            "action_name": "New string to translate",
            "url": "https://translate.habitica.com/api/changes/1233678/?format=api"
        }
    ]
}