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/zh_Hans/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 102,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/what-is-the-fediverse-video/subtitles/zh_Hans/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/740345/?format=api",
            "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/zh_Hans/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-16T02:34:32.162335Z",
            "action": 59,
            "target": "What is the Fediverse?",
            "id": 420848,
            "action_name": "Chaîne mise à jour dans le dépôt",
            "url": "https://weblate.framasoft.org/api/changes/420848/?format=api"
        },
        {
            "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/zh_Hans/?format=api",
            "user": "https://weblate.framasoft.org/api/users/holger/?format=api",
            "author": "https://weblate.framasoft.org/api/users/holger/?format=api",
            "timestamp": "2022-09-16T02:34:31.962568Z",
            "action": 48,
            "target": "",
            "id": 420847,
            "action_name": "Langage ajouté",
            "url": "https://weblate.framasoft.org/api/changes/420847/?format=api"
        }
    ]
}