Translation components API.

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

GET /api/components/obs-ninja/glossary/changes/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/obs-ninja/glossary/",
            "translation": "https://itzulpenak.gamerauntsia.eus/api/translations/obs-ninja/glossary/es/",
            "user": null,
            "author": null,
            "timestamp": "2021-05-18T20:23:17.224166Z",
            "action": 0,
            "target": "",
            "id": 108124,
            "action_name": "Resource updated",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/108124/"
        },
        {
            "unit": null,
            "component": "https://itzulpenak.gamerauntsia.eus/api/components/obs-ninja/glossary/",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-05-18T20:23:16.348129Z",
            "action": 21,
            "target": "",
            "id": 108123,
            "action_name": "Repository rebased",
            "url": "https://itzulpenak.gamerauntsia.eus/api/changes/108123/"
        }
    ]
}