MediaWiki API result

This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.

Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.

See the complete documentation, or the API help for more information.

{
    "batchcomplete": "",
    "continue": {
        "gapcontinue": "RecipientDetails",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/postorius/lists/mediawiki-api-announce.lists.wikimedia.org/> for notice of API deprecations and breaking changes."
        },
        "revisions": {
            "*": "Because \"rvslots\" was not specified, a legacy format has been used for the output. This format is deprecated, and in the future the new format will always be used."
        }
    },
    "query": {
        "pages": {
            "212": {
                "pageid": 212,
                "ns": 0,
                "title": "ReOrderIndicator",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{{PageTitle|title=ReOrderIndicator enumeration}}\n\nThis enum indicates whether the purchase is a re-order of a previous one.\n\n= Included in =\n\nRe-order indicator are used in the following structures:\n* [[PurchaseInformation]]\n\n= Enum list =\n\n{{api_enum_table_header}}\n|-\n| FirstTimeOrdered|| 0 || This is ordered for the first time.\n|-\n| Reordered|| 10 || This a re-order of a previous one.\n|-\n|}"
                    }
                ]
            },
            "395": {
                "pageid": 395,
                "ns": 0,
                "title": "RecipientAddress",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "{{PageTitle|title=Recipient Address}}\n\nThis structure represents recipient address that is used as the recipient of an outgoing bank (wire) transfer from the Barion system.\n\n= API usage =\n\nThis structure is used by the following API endpoints:\n* [[Withdraw-BankTransfer-v3]]\n\n= Property list =\n\n{{api_input_table_header}}\n|-\n| Country\n| string\n|\n* Required\n* Exactly 3 characters long\n| The country of the recipient, in 3-letter country code (ISO 3166-1 Alpha-3) format\n|-\n| Street || string ||\n* Required\n||Street and street number part of the address of the recipient. Used when transferring money outside Hungary and/or other than HUF and for fraud analysis.\n|-\n| City || string || \n* Required\n|| City part of the address of the recipient. Used when transferring money outside Hungary and/or other than HUF.\n|-\n| Zip || string || \n* Required\n* Max. 16 characters long\n|| Zip part of the address of the recipient. Used when transferring money outside Hungary and/or other than HUF and for fraud analysis.\n|-\n|}\n\nAdditional length restrictions for this type apply based on currency:  \n\n* in the case of <strong>CZK</strong> currency:\n** <strong>Street</strong>: max. 35 characters\n** <strong>City</strong>: max. 35 characters\n* in the case of <strong>HUF</strong>, <strong>EUR</strong>, and <strong>USD</strong> currencies:\n** <strong>Sum of Street, City, And Zip</strong>: max. 54 characters\n\n== Examples for recipient address ==\n\n=== Valid Czech foreign transfer ===\n\nCurrency is <code>CZK</code>, bank account number format is <code>IBAN</code>.\n\nAll components are shorter than their maximum lengths.\n\n  {\n    \"Country\": \"Deu\",\n    \"Zip\": \"80804\",\n    \"City\": \"M\u00fcnchen\",\n    \"Street\": \"Leopoldstra\u00dfe 146.\"\n  }\n\n=== Invalid Czech foreign transfer ===\n\nCurrency is <code>CZK</code>, bank account number format is <code>IBAN</code>.\n\n<code>Street</code> is 36 characters long, making the address invalid for CZK transfers.\n\n  {\n    \"Country\": \"Hun\",\n    \"Zip\": \"1183\",\n    \"City\": \"Budapest\",\n    \"Street\": \"Ferihegyi rep\u00fcl\u0151t\u00e9rre vezet\u0151 \u00fat 23/B\"\n  }\n\n=== Valid EUR transfer ===\n\nCurrency is <code>EUR</code> (note: same rules for <code>USD</code> and foreign <code>HUF</code>), bank account number format is <code>IBAN</code>.\n\n<code>Street</code> is 36 characters long, <code>City</code> is 8 characters long, and <code>Zip</code> is 4. The sum is 48, which is &lt;= 54 so this address is valid for this transfer.\n\n  {\n    \"Country\": \"Hun\",\n    \"Zip\": \"1183\",\n    \"City\": \"Budapest\",\n    \"Street\": \"Ferihegyi rep\u00fcl\u0151t\u00e9rre vezet\u0151 \u00fat 23/B\"\n  }\n\n=== Invalid EUR transfer ===\n\nCurrency is <code>EUR</code>, bank account number format is <code>IBAN</code>.\n\n<code>Street</code> is 58 characters long, which is in itself longer than the total allowed 54 for <code>Street</code>, <code>City</code>, and <code>Zip</code>.\n\n  {\n    \"Country\": \"Hun\",\n    \"Zip\": \"1183\",\n    \"City\": \"Budapest\",\n    \"Street\": \"Ferihegyi rep\u00fcl\u0151t\u00e9rre vezet\u0151 \u00fat 23/B 7. emelet 27-es lak\u00e1s\"\n  }\n\n<code>Zip</code> is more than 16 characters long, which makes the address invalid even if the total for the three components that are counted in the maximum 54 characters is short enough.\n\n  {\n    \"Country\": \"Nar\",\n    /* Narnia is a very big country, too many zip codes */\n    \"Zip\": \"61248531479548248\",\n    \"City\": \"Snowy Mountain\",\n    \"Street\": \"Yak Street 35.\"\n  }\n\n\n=== Valid domestic CZK and HUF transfers ===\n\nThe same rules apply to domestic <code>CZK</code> and <code>HUF</code> transfers as to foreign <code>CZK</code> and <code>HUF</code> transfers, respectively. If the address is invalid, it can be omitted in the case of domestic transfers, making the whole transfer valid again."
                    }
                ]
            }
        }
    }
}