Translation components API.

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

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

{
    "count": 43,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica/spells/pt/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/spells/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/spells/pt/?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:38:33.270931Z",
            "action": 0,
            "target": "",
            "id": 427816,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/427816/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/spells/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/spells/pt/?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:56:46.158104Z",
            "action": 0,
            "target": "",
            "id": 478436,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/478436/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica/spells/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica/spells/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-09-24T16:35:11.478481Z",
            "action": 0,
            "target": "",
            "id": 1170664,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/1170664/?format=api"
        }
    ]
}