Translation components API.

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

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

{
    "count": 1601,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-9/or/changes/?format=api&page=32",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/7868003/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/anaconda/rhel-9/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-9/or/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-04T10:17:51.429232Z",
            "action": 30,
            "target": "An error occurred while activating your storage configuration.",
            "id": 3224078,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/3224078/?format=api"
        }
    ]
}