Translation components API.

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

GET /api/translations/aleksis/glossary/tr/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/32974/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-11T18:00:50.816276Z",
            "action": 31,
            "target": "",
            "id": 17608,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/17608/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/32821/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-03T21:11:20.482109Z",
            "action": 31,
            "target": "",
            "id": 16649,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/16649/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/32811/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-02T21:11:27.921853Z",
            "action": 31,
            "target": "",
            "id": 16603,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/16603/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-24T20:09:59.730859Z",
            "action": 0,
            "target": "",
            "id": 12013,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/12013/?format=api"
        }
    ]
}