{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"f6431688-2a46-46a3-bdc3-7954a93bc631","name":"Website categorization API","description":"# Introduction to Website categorization API\n\nWebsite categorization API is one of the most accurate website categorization restful APIs with large number of categories supported.\n\nA valid API key is needed to obtain results from our API endpoints and are available by [purchasing subscription to our plans](https://www.websitecategorizationapi.com/).\n\nYou can use our API service with websites, but also on texts. URL classification accepts full-path URLs and returns real-time, live URL based website categorization.\n\nWe use two different definitions for categorizations:\n\n\\- IAB Taxonomy, supporting two Tiers\n\n\\- Products Taxonomy\n\n# Authentication\n\nOur API service expects for the API key to be included in all API requests to the server, as parameter:\n\n`api_key: b4dade2ce5fb2d0b189b5f0cd`\n\nYou must replace `b4dade2ce5fb2d0b189b5f0cd` with your own API key.\n\n# E-commerce categorization of Texts, Tier 1\n\nThis API endpoint is especially suitable for E-Commerce related  \nwebsites, like online stores. For general websites please check our IAB  \nclassifier, documented further below.\n\nTier 1 categorization returns probabilities of text being classified as one of 21 possible categories.\n\n### HTTP Request\n\n`GET https://www.websitecategorizationapi.com/api/gpt/gpt_category1.php?query=polaroid land camera&api_key=b4dcde2ce5fb2d0b887b5e`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n| query | string | text to be categorized |\n| api_key | string | API key |\n\n```\ncurl https://www.websitecategorizationapi.com/api/gpt/gpt_category1.php?query=polaroid land camera&api_key=b4dcde2ce5fb2d0b887b5e\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n  \"classification\": [\n    {\n      \"category\": \"Cameras & Optics\",\n      \"value\": 0.9987253421912741\n    },\n    {\n      \"category\": \"Electronics\",\n      \"value\": 0.000562862622295886\n    },\n    {\n      \"category\": \"Home & Garden\",\n      \"value\": 0.0005436545440954681\n    },\n    {\n      \"category\": \"Business & Industrial\",\n      \"value\": 0.00007432249947499341\n    },\n    {\n      \"category\": \"Office Supplies\",\n      \"value\": 0.000033526685721586356\n    },\n    {\n      \"category\": \"Apparel & Accessories\",\n      \"value\": 0.000027410018876003828\n    },\n    {\n      \"category\": \"Arts & Entertainment\",\n      \"value\": 0.000007521376738994588\n    },\n    {\n      \"category\": \"Toys & Games\",\n      \"value\": 0.000005882323386026919\n    },\n    {\n      \"category\": \"Sporting Goods\",\n      \"value\": 0.0000054131118222522225\n    },\n    {\n      \"category\": \"Hardware\",\n      \"value\": 0.0000033494618317838667\n    },\n    {\n      \"category\": \"Baby & Toddler\",\n      \"value\": 0.000002964992638430485\n    },\n    {\n      \"category\": \"Food, Beverages & Tobacco\",\n      \"value\": 0.0000016666852257013246\n    },\n    {\n      \"category\": \"Vehicles & Parts\",\n      \"value\": 0.0000011971066840144845\n    },\n    {\n      \"category\": \"Media\",\n      \"value\": 0.0000011131512981848846\n    },\n    {\n      \"category\": \"Animals & Pet Supplies\",\n      \"value\": 0.0000010786729107985125\n    },\n    {\n      \"category\": \"Furniture\",\n      \"value\": 8.600872153899655e-7\n    },\n    {\n      \"category\": \"Luggage & Bags\",\n      \"value\": 7.425740758731358e-7\n    },\n    {\n      \"category\": \"Mature\",\n      \"value\": 4.101005623841621e-7\n    },\n    {\n      \"category\": \"Health & Beauty\",\n      \"value\": 3.4821204250832534e-7\n    },\n    {\n      \"category\": \"Religious & Ceremonial\",\n      \"value\": 2.798537689428336e-7\n    },\n    {\n      \"category\": \"Software\",\n      \"value\": 5.3728060390120276e-8\n    }\n  ],\n  \"language\": \"en\"\n}\n\n```\n\n# E-Commerce categorization of Texts, Tier 2\n\nThis API endpoint is especially suitable for E-Commerce related  \nwebsites, like online stores. For general websites please check our IAB  \nclassifier, documented further below.\n\nTier 2 website categorization returns probabilities of text being classified as one of 182 possible categories.\n\n### HTTP Request\n\n`GET https://www.websitecategorizationapi.com/api/gpt/gpt_category2.php?query=polaroid camera&api_key=b4dcde2ce5fb2d0b887b5e`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n| query | string | text to be categorized |\n| api_key | string | API key |\n\n```\ncurl https://www.websitecategorizationapi.com/api/gpt/gpt_category2.php?query=polaroid camera&api_key=b4dcde2ce5fb2d0b887b5e\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n  \"classification\": [\n    {\n      \"category\": \"Cameras\",\n      \"value\": 0.9160965830309336\n    },\n    {\n      \"category\": \"Camera & Optic Accessories\",\n      \"value\": 0.014408161930182316\n    },\n    {\n      \"category\": \"Presentation Supplies\",\n      \"value\": 0.013201065065928974\n    },\n    {\n      \"category\": \"Video\",\n      \"value\": 0.009239226281822454\n    },\n    {\n      \"category\": \"Electronics Accessories\",\n      \"value\": 0.00527737163793613\n    },\n    ,...]\n}\n\n```\n\n# E-Commerce categorization of Texts, Tier 3\n\nThis API endpoint is especially suitable for E-Commerce related  \nwebsites, like online stores. For general websites please check our IAB  \nclassifier, documented further below.\n\nTier 1 website categorization returns probabilities of text being classified as one of 1113 possible categories.\n\n### HTTP Request\n\n`GET https://www.websitecategorizationapi.com/api/gpt/gpt_category3.php?query=polaroid camera&api_key=b4dcde2ce5fb2d0b887b5e`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n| query | string | text to be categorized |\n| api_key | string | API key |\n\n```\ncurl https://www.websitecategorizationapi.com/api/gpt/gpt_category3.php?query=polaroid camera&api_key=b4dcde2ce5fb2d0b887b5e\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n  \"classification\": [\n    {\n      \"category\": \"Film Cameras\",\n      \"value\": 0.5330920056393742\n    },\n    {\n      \"category\": \"Digital Cameras\",\n      \"value\": 0.25333581946019373\n    },\n    {\n      \"category\": \"Disposable Cameras\",\n      \"value\": 0.0663910677556255\n    },\n    {\n      \"category\": \"Trail Cameras\",\n      \"value\": 0.01740226805363727\n    },\n    {\n      \"category\": \"Document Cameras\",\n      \"value\": 0.015069146377420819\n    },\n    {\n      \"category\": \"Surveillance Cameras\",\n      \"value\": 0.011664482862068214\n    },\n    {\n      \"category\": \"Borescopes\",\n      \"value\": 0.008395065450695205\n    },\n    {\n      \"category\": \"Video Cameras\",\n      \"value\": 0.007260418504801398\n    },\n    {\n      \"category\": \"Camera Lens Accessories\",\n      \"value\": 0.00650744791929527\n    },,...]\n}\n\n```\n\n# E-Commerce website categorization of URLs, Tier 1\n\nThis API endpoint is especially suitable for E-Commerce related  \nwebsites, like online stores. For general websites please check our IAB  \nclassifier, documented further below.\n\nTier 1 categorization returns probabilities of text from URL being classified as one of 21 possible categories.\n\n### HTTP Request\n\n`GET https://www.websitecategorizationapi.com/api/gpt/gpt_category1.php?query=https://eu.polaroid.com/collections/instant-cameras&api_key=b4dcde2ce5fb2d0b887b5e&data_type=url`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n| query | string | text to be categorized |\n| api_key | string | API key |\n| data_type | string | should be set to 'url' |\n\n```\ncurl https://www.websitecategorizationapi.com/api/gpt/gpt_category1.php?query=https://eu.polaroid.com/collections/instant-cameras&api_key=b4dcde2ce5fb2d0b887b5e&data_type=url\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n  \"classification\": [\n    {\n      \"category\": \"Cameras & Optics\",\n      \"value\": 0.9992289896015756\n    },\n    {\n      \"category\": \"Home & Garden\",\n      \"value\": 0.0006520692868512297\n    },\n    {\n      \"category\": \"Apparel & Accessories\",\n      \"value\": 0.00004644383948321836\n    },\n    {\n      \"category\": \"Electronics\",\n      \"value\": 0.00003771973664942523\n    },\n    {\n      \"category\": \"Business & Industrial\",\n      \"value\": 0.000008166161487290707\n    },\n    {\n      \"category\": \"Office Supplies\",\n      \"value\": 0.000007549115352502271\n    },...]\n}\n\n```\n\n# E-Commerce categorization of URLs, Tier 2\n\nThis API endpoint is especially suitable for E-Commerce related  \nwebsites, like online stores. For general websites please check our IAB  \nclassifier, documented further below.\n\nTier 1 categorization returns probabilities of text from URL being classified as one of 186 possible categories.\n\n### HTTP Request\n\n`GET https://www.websitecategorizationapi.com/api/gpt/gpt_category2.php?query=https://eu.polaroid.com/collections/instant-cameras&api_key=b4dcde2ce5fb2d0b887b5e&data_type=url`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n| query | string | text to be categorized |\n| api_key | string | API key |\n| data_type | string | should be set to 'url' |\n\n```\ncurl https://www.websitecategorizationapi.com/api/gpt/gpt_category2.php?query=https://eu.polaroid.com/collections/instant-cameras&api_key=b4dcde2ce5fb2d0b887b5e&data_type=url\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n  \"classification\": [\n    {\n      \"category\": \"Cameras\",\n      \"value\": 0.9245012943174596\n    },\n    {\n      \"category\": \"Presentation Supplies\",\n      \"value\": 0.004850704982243057\n    },...]\n}\n\n```\n\n# E-Commerce categorization of URLs, Tier 3\n\nThis API endpoint is especially suitable for E-Commerce related  \nwebsites, like online stores. For general websites please check our IAB  \nclassifier, documented further below.\n\nTier 1 categorization returns probabilities of text from URL being classified as one of 1113 possible categories.\n\n### HTTP Request\n\n`GET https://www.websitecategorizationapi.com/api/gpt/gpt_category3.php?query=https://eu.polaroid.com/collections/instant-cameras&api_key=b4dcde2ce5fb2d0b887b5e&data_type=url`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n| query | string | text to be categorized |\n| api_key | string | API key |\n| data_type | string | should be set to 'url' |\n\n```\ncurl https://www.websitecategorizationapi.com/api/gpt/gpt_category3.php?query=https://eu.polaroid.com/collections/instant-cameras&api_key=b4dcde2ce5fb2d0b887b5e&data_type=url\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n  \"classification\": [\n    {\n      \"category\": \"Film Cameras\",\n      \"value\": 0.8221396513265392\n    },\n    {\n      \"category\": \"Digital Cameras\",\n      \"value\": 0.03174787172824993\n    },\n    {\n      \"category\": \"Disposable Cameras\",\n      \"value\": 0.02434788833270771\n    },\n    {\n      \"category\": \"Picture Frames\",\n      \"value\": 0.0020415917541745025\n    },\n    {\n      \"category\": \"Watch Accessories\",\n      \"value\": 0.0019267665992148237\n    },\n    {\n      \"category\": \"Video Cameras\",\n      \"value\": 0.0018906391929454846\n    },\n    {\n      \"category\": \"Surveillance Cameras\",\n      \"value\": 0.001548661227171665\n    },...]\n}\n\n```\n\n# IAB Categorization of Texts, Tier 1\n\nIAB categorization is based on taxonomy from IAB organization.\n\nTier 1 categorization returns probabilities of text being classified as one of 29 possible categories.\n\n### HTTP Request\n\n`GET https://www.websitecategorizationapi.com/api/iab/gpt_category1.php?query=credit card&api_key=b4dcde2ce5fb2d0b887b5e`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n| query | string | text to be categorized |\n| api_key | string | API key |\n\n```\ncurl https://www.websitecategorizationapi.com/api/iab/gpt_category1.php?query=credit card&api_key=b4dcde2ce5fb2d0b887b5e\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n  \"classification\": [\n    {\n      \"category\": \"Personal Finance\",\n      \"value\": 0.9761399141331873\n    },\n    {\n      \"category\": \"Hobbies & Interests\",\n      \"value\": 0.012164815580256418\n    },\n    {\n      \"category\": \"Automotive\",\n      \"value\": 0.0025196087021092215\n    },\n    {\n      \"category\": \"Music and Audio\",\n      \"value\": 0.0008752506600661922\n    },\n    {\n      \"category\": \"Style & Fashion\",\n      \"value\": 0.0008616063832503892\n    },\n    {\n      \"category\": \"Fine Art\",\n      \"value\": 0.0007356838538989182\n    },\n    {\n      \"category\": \"Events and Attractions\",\n      \"value\": 0.0006860379172393203\n    },\n    {\n      \"category\": \"Business and Finance\",\n      \"value\": 0.0006617396989540662\n    },\n    {\n      \"category\": \"Shopping\",\n      \"value\": 0.0005497554147123015\n    },\n    {\n      \"category\": \"Sports\",\n      \"value\": 0.0005244575592904009\n    },\n    {\n      \"category\": \"Food & Drink\",\n      \"value\": 0.0005127335219828095\n    },\n    {\n      \"category\": \"Technology & Computing\",\n      \"value\": 0.00047175450468135173\n    },\n    {\n      \"category\": \"Medical Health\",\n      \"value\": 0.00037166903273757674\n    },\n    {\n      \"category\": \"Pop Culture\",\n      \"value\": 0.00033420130176418624\n    },\n    {\n      \"category\": \"Travel\",\n      \"value\": 0.00033124861987561744\n    },\n    {\n      \"category\": \"Science\",\n      \"value\": 0.0003090364749867773\n    },\n    {\n      \"category\": \"Movies\",\n      \"value\": 0.00029288123865858144\n    },\n    {\n      \"category\": \"Education\",\n      \"value\": 0.0002908401351480208\n    },\n    {\n      \"category\": \"News and Politics\",\n      \"value\": 0.00022847415444144793\n    },\n    {\n      \"category\": \"Home & Garden\",\n      \"value\": 0.0002152725238608538\n    },\n    {\n      \"category\": \"Pets\",\n      \"value\": 0.00017486261718002182\n    },\n    {\n      \"category\": \"Television\",\n      \"value\": 0.000124120100803851\n    },\n    {\n      \"category\": \"Healthy Living\",\n      \"value\": 0.00011409833413449834\n    },\n    {\n      \"category\": \"Religion & Spirituality\",\n      \"value\": 0.00011219133637975148\n    },\n    {\n      \"category\": \"Family and Relationships\",\n      \"value\": 0.00010729327394592739\n    },\n    {\n      \"category\": \"Careers\",\n      \"value\": 0.00010286095832155701\n    },\n    {\n      \"category\": \"Books and Literature\",\n      \"value\": 0.00009633052630078263\n    },\n    {\n      \"category\": \"Real Estate\",\n      \"value\": 0.00008766190043931586\n    },\n    {\n      \"category\": \"Video Gaming\",\n      \"value\": 0.000003599541392274362\n    }\n  ],\n  \"language\": \"en\"\n}\n\n```\n\n# IAB Categorization of Texts, Tier 2\n\nIAB categorization is based on taxonomy from IAB organization.\n\nTier 1 categorization returns probabilities of text being classified as one of 447 possible categories.\n\n### HTTP Request\n\n`GET https://www.websitecategorizationapi.com/api/iab/gpt_category2.php?query=credit card&api_key=b4dcde2ce5fb2d0b887b5e`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n| query | string | text to be categorized |\n| api_key | string | API key |\n\n```\ncurl https://www.websitecategorizationapi.com/api/iab/gpt_category2.php?query=credit card&api_key=b4dcde2ce5fb2d0b887b5e\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n  \"classification\": [\n    {\n      \"category\": \"Personal Debt\",\n      \"value\": 0.8993637222986489\n    },...]\n}\n\n```\n\n# IAB Categorization of URLs, Tier 1\n\nIAB categorization is based on taxonomy from IAB organization.\n\nTier 1 categorization returns probabilities of text being classified as one of 29 possible categories.\n\n### HTTP Request\n\n`GET https://www.websitecategorizationapi.com/api/iab/iab_category1_url.php?query=https://www.theverge.com/&api_key=b4dcde2ce5fb2d0b887b5e`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n| query | string | text to be categorized |\n| api_key | string | API key |\n\n```\ncurl https://www.websitecategorizationapi.com/api/iab/iab_category1_url.php?query=https://www.theverge.com/&api_key=b4dcde2ce5fb2d0b887b5e\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n  \"classification\": [\n    {\n      \"category\": \"Technology & Computing\",\n      \"value\": 0.4171649489395124\n    },\n    {\n      \"category\": \"Video Gaming\",\n      \"value\": 0.18616746555063265\n    },\n    {\n      \"category\": \"Hobbies & Interests\",\n      \"value\": 0.08888010984131789\n    },\n    {\n      \"category\": \"Television\",\n      \"value\": 0.08364788502170598\n    },\n    {\n      \"category\": \"Personal Finance\",\n      \"value\": 0.026911980291179315\n    },...]\n}\n\n```\n\n# IAAB Categorization of URLs, Tier 2\n\nIAB categorization is based on taxonomy from IAB organization.\n\nTier 1 categorization returns probabilities of text being classified as one of 447 possible categories.\n\n### HTTP Request\n\n`GET https://www.websitecategorizationapi.com/api/gpt/gpt_category2.php?query=https://www.theverge.com/&api_key=b4dcde2ce5fb2d0b887b5e&data_type=url`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n| query | string | text to be categorized |\n| api_key | string | API key |\n| data_type | string | should be set to 'url' |\n\n```\ncurl https://www.websitecategorizationapi.com/api/gpt/gpt_category2.php?query=https://www.theverge.com/&api_key=b4dcde2ce5fb2d0b887b5e&data_type=url\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n  \"classification\": [\n    {\n      \"category\": \"Consumer Electronics\",\n      \"value\": 0.09432289580458242\n    },\n    {\n      \"category\": \"Video Game Genres\",\n      \"value\": 0.08423966799607889\n    },\n    {\n      \"category\": \"Home Utilities\",\n      \"value\": 0.03011371130949797\n    },\n    {\n      \"category\": \"Astrology\",\n      \"value\": 0.021293901078053422\n    },\n    {\n      \"category\": \"Business\",\n      \"value\": 0.01665557793073325\n    },\n    {\n      \"category\": \"Feature\",\n      \"value\": 0.016627965249943578\n    },\n    {\n      \"category\": \"Console Games\",\n      \"value\": 0.015979094081886563\n    },...]\n}\n\n```\n\n# Errors\n\nThe BittsAnalytics API uses the following error codes:\n\n| Error Code | Meaning |\n| --- | --- |\n| 400 | Bad Request -- Your request is invalid. |\n| 401 | Unauthorized -- Your API key is wrong. |\n| 406 | Not Acceptable -- You requested a format that isn't json. |\n| 429 | Too Many Requests |\n| 500 | Internal Server Error -- We had a problem with our server. Try again later. |\n| 503 | Service Unavailable -- We're temporarily offline for maintenance. Please try again later. |\n\nInteresting resources on the topic of Website Categorization API:\n\n\\* [https://support.google.com/merchants/answer/6324436?hl=en](https://support.google.com/merchants/answer/6324436?hl=en)  \n\\* [API to categorize products in E-commerce](https://medium.com/product-categorization/product-categorization-introduction-d62bb92e8515)  \n\\* [https://iabtechlab.com/press-releases/tech-lab-releases-content-taxonomy-3-0/](https://iabtechlab.com/press-releases/tech-lab-releases-content-taxonomy-3-0/)  \n\\* [IP Address Lookup API](https://reverseiplookupapi.com/)  \n\\* [Software for portfolio optimization](https://www.alpha-quantum.com/portfolio_optimisation.html)","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"18208142","team":2733365,"collectionId":"f6431688-2a46-46a3-bdc3-7954a93bc631","publishedId":"Uyr7Hdmj","public":true,"publicUrl":"https://documenter-api.postman.tech/view/18208142/Uyr7Hdmj","privateUrl":"https://go.postman.co/documentation/18208142-f6431688-2a46-46a3-bdc3-7954a93bc631","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"documentationLayout":"classic-double-column","customisation":null,"version":"8.10.1","publishDate":"2022-09-08T11:30:00.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{},"logos":{}},"statusCode":200},"environments":[],"user":{"authenticated":false,"permissions":{"publish":false}},"run":{"button":{"js":"https://run.pstmn.io/button.js","css":"https://run.pstmn.io/button.css"}},"web":"https://www.getpostman.com/","team":{"logo":"https://res.cloudinary.com/postman/image/upload/t_team_logo_pubdoc/v1/team/25947159b39be4e7982fa3cce0f948e780e7ff93b6a7fd0c33781e57118c6b04","favicon":""},"isEnvFetchError":false,"languages":"[{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"HttpClient\"},{\"key\":\"csharp\",\"label\":\"C#\",\"variant\":\"RestSharp\"},{\"key\":\"curl\",\"label\":\"cURL\",\"variant\":\"cURL\"},{\"key\":\"dart\",\"label\":\"Dart\",\"variant\":\"http\"},{\"key\":\"go\",\"label\":\"Go\",\"variant\":\"Native\"},{\"key\":\"http\",\"label\":\"HTTP\",\"variant\":\"HTTP\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"OkHttp\"},{\"key\":\"java\",\"label\":\"Java\",\"variant\":\"Unirest\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"Fetch\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"jQuery\"},{\"key\":\"javascript\",\"label\":\"JavaScript\",\"variant\":\"XHR\"},{\"key\":\"c\",\"label\":\"C\",\"variant\":\"libcurl\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Axios\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Native\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Request\"},{\"key\":\"nodejs\",\"label\":\"NodeJs\",\"variant\":\"Unirest\"},{\"key\":\"objective-c\",\"label\":\"Objective-C\",\"variant\":\"NSURLSession\"},{\"key\":\"ocaml\",\"label\":\"OCaml\",\"variant\":\"Cohttp\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"cURL\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"Guzzle\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"HTTP_Request2\"},{\"key\":\"php\",\"label\":\"PHP\",\"variant\":\"pecl_http\"},{\"key\":\"powershell\",\"label\":\"PowerShell\",\"variant\":\"RestMethod\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"http.client\"},{\"key\":\"python\",\"label\":\"Python\",\"variant\":\"Requests\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"httr\"},{\"key\":\"r\",\"label\":\"R\",\"variant\":\"RCurl\"},{\"key\":\"ruby\",\"label\":\"Ruby\",\"variant\":\"Net::HTTP\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"Httpie\"},{\"key\":\"shell\",\"label\":\"Shell\",\"variant\":\"wget\"},{\"key\":\"swift\",\"label\":\"Swift\",\"variant\":\"URLSession\"}]","languageSettings":[{"key":"csharp","label":"C#","variant":"HttpClient"},{"key":"csharp","label":"C#","variant":"RestSharp"},{"key":"curl","label":"cURL","variant":"cURL"},{"key":"dart","label":"Dart","variant":"http"},{"key":"go","label":"Go","variant":"Native"},{"key":"http","label":"HTTP","variant":"HTTP"},{"key":"java","label":"Java","variant":"OkHttp"},{"key":"java","label":"Java","variant":"Unirest"},{"key":"javascript","label":"JavaScript","variant":"Fetch"},{"key":"javascript","label":"JavaScript","variant":"jQuery"},{"key":"javascript","label":"JavaScript","variant":"XHR"},{"key":"c","label":"C","variant":"libcurl"},{"key":"nodejs","label":"NodeJs","variant":"Axios"},{"key":"nodejs","label":"NodeJs","variant":"Native"},{"key":"nodejs","label":"NodeJs","variant":"Request"},{"key":"nodejs","label":"NodeJs","variant":"Unirest"},{"key":"objective-c","label":"Objective-C","variant":"NSURLSession"},{"key":"ocaml","label":"OCaml","variant":"Cohttp"},{"key":"php","label":"PHP","variant":"cURL"},{"key":"php","label":"PHP","variant":"Guzzle"},{"key":"php","label":"PHP","variant":"HTTP_Request2"},{"key":"php","label":"PHP","variant":"pecl_http"},{"key":"powershell","label":"PowerShell","variant":"RestMethod"},{"key":"python","label":"Python","variant":"http.client"},{"key":"python","label":"Python","variant":"Requests"},{"key":"r","label":"R","variant":"httr"},{"key":"r","label":"R","variant":"RCurl"},{"key":"ruby","label":"Ruby","variant":"Net::HTTP"},{"key":"shell","label":"Shell","variant":"Httpie"},{"key":"shell","label":"Shell","variant":"wget"},{"key":"swift","label":"Swift","variant":"URLSession"}],"languageOptions":[{"label":"C# - HttpClient","value":"csharp - HttpClient - C#"},{"label":"C# - RestSharp","value":"csharp - RestSharp - C#"},{"label":"cURL - cURL","value":"curl - cURL - cURL"},{"label":"Dart - http","value":"dart - http - Dart"},{"label":"Go - Native","value":"go - Native - Go"},{"label":"HTTP - HTTP","value":"http - HTTP - HTTP"},{"label":"Java - OkHttp","value":"java - OkHttp - Java"},{"label":"Java - Unirest","value":"java - Unirest - Java"},{"label":"JavaScript - Fetch","value":"javascript - Fetch - JavaScript"},{"label":"JavaScript - jQuery","value":"javascript - jQuery - JavaScript"},{"label":"JavaScript - XHR","value":"javascript - XHR - JavaScript"},{"label":"C - libcurl","value":"c - libcurl - C"},{"label":"NodeJs - Axios","value":"nodejs - Axios - NodeJs"},{"label":"NodeJs - Native","value":"nodejs - Native - NodeJs"},{"label":"NodeJs - Request","value":"nodejs - Request - NodeJs"},{"label":"NodeJs - Unirest","value":"nodejs - Unirest - NodeJs"},{"label":"Objective-C - NSURLSession","value":"objective-c - NSURLSession - Objective-C"},{"label":"OCaml - Cohttp","value":"ocaml - Cohttp - OCaml"},{"label":"PHP - cURL","value":"php - cURL - PHP"},{"label":"PHP - Guzzle","value":"php - Guzzle - PHP"},{"label":"PHP - HTTP_Request2","value":"php - HTTP_Request2 - PHP"},{"label":"PHP - pecl_http","value":"php - pecl_http - PHP"},{"label":"PowerShell - RestMethod","value":"powershell - RestMethod - PowerShell"},{"label":"Python - http.client","value":"python - http.client - Python"},{"label":"Python - Requests","value":"python - Requests - Python"},{"label":"R - httr","value":"r - httr - R"},{"label":"R - RCurl","value":"r - RCurl - R"},{"label":"Ruby - Net::HTTP","value":"ruby - Net::HTTP - Ruby"},{"label":"Shell - Httpie","value":"shell - Httpie - Shell"},{"label":"Shell - wget","value":"shell - wget - Shell"},{"label":"Swift - URLSession","value":"swift - URLSession - Swift"}],"layoutOptions":[{"value":"classic-single-column","label":"Single Column"},{"value":"classic-double-column","label":"Double Column"}],"versionOptions":[],"environmentOptions":[{"value":"0","label":"No Environment"}],"canonicalUrl":"https://documenter.gw.postman.com/view/metadata/Uyr7Hdmj"}