Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/30280323/?format=api",
    "component": "https://hosted.weblate.org/api/components/eventol/djangojs/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/eventol/djangojs/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-03-22T05:45:47.146730+01:00",
    "action": 30,
    "target": "Don't configured",
    "id": 9865038,
    "action_name": "Source string changed",
    "url": "https://hosted.weblate.org/api/changes/9865038/?format=api"
}