{"activeVersionTag":"latest","latestAvailableVersionTag":"latest","collection":{"info":{"_postman_id":"f83a33ca-29bd-4f35-906a-5b20700746cc","name":"APIclub API Documentation","description":"APIclub's API is a RESTful, JSON based API. It contains resource-oriented URLs and uses HTTP features for authentication and communication. All the responses are in JSON format.\n\n<h1>Overview</h1>\n\nAPIclub.in offer APIs including DL Verification API, Voter ID Verification API, Face Match API, RC Verification API, RTO Info API, GEO IP Track, Train PNR Status, Bank Verification API, IFSC Code lookup, GSTIN Verification API, Fuel Price, Stock Price, Currency Exchange, Bulk SMS and many more.\n\n<h1>Authentication</h1>\n\nAn API Key is required to communicate with all the APIs. You can create one by signing up for a free APIclub account [click here](https://apiclub.in).\n\n<h2>Headers</h2>\n\n<ul><li><div>x-api-key : Your APIclub API Key (Mandatory)</div></li><li><div>x-request-id : Your request ID between 5-50 characters (Optional)</div></li></ul>\n\n# API Environment\n\n| Base URL | Environment | Description |\n| --- | --- | --- |\n| [https://uat.apiclub.in/api](https://uat.apiclub.in/api) | UAT / Test | Test API using our UAT / Test environment |\n| [https://prod.apiclub.in/api](https://prod.apiclub.in/api) | Production | Get Real time data on our Production environment |\n\n> **Important Note :- By default, our documentation uses UAT environment. If you want to use APIs on Production you can use it on your server or other API Testing tools like Postman.** \n  \n\n<h1>Errors</h1>\n\n<h2>HTTP Response Codes</h2>\n\nStandard HTTP response codes are used for successful and failed responses.\n\n<ul><li><div>200 - Ok</div></li><li><div>400 - Bad Request/Request parameter validation failed</div></li><li><div>401 - Unauthorized/Expired</div></li><li><div>402 - Insufficient Funds</div></li><li><div>403 - Unauthenticated Request</div></li><li><div>404 - Not Found</div></li><li><div>405 - Method Not Allowed</div></li><li><div>415 - Unsupported Media Type</div></li><li><div>422 - Request failed due to invalid details</div></li><li><div>429 - Too many requests</div></li><li><div>500 - Internal Server Error</div></li><li><div>503 - Backend Down/Maintenance</div></li></ul>\n\n## Response Body\n\nIn addition to the HTTP code response, an array of json objects will be returned in the response body. Each json response contains at least the following fields:\n\n- code (int)\n    \n- status (string)\n    \n- message (string)\n    \n- request_id (string)\n    \n- response (array/array of objects/null on errors)\n    \n\n``` json\n{\n    \"code\": 404,//or any other above mentioned status code\n    \"status\": \"error\",\n    \"response\": \"{error reason}\",\n    \"request_id\": \"test\",\n    \"response\": null\n}\n\n ```","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","isPublicCollection":false,"owner":"25189013","team":4520899,"collectionId":"f83a33ca-29bd-4f35-906a-5b20700746cc","publishedId":"2sB2x8EAuG","public":true,"publicUrl":"https://developer.apiclub.in","privateUrl":"https://go.postman.co/documentation/25189013-f83a33ca-29bd-4f35-906a-5b20700746cc","customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"documentationLayout":"classic-double-column","customisation":{"metaTags":[{"name":"description","value":"APIclub offer APIs including Aadhaar Verification API, Pan Verification API, DL Verification API, Voter ID Verification API, Face Match API, RC Verification API, GEO IP Track, Train PNR Status, Bank Verification API, IFSC Code lookup, GSTN Verification API, Fuel Price, Stock Price and more."},{"name":"title","value":""}],"appearance":{"default":"light","themes":[{"name":"dark","logo":null,"colors":{"top-bar":"212121","right-sidebar":"303030","highlight":"FF6C37"}},{"name":"light","logo":null,"colors":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"}}]}},"version":"8.10.1","publishDate":"2025-10-30T19:34:59.000Z","activeVersionTag":"latest","documentationTheme":"light","metaTags":{"title":"","description":"APIclub offer APIs including Aadhaar Verification API, Pan Verification API, DL Verification API, Voter ID Verification API, Face Match API, RC Verification API, GEO IP Track, Train PNR Status, Bank Verification API, IFSC Code lookup, GSTN Verification API, Fuel Price, Stock Price and more."},"logos":{"logoLight":null,"logoDark":null}},"statusCode":200},"environments":[{"name":"UAT","id":"5870514a-8efd-4910-8549-35fc35f7b095","owner":"25189013","values":[{"key":"baseUrl","value":"https://uat.apiclub.in/api","enabled":true,"type":"default"}],"published":true}],"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/3ff22e1d410164600d05d5c6c93338fa89c0779a4f597b9c49ab2f683476b223","favicon":"https://res.cloudinary.com/postman/image/upload/v1673500115/team/x1qdstbzvf03qul5kudk.ico"},"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"},{"label":"UAT","value":"25189013-5870514a-8efd-4910-8549-35fc35f7b095"}],"canonicalUrl":"https://developer.apiclub.in/view/metadata/2sB2x8EAuG"}