Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/55341/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/boooks_handbook/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_handbook/es/?format=api",
    "user": "https://translate-dev.freebsd.org/api/users/Aaron/?format=api",
    "author": "https://translate-dev.freebsd.org/api/users/Aaron/?format=api",
    "timestamp": "2020-12-18T03:44:46.997483Z",
    "action": 5,
    "target": "FreeBSD es un sistema operativo multitarea. Cada programa que se ejecuta en un momento determinado se denomina <firstterm>process</firstterm>. Cada comando en ejecución inicia al menos un proceso nuevo y hay una serie de procesos del sistema que se ejecutan en FreeBSD.",
    "id": 93915,
    "action_name": "New translation",
    "url": "https://translate-dev.freebsd.org/api/changes/93915/?format=api"
}