{"name":"The Commerce Graph — Open Lookup API","description":"Public, no-auth reference data for Indian e-commerce, powered by Shiprocket's Sense APIs. Built for AI agents and developers. Region: India. Currency: INR (₹).","version":"1","publisher":"Shiprocket","docs":"https://commercegraph.com/developers","mcp_server":"https://commercegraph.com/api/mcp","llms":"https://commercegraph.com/llms.txt","rate_limit":"60 requests/minute per IP; shared daily cap. Need more? Use the OAuth MCP server.","auth":"none","cors":"*","endpoints":[{"method":"GET","path":"/api/v1/pincode/{pincode}","description":"City, state and locality for an Indian 6-digit pincode.","example":"https://commercegraph.com/api/v1/pincode/560001"},{"method":"GET","path":"/api/v1/serviceability?pickup={pin}&delivery={pin}&weight={kg}&cod={0|1}","description":"Which couriers deliver between two pincodes, with rate and ETA.","example":"https://commercegraph.com/api/v1/serviceability?pickup=110001&delivery=560001&weight=0.5&cod=0"},{"method":"GET","path":"/api/v1/market/{category}","description":"Order volume, AOV, RTO rate, prepaid share and emerging cities by city tier for a product category.","example":"https://commercegraph.com/api/v1/market/electronics"},{"method":"POST","path":"/api/v1/address","description":"Score an address's quality and deliverability. Body: { address, city, state, pincode }.","example":"curl -X POST https://commercegraph.com/api/v1/address -H 'content-type: application/json' -d '{\"address\":\"E14/5 Vasant Vihar\",\"city\":\"New Delhi\",\"state\":\"Delhi\",\"pincode\":\"110057\"}'"},{"method":"POST","path":"/api/v1/category","description":"Predict the product category from descriptions. Body: { descriptions: [string] }.","example":"curl -X POST https://commercegraph.com/api/v1/category -H 'content-type: application/json' -d '{\"descriptions\":[\"Dark Blue Mercerised Ikat Fabric\"]}'"}],"note":"RTO/order-risk prediction needs buyer-specific inputs — use the live agent (commercegraph.com/agent) or the MCP server for those."}