Translation projects API.

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

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

{
    "count": 2461,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/projects/yast-pkg-bindings/changes/?format=api&page=123",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-pkg-bindings/master/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-12-12T08:43:12.596955Z",
            "action": 15,
            "target": "",
            "id": 2960481,
            "action_name": "Component unlocked",
            "url": "https://l10n.opensuse.org/api/changes/2960481/?format=api"
        }
    ]
}