Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/266374/?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/IvanGonzalezMartin/?format=api",
    "author": "https://hosted.weblate.org/api/users/IvanGonzalezMartin/?format=api",
    "timestamp": "2014-08-04T11:42:15+02:00",
    "action": 5,
    "target": "Ya está construido el puerto y amanece una nueva esperanza. Aún me preocupan los próximos días... nos estamos quedando sin alimentos y sin materiales básicos de construcción.",
    "id": 53899,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/53899/?format=api"
}