Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/8586472/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/dnf/libdnf-rhel-9/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/dnf/libdnf-rhel-9/pt_BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-09-01T06:56:42.977398Z",
    "action": 30,
    "target": "value 1 is not allowed",
    "old": "'%s' is not an allowed value",
    "details": {},
    "id": 3529200,
    "action_name": "Source string changed",
    "url": "https://translate.fedoraproject.org/api/changes/3529200/?format=api"
}