Translation components API.

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

GET /api/translations/habitica-android/main-strings/de/changes/?format=api&page=185
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3682,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica-android/main-strings/de/changes/?format=api&page=184",
    "results": [
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica-android/main-strings/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica-android/main-strings/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-24T12:20:26.617954Z",
            "action": 0,
            "target": "",
            "id": 1235241,
            "action_name": "Resource update",
            "url": "https://translate.habitica.com/api/changes/1235241/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.habitica.com/api/components/habitica-android/main-strings/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica-android/main-strings/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-24T12:21:11.134504Z",
            "action": 44,
            "target": "",
            "id": 1235756,
            "action_name": "New string to translate",
            "url": "https://translate.habitica.com/api/changes/1235756/?format=api"
        }
    ]
}