Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/266386/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/the-unknown/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/the-unknown/fr/?format=api",
    "user": "https://hosted.weblate.org/api/users/anarcat/?format=api",
    "author": "https://hosted.weblate.org/api/users/anarcat/?format=api",
    "timestamp": "2013-10-05T17:34:49+02:00",
    "action": 5,
    "target": "Le port est achevé et de nouveaux espoirs naissent. Néanmoins, je suis inquiet pour les prochains jours... nos réserves de nourriture s'épuisent et nous manquons de matériaux de construction de base.",
    "id": 12935,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/12935/?format=api"
}