Translation components API.

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

GET /api/components/diyseeds-org-organizations/real-seeds/changes/?format=api&page=12
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 221,
    "next": null,
    "previous": "http://translate.diyseeds.org/api/components/diyseeds-org-organizations/real-seeds/changes/?format=api&page=11",
    "results": [
        {
            "unit": null,
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-organizations/real-seeds/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-03T05:32:26.701923+02:00",
            "action": 15,
            "target": "",
            "id": 116640,
            "action_name": "Component automatically unlocked",
            "url": "http://translate.diyseeds.org/api/changes/116640/?format=api"
        }
    ]
}