Translation components API.

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

GET /api/translations/cracklib/glossary/fr/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/cracklib/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/cracklib/glossary/fr/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/nneul/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/nneul/?format=api",
            "timestamp": "2023-03-16T13:32:17.457470Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "check forced",
                "filename": "fr.tbx"
            },
            "id": 10229072,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/10229072/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/cracklib/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/cracklib/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-23T04:57:52.816716Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "fr.tbx"
            },
            "id": 6753423,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/6753423/?format=api"
        }
    ]
}