Translation projects API.

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

GET /api/projects/girala-net/changes/?format=api&page=190
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3782,
    "next": null,
    "previous": "https://weblate.duniter.org/api/projects/girala-net/changes/?format=api&page=189",
    "results": [
        {
            "unit": "https://weblate.duniter.org/api/units/14169/?format=api",
            "component": "https://weblate.duniter.org/api/components/girala-net/web/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/girala-net/web/de/?format=api",
            "user": "https://weblate.duniter.org/api/users/fab/?format=api",
            "author": "https://weblate.duniter.org/api/users/fab/?format=api",
            "timestamp": "2026-03-17T20:47:40.167086Z",
            "action": 5,
            "target": "Oder Pate werden für eine neue Funktion",
            "id": 72704,
            "action_name": "New translation",
            "url": "https://weblate.duniter.org/api/changes/72704/?format=api"
        },
        {
            "unit": "https://weblate.duniter.org/api/units/314/?format=api",
            "component": "https://weblate.duniter.org/api/components/girala-net/web/?format=api",
            "translation": "https://weblate.duniter.org/api/translations/girala-net/web/de/?format=api",
            "user": "https://weblate.duniter.org/api/users/fab/?format=api",
            "author": "https://weblate.duniter.org/api/users/fab/?format=api",
            "timestamp": "2026-03-17T20:48:30.043085Z",
            "action": 2,
            "target": "Der Prozentsatz ist der Teil der Rechnung, den Sie in Ğ1 akzeptieren. Wenn Sie 100 % festlegen, kann die gesamte Rechnung in Ğ1 bezahlt werden. Wenn Sie 25 % festlegen, kann nur ein Viertel in Ğ1 bezahlt werden, und der Rest in Euro.",
            "id": 72705,
            "action_name": "Translation changed",
            "url": "https://weblate.duniter.org/api/changes/72705/?format=api"
        }
    ]
}