Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/5517449/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/anaconda/rhel-7/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/anaconda/rhel-7/ru/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/sloopcool/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/sloopcool/?format=api",
    "timestamp": "2021-08-30T13:52:21.042852Z",
    "action": 2,
    "target": "Для установки %(product_name)s необходимо %(needed_ram)s МБ памяти, но на этом компьютере доступно только %(total_ram)s МБ.\n",
    "old": "%(product_name)s требует %(needed_ram)s МБ памяти для установки, но у вас есть только %(total_ram)s МБ на этом компьютере.\n",
    "details": {},
    "id": 3527425,
    "action_name": "Translation changed",
    "url": "https://translate.fedoraproject.org/api/changes/3527425/?format=api"
}