Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/114908/?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": "2015-02-11T18:16:09+01:00",
    "action": 2,
    "target": "Não há arquivos em %(folder)r. Salve uma disposição primeiro.",
    "id": 196872,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/196872/?format=api"
}