Translation components API.

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

GET /api/translations/anaconda/rhel-7/nl/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/anaconda/rhel-7/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-7/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-12-20T11:48:37.672415Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "rhel-7/nl.po"
            },
            "id": 17559673,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/17559673/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/anaconda/rhel-7/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-7/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-21T10:30:47.800472Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 1379060,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1379060/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/anaconda/rhel-7/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-7/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-08-17T10:59:39.136458Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 1341043,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1341043/?format=api"
        }
    ]
}