Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/243689/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/tutorial/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-16T10:31:17+02:00",
    "action": 2,
    "target": "En las diferentes pestañas de información de niveles de construcción, puedes ver estadísticas de tus habitantes. También puedes fijar aquí el impuesto global de un nivel específico y permitir o denegar a los habitantes de ese nivel que realicen mejoras para alcanzar el siguiente nivel.",
    "id": 1232484,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/1232484/?format=api"
}