Translation components API.

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

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

{
    "count": 83,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/front/en/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/front/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/front/en/?format=api",
            "user": "https://translate.habitica.com/api/users/kalista/?format=api",
            "author": "https://translate.habitica.com/api/users/kalista/?format=api",
            "timestamp": "2025-09-23T22:05:23.477169Z",
            "action": 0,
            "target": "",
            "id": 1273505,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/1273505/?format=api"
        },
        {
            "unit": "https://translate.habitica.com/api/units/658170/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/front/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/front/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-10-31T10:09:08.494149Z",
            "action": 59,
            "target": "This email address is already in use. You can try logging in or use a different email to register. If you need help, reach out to admin@habitica.com.",
            "id": 1290971,
            "action_name": "String updated in the repository",
            "url": "https://translate.habitica.com/api/changes/1290971/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/front/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/front/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-10-31T10:09:08.494287Z",
            "action": 0,
            "target": "",
            "id": 1290972,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/1290972/?format=api"
        }
    ]
}