Translation projects API.

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

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

{
    "count": 301601,
    "next": null,
    "previous": "https://translate.habitica.com/api/projects/habitica/changes/?format=api&page=15080",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/3333794/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica/groups/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/groups/zh_Hans/?format=api",
            "user": "https://translate.habitica.com/api/users/Figgy/?format=api",
            "author": "https://translate.habitica.com/api/users/Figgy/?format=api",
            "timestamp": "2024-10-05T04:19:33.119973Z",
            "action": 2,
            "target": "想要了解更多?",
            "id": 1175337,
            "action_name": "Translation changed",
            "url": "https://translate.habitica.com/api/changes/1175337/?format=api"
        }
    ]
}