Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/37449/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/boooks_developers-handbook/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_developers-handbook/pt_BR/?format=api",
    "user": "https://translate-dev.freebsd.org/api/users/LionyxML/?format=api",
    "author": "https://translate-dev.freebsd.org/api/users/LionyxML/?format=api",
    "timestamp": "2021-01-07T00:42:31.558901Z",
    "action": 2,
    "target": "Verifica se você usou coisas como funções e variáveis globais de maneira consistente. Por exemplo, se você chamou uma função inexistente, ele irá reclamar.",
    "id": 106007,
    "action_name": "Translation changed",
    "url": "https://translate-dev.freebsd.org/api/changes/106007/?format=api"
}