Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/114900/?format=api",
    "component": "https://hosted.weblate.org/api/components/arandr/translations/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/arandr/translations/pt_BR/?format=api",
    "user": "https://hosted.weblate.org/api/users/fred_maranhao/?format=api",
    "author": "https://hosted.weblate.org/api/users/fred_maranhao/?format=api",
    "timestamp": "2021-06-24T16:05:59.300172+02:00",
    "action": 2,
    "target": "Another XRandR GUI (Outra interface para o XRandR)",
    "id": 11225248,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/11225248/?format=api"
}