Translation components API.

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

GET /api/components/habitica/inventory/changes/?format=api&page=36
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 701,
    "next": null,
    "previous": "https://translate.habitica.com/api/components/habitica/inventory/changes/?format=api&page=35",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/159597/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/inventory/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/inventory/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-14T15:14:15.570142Z",
            "action": 36,
            "target": "Különleges tárgy",
            "id": 1231829,
            "action_name": "Translation approved",
            "url": "https://translate.habitica.com/api/changes/1231829/?format=api"
        }
    ]
}