Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4013254/?format=api",
    "component": "https://hosted.weblate.org/api/components/phpmyadmin/documentation/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/documentation/es/?format=api",
    "user": "https://hosted.weblate.org/api/users/LG6280/?format=api",
    "author": "https://hosted.weblate.org/api/users/LG6280/?format=api",
    "timestamp": "2024-04-26T02:29:42.192915+02:00",
    "action": 5,
    "target": "Actualmente, el único tipo de tabla de MySQL que permite relaciones nativamente es InnoDB. Cuando usa una tabla de tipo InnoDB, phpMyAdmin creará relaciones de tipo InnoDB reales, las cuales MySQL hará cumplir sin importar la aplicación que acceda a la base de datos. En el caso de cualquier otro tipo de tabla, phpMyAdmin hará cumplir las relaciones internamente y esas relaciones no se aplicarán a ninguna otra aplicación.",
    "id": 88312022,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/88312022/?format=api"
}