Changes API.

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

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

{
    "unit": "https://weblate.rikka.app/api/units/50756/?format=api",
    "component": "https://weblate.rikka.app/api/components/app-ops/application/?format=api",
    "translation": "https://weblate.rikka.app/api/translations/app-ops/application/hi/?format=api",
    "user": "https://weblate.rikka.app/api/users/laughingwater/?format=api",
    "author": "https://weblate.rikka.app/api/users/laughingwater/?format=api",
    "timestamp": "2024-02-18T15:22:49.410222Z",
    "action": 2,
    "target": "दूसरे कार्य मोड में बदले",
    "id": 52473,
    "action_name": "Translation changed",
    "url": "https://weblate.rikka.app/api/changes/52473/?format=api"
}