Changes API.

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

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

{
    "unit": "http://translate.pkp.sfu.ca/api/units/257832/?format=api",
    "component": "http://translate.pkp.sfu.ca/api/components/ojs/manager/?format=api",
    "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/manager/fr_CA/?format=api",
    "user": "http://translate.pkp.sfu.ca/api/users/mariehelene/?format=api",
    "author": "http://translate.pkp.sfu.ca/api/users/mariehelene/?format=api",
    "timestamp": "2020-12-08T14:34:56.497454Z",
    "action": 5,
    "target": "Empêcher les utilisateurs-trices de soumettre de nouveaux articles à la revue. Les soumissions peuvent être désactivées pour des rubriques individuelles sur la page des paramètres des <a href=\"{$url}\"> rubriques de revue</a>.",
    "id": 123818,
    "action_name": "New translation",
    "url": "http://translate.pkp.sfu.ca/api/changes/123818/?format=api"
}