Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/15951106/?format=api",
    "component": "https://hosted.weblate.org/api/components/phpmyadmin/sql-parser/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/sql-parser/de/?format=api",
    "user": "https://hosted.weblate.org/api/users/predatorix/?format=api",
    "author": "https://hosted.weblate.org/api/users/predatorix/?format=api",
    "timestamp": "2020-04-08T18:49:22.163654+02:00",
    "action": 5,
    "target": "Ein Alias wurde nach AS erwartet.",
    "id": 5832856,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/5832856/?format=api"
}