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": "Value_Replacer",
        "continue": "gapcontinue||"
    },
    "warnings": {
        "main": {
            "*": "Subscribe to the mediawiki-api-announce mailing list at <https://lists.wikimedia.org/mailman/listinfo/mediawiki-api-announce> 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": {
            "18": {
                "pageid": 18,
                "ns": 0,
                "title": "Tier price importer",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "== What it does ==\n\nThis plugin is able to associate tier prices to products and customer groups.\nprice importer plugin supports the following features:\n\n* price per customer group\n* price per quantity\n* relative price assignment from base price\n\n== Syntax for price per customer group ==\n\nJust declare a column per customer group with name \u201ctier_price:name of customer group\nif you have say group1 & group2 as customer groups & want to set group1 price to 10 & group2 price to 12\n\n  \"sku\",\"tier_price:group1\",\"tier_price:group2\"\n  \"SKU001\",\"10.00\",\"12.00\"\n\n== Syntax for price per quantity (can be assigned to each customer group or to all) ==\n\nDeclare a column per customer group as above or declare just one column for all like this : \"tier_price:_all_\".\nThe syntax for quantities is : \"qty_threshold1:price1;qty_threshold2:price2;qty_threshold3:price3\"\n\n\nFor example:\n\n  \"sku\",\"tier_price:group1\",\"tier_price:group2\"\n  \"SKU001\",\"25:10.00;50:9.00;100:8.00\",\"25:11.00;50:10.00;100:9.00\"\n\nor\n\n  \"sku\",\"tier_price:_all_\"\n  \"SKU001\",\"25:10.00;50:9.00;100:8.00\"\n\nTo clear a tier price, just put a blank information in the column for the corresponding tier price.\n\n== Syntax for relative price assignment ==\n\nTier price importer supports relative price assignment, using negative % value or positive % value instead of fixed tier price.\n\n'''IMPORTANT''':to use relative price assignment,'''price''' column '''MUST''' be present in input data.\n\n=== negative % relative price example ===\n\n  \"sku\",\"price\",\"tier_price:group1\",\"tier_price:group2\"\n  \"SKU001\",\"50\",\"25:-15%;50:-25%;100:-40%\",\"25:-10%;50:-22.5%;100:-37.5%\"\n\n=== positive % relative price example ===\n\n  \"sku\",\"price\",\"tier_price:group1\",\"tier_price:group2\"\n  \"SKU001\",\"50\",\"25:85%;50:75%;100:60%\",\"25:90%;50:77.5%;100:63.5%\"\n\n== Multiple websites ==\n\nFrom version 0.0.7 of the plugin,different tier prices can be assigned to different websites\n\n* Just fill the websites column with the website(s) code(s) (comma separated if several) to set the websites for which the tier prices have to be set\n* All syntaxes above  supported (relative price,multiple customer groups)\n\nIn the samples below, say we have 2 websites with respective codes ws1 & ws2\n\n=== multiple websites, all customer groups tier price example ===\n\n  \"websites\",\"sku\",\"tier_price:_all_\"\n  \"ws1,ws2\",\"SKU001\",\"25:10.00;50:9.00;100:8.00\"\n\n=== multiple websites, multiple customer groups tier price example with % discount ===\n\n  \"websites\",\"sku\",\"price\",\"tier_price:group1\",\"tier_price:group2\"\n  \"ws1,ws2\",\"SKU001\",\"50\",\"25:-15%;50:-25%;100:-40%\",\"25:-10%;50:-22.5%;100:-37.5%\"\n\n\n\n----\n''Back to [[Product Import Related Plugins]]''"
                    }
                ]
            },
            "25": {
                "pageid": 25,
                "ns": 0,
                "title": "Update existing products",
                "revisions": [
                    {
                        "contentformat": "text/x-wiki",
                        "contentmodel": "wikitext",
                        "*": "'''Import parameters'''\n*Using mode: \n**Update existing items, skip new ones\n\nMandatory columns in csv & header:\n* \"store\",\"sku\"\n\n\n\n----\n''Back to [[Magmi Wiki]]''"
                    }
                ]
            }
        }
    }
}