Changes API.

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

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

{
    "unit": "https://weblate.duniter.org/api/units/39/?format=api",
    "component": "https://weblate.duniter.org/api/components/girala-net/web/?format=api",
    "translation": "https://weblate.duniter.org/api/translations/girala-net/web/es/?format=api",
    "user": "https://weblate.duniter.org/api/users/admin/?format=api",
    "author": "https://weblate.duniter.org/api/users/admin/?format=api",
    "timestamp": "2022-03-15T18:53:59.450396Z",
    "action": 31,
    "target": "Ámbito",
    "id": 80,
    "action_name": "New string added",
    "url": "https://weblate.duniter.org/api/changes/80/?format=api"
}