Translation components API.

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

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

{
    "count": 3351,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/ouisync/website-json/changes/?format=api&page=67",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/ouisync/website-json/?format=api",
            "translation": null,
            "user": "https://hosted.weblate.org/api/users/jnny/?format=api",
            "author": "https://hosted.weblate.org/api/users/jnny/?format=api",
            "timestamp": "2023-08-04T23:32:52.424284+02:00",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 63031335,
            "action_name": "Component created",
            "url": "https://hosted.weblate.org/api/changes/63031335/?format=api"
        }
    ]
}