Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/31939248/?format=api",
    "component": "https://hosted.weblate.org/api/components/cyberos/calculator/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/cyberos/calculator/sr/?format=api",
    "user": "https://hosted.weblate.org/api/users/404oops/?format=api",
    "author": "https://hosted.weblate.org/api/users/404oops/?format=api",
    "timestamp": "2021-05-15T16:07:40.549812+02:00",
    "action": 2,
    "target": "Идентификатор се подудара са постојећим именом функције.",
    "old": "Идентификатор се подудара са постојећим именом функције.",
    "details": {},
    "id": 10629682,
    "action_name": "Translation changed",
    "url": "https://hosted.weblate.org/api/changes/10629682/?format=api"
}