Translation components API.

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

GET /api/translations/dai/party/ko/changes/?format=api&page=198
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3943,
    "next": null,
    "previous": "https://waldo.team/api/translations/dai/party/ko/changes/?format=api&page=197",
    "results": [
        {
            "unit": null,
            "component": "https://waldo.team/api/components/dai/party/?format=api",
            "translation": "https://waldo.team/api/translations/dai/party/ko/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2022-12-29T21:15:28.068395+09:00",
            "action": 17,
            "target": "",
            "id": 2118208,
            "action_name": "Committed changes",
            "url": "https://waldo.team/api/changes/2118208/?format=api"
        },
        {
            "unit": "https://waldo.team/api/units/1462481/?format=api",
            "component": "https://waldo.team/api/components/dai/party/?format=api",
            "translation": "https://waldo.team/api/translations/dai/party/ko/?format=api",
            "glossary_term": null,
            "user": "https://waldo.team/api/users/taamro/?format=api",
            "author": "https://waldo.team/api/users/taamro/?format=api",
            "timestamp": "2025-07-31T18:54:17.894955+09:00",
            "action": 2,
            "target": "평정은 균형에서 오나니",
            "id": 3549245,
            "action_name": "Translation changed",
            "url": "https://waldo.team/api/changes/3549245/?format=api"
        },
        {
            "unit": null,
            "component": "https://waldo.team/api/components/dai/party/?format=api",
            "translation": "https://waldo.team/api/translations/dai/party/ko/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2025-08-01T19:44:47.423226+09:00",
            "action": 17,
            "target": "",
            "id": 3549325,
            "action_name": "Committed changes",
            "url": "https://waldo.team/api/changes/3549325/?format=api"
        }
    ]
}