Translation components API.

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

GET /api/translations/aleksis/glossary/nb_NO/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/32972/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-11T18:00:50.816235Z",
            "action": 31,
            "target": "",
            "id": 17607,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/17607/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/32819/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-03T21:11:20.482068Z",
            "action": 31,
            "target": "",
            "id": 16648,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/16648/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/32809/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-02T21:11:27.921812Z",
            "action": 31,
            "target": "",
            "id": 16602,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/16602/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-24T20:09:59.713111Z",
            "action": 0,
            "target": "",
            "id": 12012,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/12012/?format=api"
        }
    ]
}