Programmatic access to real-time VMware pricing data, market trends, and price alerts
All API requests require authentication using an API key. Include your API key in the x-api-key header.
Contact us at [email protected] to request an API key.
productTypeOptional. Filter by product: vcf, vsphere, vsan, nsx, tanzu, ariavendorTypeOptional. Filter by vendor: broadcom, reseller, vcsp, otherlimitOptional. Number of results (1-100, default: 50)curl "https://api.hyperscaleiq.com/publicPricingApi/getCurrentMarketPricing?vendorType=vcsp&limit=10" \ -H "x-api-key: YOUR_API_KEY"
{
"pricing": [
{
"id": 123,
"vendorName": "CloudProvider Inc",
"vendorType": "vcsp",
"totalCores": 500,
"totalAmount": 125000.00,
"annualAmount": 125000.00,
"contractTerm": "3yr",
"quoteDate": "2024-12-01T00:00:00.000Z",
"createdAt": "2024-12-01T10:30:00.000Z"
}
],
"metadata": {
"count": 10,
"avgPricePerCore": 250.00,
"minPricePerCore": 200.00,
"maxPricePerCore": 300.00,
"totalQuotes": 150,
"lastUpdated": "2024-12-04T20:00:00.000Z"
}
}API requests are rate-limited to ensure fair usage and system stability:
Need help with the API? Contact our team: