Changes API.

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

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

{
    "unit": "https://weblate.duniter.org/api/units/23/?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:21:00.117279Z",
    "action": 31,
    "target": "¿Qué es la Ğ1?",
    "id": 52,
    "action_name": "New string added",
    "url": "https://weblate.duniter.org/api/changes/52/?format=api"
}