Translation components API.

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

GET /api/translations/habitica/content/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/content/en/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/3347633/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/content/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/content/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-22T20:29:28.104980Z",
            "action": 59,
            "target": "Pour this on an egg, and it will hatch as a Wacky <%= potText(locale) %> Pet.",
            "id": 1234674,
            "action_name": "String updated in the repository",
            "url": "https://translate.habitica.com/api/changes/1234674/?format=api"
        },
        {
            "unit": "https://translate.habitica.com/api/units/3347634/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/content/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/content/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-22T20:29:28.105082Z",
            "action": 59,
            "target": "Cannot be raised to Mounts or used on Quest Pet eggs.",
            "id": 1234675,
            "action_name": "String updated in the repository",
            "url": "https://translate.habitica.com/api/changes/1234675/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/content/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/content/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-22T20:29:28.105150Z",
            "action": 0,
            "target": "",
            "id": 1234676,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/1234676/?format=api"
        }
    ]
}