Translation components API.

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

GET /api/translations/libvirt/libvirt-glib/de/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/libvirt/libvirt-glib/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libvirt/libvirt-glib/de/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/berrange/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/berrange/?format=api",
            "timestamp": "2020-07-13T17:35:28.349286Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 1074817,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1074817/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/libvirt/libvirt-glib/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libvirt/libvirt-glib/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-07-13T16:47:13.625297Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 1074796,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/1074796/?format=api"
        }
    ]
}