Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4105930/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/pt_BR/?format=api",
    "user": "https://hosted.weblate.org/api/users/Kleyton_Carlos/?format=api",
    "author": "https://hosted.weblate.org/api/users/Kleyton_Carlos/?format=api",
    "timestamp": "2017-02-23T13:22:39+01:00",
    "action": 5,
    "target": "Você é o capitão de um navio sob a bandeira da Inglaterra em 1740. Você e sua tripulação estavam a caminho de uma colônia da Inglaterra no Oceano Pacífico.\nTudo correu bem até que você entrou em uma tempestade …",
    "id": 1620418,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/1620418/?format=api"
}