[API · V1]
Public Compute API
The Servers.computer index is exposed as a free public REST API. Updated every 5 minutes.
UPDATE FREQ
5 min
FREE TIER
10K req/day
FORMAT
JSON · CSV
Base URL
https://api.servers.computer/v1
Sample response — GET /index
{
"updated": "2026-06-18T12:00:00Z",
"nodes": [
{
"gpu": "H100",
"provider": "RunPod",
"region": "EU-West-1",
"pricePerHour": 18.4,
"availability": 0.96,
"latencyMs": 1.1
},
{
"gpu": "B200",
"provider": "CoreWeave",
"region": "US-East-1",
"pricePerHour": 38.0,
"availability": 0.62,
"latencyMs": 0.4
}
]
}Use cases
- Embed live GPU pricing in your product or blog
- Programmatic compute procurement (cheapest H100 in region X)
- Training a cost-optimizer / routing layer
- Research datasets on AI compute economics
Definition
What is Servers.Computer?
Servers.Computer is an AI compute routing and procurement layer that benchmarks, compares, and deploys GPU clusters (NVIDIA H100, H200, B200 and AMD MI300) across global cloud providers in real time.