Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/211172/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/boooks_porters-handbook/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_porters-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-12T22:41:41.177051Z",
    "action": 5,
    "target": "La creación manual de parches no suele ser necesaria. La generación automática de parches como se describe anteriormente en esta sección es el método preferido. Sin embargo, es posible que se requieran parches manuales de vez en cuando.",
    "id": 87324,
    "action_name": "New translation",
    "url": "https://translate-dev.freebsd.org/api/changes/87324/?format=api"
}