Changes API.

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

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

{
    "unit": "https://weblate.ppc.lol/api/units/10631/?format=api",
    "component": "https://weblate.ppc.lol/api/components/peercoin-flutter/translations/?format=api",
    "translation": "https://weblate.ppc.lol/api/translations/peercoin-flutter/translations/ru/?format=api",
    "user": "https://weblate.ppc.lol/api/users/Vitalicus/?format=api",
    "author": "https://weblate.ppc.lol/api/users/Vitalicus/?format=api",
    "timestamp": "2021-05-15T12:06:14.698095Z",
    "action": 5,
    "target": "Это программное обеспечение с открытым исходным кодом, бесплатное и не имеет никаких гарантий.\nИспользуйте на свой страх и риск.",
    "id": 1203,
    "action_name": "New translation",
    "url": "https://weblate.ppc.lol/api/changes/1203/?format=api"
}