Translation components API.

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

GET /api/translations/aleksis/glossary/la/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/32971/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/la/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-11T18:00:50.816194Z",
            "action": 31,
            "target": "",
            "id": 17606,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/17606/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/32818/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/la/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-03T21:11:20.482028Z",
            "action": 31,
            "target": "",
            "id": 16647,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/16647/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/32808/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/la/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-02T21:11:27.921772Z",
            "action": 31,
            "target": "",
            "id": 16601,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/16601/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/la/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-24T20:09:59.690721Z",
            "action": 0,
            "target": "",
            "id": 12011,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/12011/?format=api"
        }
    ]
}