Translation components API.

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

GET /api/translations/anaconda/glossary/en/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 103,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/anaconda/glossary/en/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/7755272/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/anaconda/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/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": "2021-04-13T00:06:30.531941Z",
            "action": 31,
            "target": "subscription",
            "old": "",
            "details": {},
            "id": 3188477,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/3188477/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/7755270/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/anaconda/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/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": "2021-04-13T00:03:59.565965Z",
            "action": 31,
            "target": "RAID",
            "old": "",
            "details": {},
            "id": 3188469,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/3188469/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/7754045/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/anaconda/glossary/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/anaconda/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": "2021-04-12T13:00:32.181634Z",
            "action": 31,
            "target": "subscription",
            "old": "",
            "details": {},
            "id": 3186471,
            "action_name": "String added",
            "url": "https://translate.fedoraproject.org/api/changes/3186471/?format=api"
        }
    ]
}