Translation components API.

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

GET /api/translations/what-is-the-fediverse-video/subtitles/ca/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 201,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/what-is-the-fediverse-video/subtitles/ca/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/what-is-the-fediverse-video/subtitles/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/what-is-the-fediverse-video/subtitles/ca/?format=api",
            "user": "https://weblate.framasoft.org/api/users/rita/?format=api",
            "author": "https://weblate.framasoft.org/api/users/rita/?format=api",
            "timestamp": "2022-04-28T15:09:48.213810Z",
            "action": 48,
            "target": "",
            "id": 356392,
            "action_name": "Langage ajouté",
            "url": "https://weblate.framasoft.org/api/changes/356392/?format=api"
        }
    ]
}