Translation components API.

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

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

{
    "count": 981,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/faq/hu/changes/?format=api&page=49",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/3323917/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/faq/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/faq/hu/?format=api",
            "user": "https://translate.habitica.com/api/users/RViktor/?format=api",
            "author": "https://translate.habitica.com/api/users/RViktor/?format=api",
            "timestamp": "2025-03-23T14:09:22.359887Z",
            "action": 36,
            "target": "A bolondos kisállatok április nagy részében továbbra is elérhetőek maradnak.",
            "id": 1234917,
            "action_name": "Translation approved",
            "url": "https://translate.habitica.com/api/changes/1234917/?format=api"
        }
    ]
}