Translation components API.

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

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

{
    "count": 21,
    "next": null,
    "previous": "https://translate.habitica.com/api/translations/habitica-android/profile/fr/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.habitica.com/api/units/31705/?format=api",
            "component": "https://translate.habitica.com/api/components/habitica-android/profile/?format=api",
            "translation": "https://translate.habitica.com/api/translations/habitica-android/profile/fr/?format=api",
            "user": "https://translate.habitica.com/api/users/99Alicia99/?format=api",
            "author": "https://translate.habitica.com/api/users/99Alicia99/?format=api",
            "timestamp": "2024-11-29T22:37:57.950068Z",
            "action": 4,
            "target": "Familiers & Montures",
            "id": 1191395,
            "action_name": "Suggestion added",
            "url": "https://translate.habitica.com/api/changes/1191395/?format=api"
        }
    ]
}