Changes API.

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

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

{
    "unit": "https://translate.gajim.org/api/units/299050/?format=api",
    "component": "https://translate.gajim.org/api/components/gajim/master/?format=api",
    "translation": "https://translate.gajim.org/api/translations/gajim/master/pt_BR/?format=api",
    "user": "https://translate.gajim.org/api/users/soneca/?format=api",
    "author": "https://translate.gajim.org/api/users/soneca/?format=api",
    "timestamp": "2021-01-15T18:11:02.229589Z",
    "action": 2,
    "target": "Entrar",
    "id": 75511,
    "action_name": "Translation changed",
    "url": "https://translate.gajim.org/api/changes/75511/?format=api"
}