Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/18120573/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/anaconda/rhel-10/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-10/af/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-06-12T01:10:55.602738Z",
    "action": 30,
    "target": "The password must not be empty.",
    "old": "The password is empty.",
    "details": {
        "state": 10,
        "source": "The password must not be empty.",
        "old_state": -1
    },
    "id": 16643146,
    "action_name": "Source string changed",
    "url": "https://translate.fedoraproject.org/api/changes/16643146/?format=api"
}