Changes API.

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

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

{
    "count": 181801,
    "next": null,
    "previous": "https://translate.pdfforge.org/api/changes/?format=api&page=9090",
    "results": [
        {
            "unit": null,
            "component": "https://translate.pdfforge.org/api/components/pdfcreator/messages/?format=api",
            "translation": "https://translate.pdfforge.org/api/translations/pdfcreator/messages/tr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T19:43:59.328060Z",
            "action": 0,
            "target": "",
            "id": 296268,
            "action_name": "Resource update",
            "url": "https://translate.pdfforge.org/api/changes/296268/?format=api"
        }
    ]
}