Translation components API.

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

GET /api/translations/pathfinder-wotr/items/ko_mt/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://waldo.team/api/components/pathfinder-wotr/items/?format=api",
            "translation": "https://waldo.team/api/translations/pathfinder-wotr/items/ko_mt/?format=api",
            "glossary_term": null,
            "user": "https://waldo.team/api/users/akintos/?format=api",
            "author": "https://waldo.team/api/users/akintos/?format=api",
            "timestamp": "2023-12-29T19:29:10.062956+09:00",
            "action": 0,
            "target": "",
            "id": 3097099,
            "action_name": "Resource update",
            "url": "https://waldo.team/api/changes/3097099/?format=api"
        }
    ]
}