Changes API.

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

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

{
    "count": 133602,
    "next": null,
    "previous": "http://translate.gtaf.org/api/changes/?format=api&page=2672",
    "results": [
        {
            "unit": null,
            "component": "http://translate.gtaf.org/api/components/al-quran-android/strings/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-03-07T10:24:33.551348Z",
            "action": 60,
            "target": "weblate.cleanup.blank",
            "id": 2,
            "action_name": "Add-on installed",
            "url": "http://translate.gtaf.org/api/changes/2/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "http://translate.gtaf.org/api/users/admin/?format=api",
            "author": "http://translate.gtaf.org/api/users/admin/?format=api",
            "timestamp": "2024-03-07T09:58:58.163756Z",
            "action": 50,
            "target": "",
            "id": 1,
            "action_name": "Project created",
            "url": "http://translate.gtaf.org/api/changes/1/?format=api"
        }
    ]
}