Translation components API.

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

GET /api/translations/pykickstart/rhel10-branch/es/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 201,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/pykickstart/rhel10-branch/es/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/17434174/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/pykickstart/rhel10-branch/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/pykickstart/rhel10-branch/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-04-05T20:51:33.279716Z",
            "action": 71,
            "target": "",
            "id": 15593488,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/15593488/?format=api"
        }
    ]
}