Translation components API.

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

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

{
    "count": 461,
    "next": null,
    "previous": "https://weblate.linphone.org/api/translations/linphone/linphone-android/fi/changes/?format=api&page=23",
    "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/fi/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2023-10-05T03:31:40.242526Z",
            "action": 44,
            "target": "",
            "id": 42970,
            "action_name": "New strings to translate",
            "url": "https://weblate.linphone.org/api/changes/42970/?format=api"
        }
    ]
}