Translation components API.

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

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

{
    "count": 781,
    "next": null,
    "previous": "https://weblate.linphone.org/api/translations/linphone/linphone-android/fr/changes/?format=api&page=39",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.linphone.org/api/components/linphone/linphone-android/?format=api",
            "translation": "https://weblate.linphone.org/api/translations/linphone/linphone-android/fr/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-10-05T03:31:01.545778Z",
            "action": 0,
            "target": "",
            "id": 42950,
            "action_name": "Resource update",
            "url": "https://weblate.linphone.org/api/changes/42950/?format=api"
        }
    ]
}