Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/11327594/?format=api",
    "component": "https://hosted.weblate.org/api/components/kaidan/translations/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/kaidan/translations/pt/?format=api",
    "user": "https://hosted.weblate.org/api/users/ssantos/?format=api",
    "author": "https://hosted.weblate.org/api/users/ssantos/?format=api",
    "timestamp": "2021-05-01T12:01:51.266496+02:00",
    "action": 9,
    "target": "Adicionar novo contato",
    "id": 10352736,
    "action_name": "Translation uploaded",
    "url": "https://hosted.weblate.org/api/changes/10352736/?format=api"
}