Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.edugit.org/api/units/32968/?format=api",
            "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-06-11T18:00:50.816049Z",
            "action": 31,
            "target": "",
            "id": 17603,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/17603/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/32815/?format=api",
            "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-06-03T21:11:20.481881Z",
            "action": 31,
            "target": "",
            "id": 16644,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/16644/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/32805/?format=api",
            "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-06-02T21:11:27.921628Z",
            "action": 31,
            "target": "",
            "id": 16598,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/16598/?format=api"
        },
        {
            "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"
        }
    ]
}