Translation components API.

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

GET /api/translations/nickvision-money/app/ja/changes/?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 401,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/nickvision-money/app/ja/changes/?format=api&page=8",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/nickvision-money/app/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/nickvision-money/app/ja/?format=api",
            "user": "https://hosted.weblate.org/api/users/scottanecito/?format=api",
            "author": null,
            "timestamp": "2023-06-11T07:58:48.868867+02:00",
            "action": 17,
            "target": "",
            "id": 57612815,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/57612815/?format=api"
        }
    ]
}