Translation components API.

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

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

{
    "count": 444,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/glossary/id/changes/?format=api&page=22",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/3345253/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/glossary/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/glossary/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-20T08:15:03.064014Z",
            "action": 31,
            "target": "",
            "id": 1208902,
            "action_name": "New string added",
            "url": "https://translate.habitica.com/api/changes/1208902/?format=api"
        },
        {
            "unit": "https://translate.habitica.com/api/units/3347916/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/glossary/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/glossary/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-04-05T11:34:19.723628Z",
            "action": 31,
            "target": "",
            "id": 1238636,
            "action_name": "New string added",
            "url": "https://translate.habitica.com/api/changes/1238636/?format=api"
        },
        {
            "unit": "https://translate.habitica.com/api/units/3347947/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/glossary/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/glossary/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-04-05T11:38:14.505836Z",
            "action": 31,
            "target": "",
            "id": 1238665,
            "action_name": "New string added",
            "url": "https://translate.habitica.com/api/changes/1238665/?format=api"
        },
        {
            "unit": "https://translate.habitica.com/api/units/3347978/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/glossary/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/glossary/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-04-05T11:38:43.516111Z",
            "action": 31,
            "target": "",
            "id": 1238695,
            "action_name": "New string added",
            "url": "https://translate.habitica.com/api/changes/1238695/?format=api"
        }
    ]
}