Translation components API.

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

GET /api/translations/aleksis/glossary/fr/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/32970/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-11T18:00:50.816152Z",
            "action": 31,
            "target": "",
            "id": 17605,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/17605/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/32817/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-03T21:11:20.481987Z",
            "action": 31,
            "target": "",
            "id": 16646,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/16646/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/32807/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-02T21:11:27.921731Z",
            "action": 31,
            "target": "",
            "id": 16600,
            "action_name": "Neue Zeichenkette hinzugefügt",
            "url": "https://translate.edugit.org/api/changes/16600/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/glossary/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/glossary/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-24T20:09:59.669607Z",
            "action": 0,
            "target": "",
            "id": 12010,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/12010/?format=api"
        }
    ]
}