Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/14587459/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/camorama/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/camorama/glossary/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-23T06:36:31.384671Z",
            "action": 31,
            "target": "",
            "id": 11549659,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11549659/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14587162/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/camorama/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/camorama/glossary/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-22T18:45:14.692865Z",
            "action": 31,
            "target": "",
            "id": 11548671,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11548671/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/camorama/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/camorama/glossary/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-15T20:02:23.949743Z",
            "action": 0,
            "target": "",
            "id": 3482252,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3482252/?format=api"
        }
    ]
}