Translation components API.

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

GET /api/translations/fedora-sysv/glossary/en/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/14808444/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-sysv/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-sysv/glossary/en/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/simmon/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/simmon/?format=api",
            "timestamp": "2023-07-03T16:48:48.589913Z",
            "action": 31,
            "target": "condrestart",
            "old": "",
            "details": {},
            "id": 11886280,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11886280/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14808442/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-sysv/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-sysv/glossary/en/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/simmon/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/simmon/?format=api",
            "timestamp": "2023-07-03T16:31:45.619025Z",
            "action": 31,
            "target": "veth",
            "old": "",
            "details": {},
            "id": 11886267,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11886267/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14808440/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-sysv/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-sysv/glossary/en/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/simmon/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/simmon/?format=api",
            "timestamp": "2023-07-03T16:25:59.438070Z",
            "action": 31,
            "target": "peer",
            "old": "",
            "details": {},
            "id": 11886262,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/11886262/?format=api"
        }
    ]
}