Translation components API.

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

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

{
    "count": 42,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica-android/sidebar/nl/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica-android/sidebar/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica-android/sidebar/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-06T14:50:55.913574Z",
            "action": 0,
            "target": "",
            "id": 1127626,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/1127626/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica-android/sidebar/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica-android/sidebar/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-06T14:50:56.978165Z",
            "action": 44,
            "target": "",
            "id": 1127675,
            "action_name": "New string to translate",
            "url": "https://translate.habitica.com/api/changes/1127675/?format=api"
        }
    ]
}