Translation components API.

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

GET /api/translations/camorama/glossary/fa/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/14587435/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/camorama/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/camorama/glossary/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-23T06:36:31.383592Z",
            "action": 31,
            "target": "",
            "id": 11549635,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11549635/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14587138/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/camorama/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/camorama/glossary/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-04-22T18:45:14.691708Z",
            "action": 31,
            "target": "",
            "id": 11548647,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11548647/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/camorama/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/camorama/glossary/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-15T20:02:22.734908Z",
            "action": 0,
            "target": "",
            "id": 3482226,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/3482226/?format=api"
        }
    ]
}