Units API.

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

GET /api/units/13183968/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/ja/?format=api",
    "source": [
        "This module gets stock quotes from various internet sources all over the world. Quotes are obtained by constructing a quoter object and using the fetch method to gather data, which is returned as a two-dimensional hash (or a reference to such a hash, if called in a scalar context). For example:\n\n    $q = Finance::Quote->new;     %info = $q->fetch(\"australia\", \"CML\");     print \"The price of CML is \".$info{\"CML\", \"price\"};\n\nThe first part of the hash (eg, \"CML\") is referred to as the stock. The second part (in this case, \"price\") is referred to as the label."
    ],
    "previous_source": "This module gets stock quotes from various internet sources, including Yahoo! Finance, Fidelity Investments, and the Australian Stock Exchange. There are two methods of using this module -- a functional interface that is deprecated, and an object-orientated method that provides greater flexibility and stability.\n\nWith the exception of straight currency exchange rates, all information is returned as a two-dimensional hash (or a reference to such a hash, if called in a scalar context). For example:\n\n    %info = $q->fetch(\"australia\",\"CML\");     print \"The price of CML is \".$info{\"CML\",\"price\"};\n\nThe first part of the hash (eg, \"CML\") is referred to as the stock. The second part (in this case, \"price\") is referred to as the label.",
    "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_hash": -6493751163998724973,
    "content_hash": -6493751163998724973,
    "location": "",
    "context": "",
    "note": "tumbleweed/perl-Finance-Quote/description",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 2529,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 93,
    "source_unit": "https://l10n.opensuse.org/api/units/13182494/?format=api",
    "priority": 100,
    "id": 13183968,
    "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/ja/?checksum=25e18fb8c2139c93",
    "url": "https://l10n.opensuse.org/api/units/13183968/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2022-02-23T16:53:44.441663Z"
}