Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/263878/?format=api",
    "component": "https://hosted.weblate.org/api/components/sumwars/maylons_grave/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/sumwars/maylons_grave/es/?format=api",
    "user": "https://hosted.weblate.org/api/users/vyguera/?format=api",
    "author": "https://hosted.weblate.org/api/users/vyguera/?format=api",
    "timestamp": "2013-11-10T14:01:23+01:00",
    "action": 2,
    "target": "Ahora el horror de la profundidad vagando a la superficie, también y después de que pobres gublins que no nunca quieren robar nada.",
    "old": "",
    "details": {},
    "id": 18671,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/18671/?format=api"
}