Translation components API.

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

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

{
    "count": 883,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/gear/sk/changes/?format=api&page=44",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/3346616/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/gear/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/gear/sk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-21T09:23:50.305897Z",
            "action": 59,
            "target": "",
            "id": 1234003,
            "action_name": "String updated in the repository",
            "url": "https://translate.habitica.com/api/changes/1234003/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/gear/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/gear/sk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-21T09:23:50.305982Z",
            "action": 0,
            "target": "",
            "id": 1234004,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/1234004/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/gear/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/gear/sk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-21T09:24:33.966244Z",
            "action": 44,
            "target": "",
            "id": 1234146,
            "action_name": "New strings to translate",
            "url": "https://translate.habitica.com/api/changes/1234146/?format=api"
        }
    ]
}