Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/aleksis-app-stoelindeling-frontend/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-stoelindeling-frontend/de/?format=api",
            "user": "https://translate.edugit.org/api/users/hansegucker/?format=api",
            "author": "https://translate.edugit.org/api/users/hansegucker/?format=api",
            "timestamp": "2023-06-04T17:52:39.405295Z",
            "action": 0,
            "target": "",
            "id": 33195,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/33195/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/aleksis-app-stoelindeling-frontend/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-stoelindeling-frontend/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-08T19:01:10.374961Z",
            "action": 0,
            "target": "",
            "id": 28727,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/28727/?format=api"
        },
        {
            "unit": "https://translate.edugit.org/api/units/39595/?format=api",
            "component": "https://translate.edugit.org/api/components/aleksis/aleksis-app-stoelindeling-frontend/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/aleksis-app-stoelindeling-frontend/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-08T19:01:10.374753Z",
            "action": 59,
            "target": "Sitzpläne",
            "id": 28726,
            "action_name": "Zeichenkette im Repository aktualisiert",
            "url": "https://translate.edugit.org/api/changes/28726/?format=api"
        }
    ]
}