Changes API.

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

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

{
    "unit": "https://weblate.duniter.org/api/units/6979/?format=api",
    "component": "https://weblate.duniter.org/api/components/trm/probleme-de-la-valeur-de-reference/?format=api",
    "translation": "https://weblate.duniter.org/api/translations/trm/probleme-de-la-valeur-de-reference/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-02-01T13:10:49.551883Z",
    "action": 59,
    "target": "",
    "id": 8888,
    "action_name": "String updated in the repository",
    "url": "https://weblate.duniter.org/api/changes/8888/?format=api"
}