Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4105898/?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-09-04T11:09:00+02:00",
    "action": 5,
    "target": "Eres el capitán de un navío bajo la bandera de Inglaterra en 1740. Tú y tu tripulación os dirigíais hacia una colonia inglesa en el océano Pacífico.\nTodo iba bien hasta que entraste en una tormenta…",
    "id": 1288945,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/1288945/?format=api"
}