Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4077753/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/tutorial/pt_BR/?format=api",
    "user": "https://hosted.weblate.org/api/users/elchevive/?format=api",
    "author": "https://hosted.weblate.org/api/users/elchevive/?format=api",
    "timestamp": "2017-07-26T12:18:16+02:00",
    "action": 2,
    "target": "Fazendas, assim como todas as empresas produtoras de matéria prima, não necessitam obrigatoriamente uma estrada de ligação à um armazém ou depósito.",
    "id": 1970088,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/1970088/?format=api"
}