Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/1781559/?format=api",
    "component": "https://hosted.weblate.org/api/components/switchyomega/main/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/switchyomega/main/fr/?format=api",
    "user": "https://hosted.weblate.org/api/users/NathanBnm/?format=api",
    "author": "https://hosted.weblate.org/api/users/NathanBnm/?format=api",
    "timestamp": "2020-03-28T13:10:20.228646+01:00",
    "action": 2,
    "target": "Correspond à la demande si et seulement si le niveau de l'hôte est dans la plage donnée.<br>Le niveau d'hôte est défini comme le <b>nombre de segments séparés par un point</b>  de l'hôte (nom de domaine).<br>Par exemple : <code>www.example.com</code> correspond à un niveau d'hôte de 3, alors que <code>internal</code> correspond à un niveau 1.",
    "id": 5705070,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/5705070/?format=api"
}