Translation components API.

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

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

{
    "count": 621,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/content/pt_BR/changes/?format=api&page=31",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/3347689/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/content/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/content/pt_BR/?format=api",
            "user": "https://translate.habitica.com/api/users/ceu_/?format=api",
            "author": "https://translate.habitica.com/api/users/ceu_/?format=api",
            "timestamp": "2025-04-07T19:04:08.050891Z",
            "action": 36,
            "target": "do Reino das Lendas",
            "id": 1238978,
            "action_name": "Translation approved",
            "url": "https://translate.habitica.com/api/changes/1238978/?format=api"
        }
    ]
}