Changes API.

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

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

{
    "unit": "http://translate.diyseeds.org/api/units/15162/?format=api",
    "component": "http://translate.diyseeds.org/api/components/diyseeds-org-videos/abc-seed/?format=api",
    "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-videos/abc-seed/nl/?format=api",
    "user": "http://translate.diyseeds.org/api/users/edhaese/?format=api",
    "author": "http://translate.diyseeds.org/api/users/edhaese/?format=api",
    "timestamp": "2022-01-03T10:23:58.321425+01:00",
    "action": 5,
    "target": "Wat is zaad?",
    "id": 20123,
    "action_name": "New translation",
    "url": "http://translate.diyseeds.org/api/changes/20123/?format=api"
}