Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4110108/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/tutorial/ro/?format=api",
    "user": "https://hosted.weblate.org/api/users/lixicus/?format=api",
    "author": "https://hosted.weblate.org/api/users/lixicus/?format=api",
    "timestamp": "2020-09-13T13:07:17.134802+02:00",
    "action": 5,
    "target": "Asta înseamnă că au nevoie de o cărare trasată de la casele lor până la Piața Principală. Notează că Piața Principală de asemenea se comportă ca o cărare, prin urmare corturile adiacente nu necesită o cărare separată.",
    "id": 7456608,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/7456608/?format=api"
}