Changes API.

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

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

{
    "unit": "https://weblate.rob006.net/api/units/12135/?format=api",
    "component": "https://weblate.rob006.net/api/components/flarum/validation/?format=api",
    "translation": "https://weblate.rob006.net/api/translations/flarum/validation/pl/?format=api",
    "user": "https://weblate.rob006.net/api/users/rob006/?format=api",
    "author": "https://weblate.rob006.net/api/users/rob006/?format=api",
    "timestamp": "2019-07-19T15:31:38.667899Z",
    "action": 5,
    "target": ":attribute musi mieć co najwyżej :value elementów.",
    "id": 8698,
    "action_name": "New translation",
    "url": "https://weblate.rob006.net/api/changes/8698/?format=api"
}