Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/15024380/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/anaconda/f39/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/anaconda/f39/bg/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/laskov/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/laskov/?format=api",
    "timestamp": "2023-09-12T20:43:25.362384Z",
    "action": 5,
    "target": "Позволяване на този потребител изпълнение на командата 'sudo'.",
    "old": "",
    "details": {
        "state": 20,
        "source": "Allow this user to run the 'sudo' command.",
        "old_state": 0
    },
    "id": 12454791,
    "action_name": "Translation added",
    "url": "https://translate.fedoraproject.org/api/changes/12454791/?format=api"
}