{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"44f50f9d-c5c3-4d99-b4a6-1553de19876b","name":"Best Stores API","description":"# Introduction to Documentation for the Beststores.io API\n\nBeststores.io Product Categorization and Trends API is an API which provides you with information on search engine trends for 1+ million products.\n\nFor categorization of products, it is using a machine learning based Product Categorization API that supports more than 1000+ categories.\n\nThis categorization of products to show top trending products in any major or minor vertical. One can thus select a specific vertical and see the top trending products in that vertical.\n\nHere are a few examples of trending products for Category = Animals & Pets.\n\n<img src=\"https://www.beststores.io/1.png\">\n\n# Authentication\n\nAPI requests should be sent to the URL: [https://www.beststores.io/api.php/](https://www.beststores.io/api.php/)\n\nAn API key is needed to obtain results from our API endpoint. You can get it by [purchasing subscription to our plans](https://www.beststores.io).\n\nYou need to include API key in all API requests to the server, like this:\n\n`api_key: b4dade2ce5fb2d0b189b`\n\nIn usage, make sure to replace `b4dade2ce5fb2d0b189b` with your own API key that we sent you when you purchased one of our plans at beststores.io.\n\n# Keywords\n\nThis API endpoint returns one or more keywords in our database.\n\n### HTTP Request\n\n`GET https://www.beststores.io/api.php/records/keywords/?include=id,keyword&order=id&page=10,30`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n| include | string | list of columns to be included |\n| api_key | string | API key |\n| order | string | column by which to order results |\n| page | string | minimum and maximum number of pages of results |\n\n```\ncurl --location --request GET 'https://www.beststores.io/api.php/records/keywords/?order=id&page=10,30&include=id,keyword'\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n    \"records\": [\n        {\n            \"id\": 271,\n            \"keyword\": \"heel\"\n        },\n        {\n            \"id\": 272,\n            \"keyword\": \"chrome\"\n        },\n        {\n            \"id\": 273,\n            \"keyword\": \"masks\"\n        },\n        {\n            \"id\": 274,\n            \"keyword\": \"owl\"\n        },\n        {\n            \"id\": 275,\n            \"keyword\": \"paste\"\n        },\n        {\n            \"id\": 276,\n            \"keyword\": \"rack\"\n        },\n        {\n            \"id\": 277,\n            \"keyword\": \"breeze\"\n        },\n        {\n            \"id\": 278,\n            \"keyword\": \"fragments\"\n        },\n        {\n            \"id\": 279,\n            \"keyword\": \"gel\"\n        },\n        {\n            \"id\": 280,\n            \"keyword\": \"catalog\"\n        },\n        {\n            \"id\": 281,\n            \"keyword\": \"nickel\"\n        },\n        {\n            \"id\": 282,\n            \"keyword\": \"sleeve\"\n        },\n        {\n            \"id\": 283,\n            \"keyword\": \"candle\"\n        },\n        {\n            \"id\": 284,\n            \"keyword\": \"snack\"\n        },\n        {\n            \"id\": 285,\n            \"keyword\": \"sofa\"\n        },\n        {\n            \"id\": 286,\n            \"keyword\": \"rom\"\n        },\n        {\n            \"id\": 287,\n            \"keyword\": \"teddy\"\n        },\n        {\n            \"id\": 288,\n            \"keyword\": \"wheelchair\"\n        },\n        {\n            \"id\": 289,\n            \"keyword\": \"pillow\"\n        },\n        {\n            \"id\": 290,\n            \"keyword\": \"heavens\"\n        },\n        {\n            \"id\": 291,\n            \"keyword\": \"moss\"\n        },\n        {\n            \"id\": 292,\n            \"keyword\": \"skirt\"\n        },\n        {\n            \"id\": 293,\n            \"keyword\": \"vinyl\"\n        },\n        {\n            \"id\": 294,\n            \"keyword\": \"gasoline\"\n        },\n        {\n            \"id\": 295,\n            \"keyword\": \"cleaner\"\n        },\n        {\n            \"id\": 296,\n            \"keyword\": \"cooler\"\n        },\n        {\n            \"id\": 297,\n            \"keyword\": \"barn\"\n        },\n        {\n            \"id\": 298,\n            \"keyword\": \"jewelry\"\n        },\n        {\n            \"id\": 299,\n            \"keyword\": \"leon\"\n        },\n        {\n            \"id\": 300,\n            \"keyword\": \"starter\"\n        }\n    ],\n    \"results\": 1214678\n}\n\n```\n\n# Trends and search volume changes\n\nIn order to obtain trends and keywords volume changes for 1.2 million  \nproduct names and keywords that we store in our database, you need to  \nuse this API endpoint.\n\n### HTTP Request\n\n`GET https://www.beststores.io/api.php/records/keywords_volume_change/?order=id&page=10,20&include=id,category,category_type,change_3m,change_6m,change_12m`\n\n### Query Parameters\n\n| Parameter | Type | Description |\n| --- | --- | --- |\n\ninclude | string | list of columns to be included  \napi_key | string | API key  \norder | string | column by which to order results  \npage | string | minimum and maximum number of pages of results\n\n```\ncurl --location --request GET 'https://www.beststores.io/api.php/records/keywords_volume_change/?order=id&include=id,category,category_type,change_3m,change_6m,change_12m&page=10,30'\n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\n    \"records\": [\n        {\n            \"id\": 216,\n            \"category_type\": \"1\",\n            \"category\": \"17\",\n            \"change_3m\": 0,\n            \"change_6m\": 22.31404958677686,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 216,\n            \"category_type\": \"2\",\n            \"category\": \"83\",\n            \"change_3m\": 0,\n            \"change_6m\": 22.31404958677686,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 219,\n            \"category_type\": \"1\",\n            \"category\": \"9\",\n            \"change_3m\": 22,\n            \"change_6m\": 22,\n            \"change_12m\": 22\n        },\n        {\n            \"id\": 219,\n            \"category_type\": \"2\",\n            \"category\": \"68\",\n            \"change_3m\": 22,\n            \"change_6m\": 22,\n            \"change_12m\": 22\n        },\n        {\n            \"id\": 221,\n            \"category_type\": \"1\",\n            \"category\": \"13\",\n            \"change_3m\": 0,\n            \"change_6m\": 48.588410104011885,\n            \"change_12m\": 48.588410104011885\n        },\n        {\n            \"id\": 221,\n            \"category_type\": \"2\",\n            \"category\": \"201\",\n            \"change_3m\": 0,\n            \"change_6m\": 48.588410104011885,\n            \"change_12m\": 48.588410104011885\n        },\n        {\n            \"id\": 222,\n            \"category_type\": \"1\",\n            \"category\": \"10\",\n            \"change_3m\": -18.27637444279346,\n            \"change_6m\": 0,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 222,\n            \"category_type\": \"2\",\n            \"category\": \"166\",\n            \"change_3m\": -18.27637444279346,\n            \"change_6m\": 0,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 223,\n            \"category_type\": \"1\",\n            \"category\": \"3\",\n            \"change_3m\": 22.282608695652176,\n            \"change_6m\": 22.282608695652176,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 223,\n            \"category_type\": \"2\",\n            \"category\": \"183\",\n            \"change_3m\": 22.282608695652176,\n            \"change_6m\": 22.282608695652176,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 224,\n            \"category_type\": \"1\",\n            \"category\": \"13\",\n            \"change_3m\": 0,\n            \"change_6m\": 0,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 224,\n            \"category_type\": \"2\",\n            \"category\": \"196\",\n            \"change_3m\": 0,\n            \"change_6m\": 0,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 225,\n            \"category_type\": \"1\",\n            \"category\": \"8\",\n            \"change_3m\": -18.0327868852459,\n            \"change_6m\": 21.506682867557714,\n            \"change_12m\": 21.506682867557714\n        },\n        {\n            \"id\": 225,\n            \"category_type\": \"2\",\n            \"category\": \"74\",\n            \"change_3m\": -18.0327868852459,\n            \"change_6m\": 21.506682867557714,\n            \"change_12m\": 21.506682867557714\n        },\n        {\n            \"id\": 226,\n            \"category_type\": \"1\",\n            \"category\": \"8\",\n            \"change_3m\": 22.259136212624586,\n            \"change_6m\": 22.259136212624586,\n            \"change_12m\": 22.259136212624586\n        },\n        {\n            \"id\": 226,\n            \"category_type\": \"2\",\n            \"category\": \"74\",\n            \"change_3m\": 22.259136212624586,\n            \"change_6m\": 22.259136212624586,\n            \"change_12m\": 22.259136212624586\n        },\n        {\n            \"id\": 228,\n            \"category_type\": \"1\",\n            \"category\": \"17\",\n            \"change_3m\": 21.818181818181817,\n            \"change_6m\": 21.818181818181817,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 228,\n            \"category_type\": \"2\",\n            \"category\": \"167\",\n            \"change_3m\": 21.818181818181817,\n            \"change_6m\": 21.818181818181817,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 229,\n            \"category_type\": \"1\",\n            \"category\": \"7\",\n            \"change_3m\": 0,\n            \"change_6m\": 0,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 229,\n            \"category_type\": \"2\",\n            \"category\": \"197\",\n            \"change_3m\": 0,\n            \"change_6m\": 0,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 230,\n            \"category_type\": \"1\",\n            \"category\": \"11\",\n            \"change_3m\": 0,\n            \"change_6m\": 0,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 230,\n            \"category_type\": \"2\",\n            \"category\": \"159\",\n            \"change_3m\": 0,\n            \"change_6m\": 0,\n            \"change_12m\": 0\n        },\n        {\n            \"id\": 231,\n            \"category_type\": \"1\",\n            \"category\": \"11\",\n            \"change_3m\": -18.29268292682927,\n            \"change_6m\": 0,\n            \"change_12m\": -18.29268292682927\n        },\n        {\n            \"id\": 232,\n            \"category_type\": \"1\",\n            \"category\": \"5\",\n            \"change_3m\": 0,\n            \"change_6m\": 0,\n            \"change_12m\": 22.363636363636363\n        },\n        {\n            \"id\": 232,\n            \"category_type\": \"2\",\n            \"category\": \"213\",\n            \"change_3m\": 0,\n            \"change_6m\": 0,\n            \"change_12m\": 22.363636363636363\n        },\n        {\n            \"id\": 233,\n            \"category_type\": \"1\",\n            \"category\": \"13\",\n            \"change_3m\": 22.282608695652176,\n            \"change_6m\": 22.282608695652176,\n            \"change_12m\": 22.282608695652176\n        },\n        {\n            \"id\": 236,\n            \"category_type\": \"1\",\n            \"category\": \"13\",\n            \"change_3m\": 22.950819672131146,\n            \"change_6m\": 22.950819672131146,\n            \"change_12m\": 22.950819672131146\n        },\n        {\n            \"id\": 239,\n            \"category_type\": \"1\",\n            \"category\": \"8\",\n            \"change_3m\": 0,\n            \"change_6m\": -18.27637444279346,\n            \"change_12m\": -18.27637444279346\n        },\n        {\n            \"id\": 239,\n            \"category_type\": \"2\",\n            \"category\": \"173\",\n            \"change_3m\": 0,\n            \"change_6m\": -18.27637444279346,\n            \"change_12m\": -18.27637444279346\n        },\n        {\n            \"id\": 240,\n            \"category_type\": \"1\",\n            \"category\": \"8\",\n            \"change_3m\": 0,\n            \"change_6m\": 0,\n            \"change_12m\": 0\n        }\n    ],\n    \"results\": 1086174\n}\n\n```\n\n# Categories\n\nThis API endpoint provides you with the list of categories used in categorization of products. We use [image to text extraction service](https://ocrapi.io/) to categorize those websites that do not have text.\n\n### HTTP Request\n\n`POST https://www.beststores.io/api.php/records/categories`\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 --location --request POST 'https://www.beststores.io/api.php/records/categories' \n\n```\n\n> The above command returns JSON structured like this:\n\n```\n{\"records\":[{\"id\":1,\"category_type\":\"category1\",\"category\":\"Vehicles & Parts\"},{\"id\":2,\"category_type\":\"category1\",\"category\":\"Health & Beauty\"},{\"id\":3,\"category_type\":\"category1\",\"category\":\"Toys & Games\"},{\"id\":4,\"category_type\":\"category1\",\"category\":\"Media\"},{\"id\":5,\"category_type\":\"category1\",\"category\":\"Sporting Goods\"},{\"id\":6,\"category_type\":\"category1\",\"category\":\"Arts & Entertainment\"},{\"id\":7,\"category_type\":\"category1\",\"category\":\"Software\"},{\"id\":8,\"category_type\":\"category1\",\"category\":\"Apparel & Accessories\"},{\"id\":9,\"category_type\":\"category1\",\"category\":\"Furniture\"},{\"id\":10,\"category_type\":\"category1\",\"category\":\"Food, Beverages & Tobacco\"},{\"id\":11,\"category_type\":\"category1\",\"category\":\"Hardware\"},{\"id\":12,\"category_type\":\"category1\",\"category\":\"Cameras & Optics\"},{\"id\":13,\"category_type\":\"category1\",\"category\":\"Home & Garden\"},{\"id\":14,\"category_type\":\"category1\",\"category\":\"Business & Industrial\"},{\"id\":15,\"category_type\":\"category1\",\"category\":\"Mature\"},{\"id\":16,\"category_type\":\"category1\",\"category\":\"Baby & Toddler\"},{\"id\":17,\"category_type\":\"category1\",\"category\":\"Office Supplies\"},{\"id\":18,\"category_type\":\"category1\",\"category\":\"Religious & Ceremonial\"},{\"id\":19,\"category_type\":\"category1\",\"category\":\"Electronics\"},{\"id\":20,\"category_type\":\"category1\",\"category\":\"Animals & Pet Supplies\"},{\"id\":21,\"category_type\":\"category1\",\"category\":\"Luggage & Bags\"},{\"id\":22,\"category_type\":\"category2\",\"category\":\"Filing & Organization\"},{\"id\":23,\"category_type\":\"category2\",\"category\":\"Material Handling\"},{\"id\":24,\"category_type\":\"category2\",\"category\":\"Futons\"},{\"id\":25,\"category_type\":\"category2\",\"category\":\"Religious Items\"},{\"id\":26,\"category_type\":\"category2\",\"category\":\"Dentistry\"},{\"id\":27,\"category_type\":\"category2\",\"category\":\"Music & Sound Recordings\"},{\"id\":28,\"category_type\":\"category2\",\"category\":\"Baby Bathing\"},{\"id\":29,\"category_type\":\"category2\",\"category\":\"Mining & Quarrying\"},{\"id\":30,\"category_type\":\"category2\",\"category\":\"Indoor Games\"},{\"id\":31,\"category_type\":\"category2\",\"category\":\"Diaper Bags\"},{\"id\":32,\"category_type\":\"category2\",\"category\":\"Forestry & Logging\"},{\"id\":33,\"category_type\":\"category2\",\"category\":\"Baby Toys & Activity Equipment\"},{\"id\":34,\"category_type\":\"category2\",\"category\":\"Food Service\"},{\"id\":35,\"category_type\":\"category2\",\"category\":\"Optics\"},{\"id\":36,\"category_type\":\"category2\",\"category\":\"Networking\"},{\"id\":37,\"category_type\":\"category2\",\"category\":\"Building Consumables\"},{\"id\":38,\"category_type\":\"category2\",\"category\":\"Desk Pads & Blotters\"},{\"id\":39,\"category_type\":\"category2\",\"category\":\"Baby Gift Sets\"},{\"id\":40,\"category_type\":\"category2\",\"category\":\"Event Tickets\"},{\"id\":41,\"category_type\":\"category2\",\"category\":\"Advertising & Marketing\"},{\"id\":42,\"category_type\":\"category2\",\"category\":\"Pet Supplies\"},{\"id\":43,\"category_type\":\"category2\",\"category\":\"Heating, Ventilation & Air Conditioning\"},{\"id\":44,\"category_type\":\"category2\",\"category\":\"Emergency Preparedness\"},{\"id\":45,\"category_type\":\"category2\",\"category\":\"Lighting\"},{\"id\":46,\"category_type\":\"category2\",\"category\":\"Weapons\"},{\"id\":47,\"category_type\":\"category2\",\"category\":\"Vehicles\"},{\"id\":48,\"category_type\":\"category2\",\"category\":\"Video Game Software\"},{\"id\":49,\"category_type\":\"category2\",\"category\":\"Piercing & Tattooing\"},{\"id\":50,\"category_type\":\"category2\",\"category\":\"Shelving Accessories\"},{\"id\":51,\"category_type\":\"category2\",\"category\":\"Puzzles\"},{\"id\":52,\"category_type\":\"category2\",\"category\":\"Office Furniture\"},{\"id\":53,\"category_type\":\"category2\",\"category\":\"Game Timers\"},...]\n}\n\n```\n\n## Other APIs and resources\n\nOn topic of Website Categorization: [What is Website Categorization](https://medium.com/website-categorization/website-categorization-api-ca6c3e0f6c4d)\n\nIntroduction to Voice Search using AI: [Definitive guide to Voice Search](http://www.aisapiens.net/definitive-guide-to-voice-search-in-2019/)\n\n[Best keywords research](https://www.unicornseo.com/)\n\nSentiment API for blockchain assets: [Cryptocurrency Sentiment API](https://www.bittsanalytics.com/cryptocurrency_api.php)\n\nPhysik nachhilfe münchen : [Physik Nachhilfe in München](https://www.boplnachhilfe.de/)\n\n## Useful libraries for categorization\n\n[https://www.npmtrends.com/websitecategorization](https://www.npmtrends.com/websitecategorization)\n\n[https://openhub.net/p/websitecategorizationapi](https://openhub.net/p/websitecategorizationapi)\n\n[https://yarnpkg.com/package/productcategorization](https://yarnpkg.com/package/productcategorization)\n\n[https://www.npmjs.com/package/productcategorization](https://www.npmjs.com/package/productcategorization)\n\n[https://yarnpkg.com/package/urldatabase](https://yarnpkg.com/package/urldatabase)\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. |","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"18208142","team":2733365,"collectionId":"44f50f9d-c5c3-4d99-b4a6-1553de19876b","publishedId":"UzXUQumZ","public":true,"publicUrl":"https://documenter-api.postman.tech/view/18208142/UzXUQumZ","privateUrl":"https://go.postman.co/documentation/18208142-44f50f9d-c5c3-4d99-b4a6-1553de19876b","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"documentationLayout":"classic-double-column","customisation":null,"version":"8.10.1","publishDate":"2022-10-15T12:49:08.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/UzXUQumZ"}