Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/238934/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/es/?format=api",
    "user": "https://hosted.weblate.org/api/users/jorgesumle/?format=api",
    "author": "https://hosted.weblate.org/api/users/jorgesumle/?format=api",
    "timestamp": "2016-08-21T09:58:35+02:00",
    "action": 2,
    "target": "Tenemos que llegar a tierra pronto. Uno de mis hombres vio aves pescando peces así que la tierra no puede estar lejos. Afortunadamente, siempre llevamos algunas herramientas y tablas de madera a bordo para construir un refugio.",
    "id": 1247220,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/1247220/?format=api"
}