Translation components API.

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

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

{
    "count": 101,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/pets/en_GB/changes/?format=api&page=5",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/192390/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/pets/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/pets/en_GB/?format=api",
            "user": "https://translate.habitica.com/api/users/RivianTheDragon/?format=api",
            "author": "https://translate.habitica.com/api/users/RivianTheDragon/?format=api",
            "timestamp": "2025-03-21T04:39:07.244379Z",
            "action": 2,
            "target": "Pets will grow no matter what you feed them, but they'll grow faster if you feed them the one Pet Food that they like best. Experiment to find out the pattern, or see the answers here: <br/> <a href=\"/static/faq#pet-foods\" target=\"_blank\">https://habitica.com/static/faq#pet-foods</a>",
            "id": 1232803,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/1232803/?format=api"
        }
    ]
}