Changes API.

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

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

{
    "unit": "https://weblate.osgeo.org/api/units/101634/?format=api",
    "component": "https://weblate.osgeo.org/api/components/postgis-workshop/geography/?format=api",
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/geography/ja/?format=api",
    "user": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
    "author": "https://weblate.osgeo.org/api/users/yellow73/?format=api",
    "timestamp": "2023-06-12T10:06:29.781815Z",
    "action": 2,
    "target": "地理座標をデカルト座標系の近似のように扱えますし、空間計算を続行できます。しかしながら、距離、長さ、面積の計測は**無意味**です。球面座標系は**角度**の距離を計測し、単位は「度」となるためです。さらに、インデックスとインタセクトや包含といった真偽テストからの近似的な結果が、ひどく悪くなる可能性があります。ポイント間の距離は、高緯度地域や日付変更線といった問題の領域では大きくなります。",
    "id": 1454389,
    "action_name": "Translation changed",
    "url": "https://weblate.osgeo.org/api/changes/1454389/?format=api"
}