Translation components API.

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

GET /api/translations/anaconda/rhel-9/zh_TW/changes/?format=api&page=13
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 601,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-9/zh_TW/changes/?format=api&page=12",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/7896502/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/anaconda/rhel-9/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-9/zh_TW/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-04T10:22:22.992874Z",
            "action": 30,
            "target": "Host name must be 64 or fewer characters in length.",
            "old": "Host name must be 255 or fewer characters in length.",
            "details": {},
            "id": 3224683,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/3224683/?format=api"
        }
    ]
}