Changes API.

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

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

{
    "unit": "https://l10n.opensuse.org/api/units/13183968/?format=api",
    "component": "https://l10n.opensuse.org/api/components/packages-i18n/perl-master/?format=api",
    "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ja/?format=api",
    "user": "https://l10n.opensuse.org/api/users/OotaToshiya/?format=api",
    "author": "https://l10n.opensuse.org/api/users/OotaToshiya/?format=api",
    "timestamp": "2022-03-01T08:43:02.783844Z",
    "action": 9,
    "target": "このモジュールは、世界中のさまざまなインターネット・ソースから株価を取得します。quoteはquoterオブジェクトを作成し、fetchメソッドを使用してデータを収集することで取得されます。このデータは2次元ハッシュ(または、スカラー・コンテキストで呼び出された場合は、そのようなハッシュへの参照)として返されます。例:\n\n    $q = Finance::Quote->new;     %info = $q->fetch(\"australia\", \"CML\");     print \"The price of CML is \".$info{\"CML\", \"price\"};\n\nハッシュの最初の部分(例、「CML」)はストックとして参照されます。2番目の部分(この場合、「price」)は label と呼ばれます。",
    "id": 2046942,
    "action_name": "Translation uploaded",
    "url": "https://l10n.opensuse.org/api/changes/2046942/?format=api"
}