Translation components API.

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

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

{
    "count": 1252,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-9/fil/changes/?format=api&page=25",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/7831470/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/anaconda/rhel-9/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-9/fil/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-04T10:12:28.841354Z",
            "action": 30,
            "target": "{device_name} on {container_name}",
            "old": "%(deviceName)s on %(container)s",
            "details": {},
            "id": 3223070,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/3223070/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/7831469/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/anaconda/rhel-9/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-9/fil/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-04T10:12:28.831520Z",
            "action": 30,
            "target": "{device_description} ({device_name})",
            "old": "%(description)s (%(deviceName)s)",
            "details": {},
            "id": 3223069,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/3223069/?format=api"
        }
    ]
}