Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/5995323/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesstorage/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesstorage/es/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/vareli/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/vareli/?format=api",
    "timestamp": "2024-08-27T15:56:29.079869Z",
    "action": 5,
    "target": "Las únicas ubicaciones de lectura admitidas son `/etc` y `/var`. `/etc` debería contener solo archivos de configuración y no se espera que almacene datos. Todos los datos se deben mantener bajo `/var` y no serán tocados por las actualizaciones del sistema. Los lugares tradicionales que pudieran albergar datos (por ejemplo `/home` o `/srv`) son enlaces simbólicos a directorios en `/var` (por ejemplo `/var/home` o `/var/srv`).",
    "old": "",
    "details": {
        "state": 20,
        "source": "The only supported writable locations are `/etc` and `/var`. `/etc` should contain only configuration files and is not expected to store data. All data must be kept under `/var` and will not be touched by system upgrades. Traditional places that might hold state (e.g. `/home`, or `/srv`) are symlinks to directories in `/var` (e.g. `/var/home` or `/var/srv`).",
        "old_state": 0
    },
    "id": 17009812,
    "action_name": "Translation added",
    "url": "https://translate.fedoraproject.org/api/changes/17009812/?format=api"
}