Translation components API.

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

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

{
    "count": 62,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/defaulttasks/es/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/defaulttasks/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/defaulttasks/es/?format=api",
            "user": "https://translate.habitica.com/api/users/phillip/?format=api",
            "author": "https://translate.habitica.com/api/users/phillip/?format=api",
            "timestamp": "2023-05-09T15:40:45.329556Z",
            "action": 0,
            "target": "",
            "id": 435531,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/435531/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/defaulttasks/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/defaulttasks/es/?format=api",
            "user": "https://translate.habitica.com/api/users/saraolson/?format=api",
            "author": "https://translate.habitica.com/api/users/saraolson/?format=api",
            "timestamp": "2023-06-02T15:58:53.205768Z",
            "action": 0,
            "target": "",
            "id": 481211,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/481211/?format=api"
        }
    ]
}