Changes API.

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

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

{
    "unit": "https://translations.documentfoundation.org/api/units/34183563/?format=api",
    "component": "https://translations.documentfoundation.org/api/components/website/newdesign/?format=api",
    "translation": "https://translations.documentfoundation.org/api/translations/website/newdesign/nn/?format=api",
    "user": "https://translations.documentfoundation.org/api/users/Kolbjoern/?format=api",
    "author": "https://translations.documentfoundation.org/api/users/Kolbjoern/?format=api",
    "timestamp": "2020-07-30T14:02:20.519291Z",
    "action": 5,
    "target": "Ingen lanseringskandidat er tilgjengeleg for {version}",
    "id": 1234328,
    "action_name": "Translation added",
    "url": "https://translations.documentfoundation.org/api/changes/1234328/?format=api"
}