Changes API.

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

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

{
    "unit": "https://translate.phyphox.org/api/units/32519/?format=api",
    "component": "https://translate.phyphox.org/api/components/phyphox/ios/?format=api",
    "translation": "https://translate.phyphox.org/api/translations/phyphox/ios/sl/?format=api",
    "user": "https://translate.phyphox.org/api/users/staacks/?format=api",
    "author": "https://translate.phyphox.org/api/users/staacks/?format=api",
    "timestamp": "2021-12-03T20:01:22.877291Z",
    "action": 30,
    "target": "Depth (LiDAR/ToF)",
    "id": 10485,
    "action_name": "Source string changed",
    "url": "https://translate.phyphox.org/api/changes/10485/?format=api"
}