Translation components API.

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

GET /api/components/aleksis/glossary/changes/?format=api&page=25
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 483,
    "next": null,
    "previous": "https://translate.edugit.org/api/components/aleksis/glossary/changes/?format=api&page=24",
    "results": [
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-24T20:09:59.637113Z",
            "action": 0,
            "target": "",
            "id": 12009,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/12009/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/22476/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/de/?format=api",
            "user": "https://translate.edugit.org/api/users/hansegucker/?format=api",
            "author": null,
            "timestamp": "2021-03-18T13:59:11.199256Z",
            "action": 5,
            "target": "Lehrkraft",
            "id": 7073,
            "action_name": "Neue Übersetzung",
            "url": "https://translate.edugit.org/api/changes/7073/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/22474/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/de/?format=api",
            "user": "https://translate.edugit.org/api/users/hansegucker/?format=api",
            "author": null,
            "timestamp": "2021-03-18T13:58:57.839021Z",
            "action": 5,
            "target": "Lehrkräfte",
            "id": 7072,
            "action_name": "Neue Übersetzung",
            "url": "https://translate.edugit.org/api/changes/7072/?format=api"
        }
    ]
}