Search the catalog
Search verified locations with the same criteria as the on-site discovery search: country, metro, capacity, rack density, tier, certifications, cooling and more. Paginated with total/limit/offset.
Request
curl -H "Authorization: Bearer cc_YOUR_KEY" \
"https://colocompass.com/api/v1/datacenters?country=NL&capacityKw=500&limit=2"Response
{
"total": 42,
"limit": 2,
"offset": 0,
"data": [
{
"id": "loc-2f7e0a1c-4b3d-4e2a-9c8d-1a2b3c4d5e6f",
"name": "Amsterdam 1",
"operator": { "name": "Example Operator", "verification_status": "operator_verified" },
"location": { "city": "Amsterdam", "country": "NL", "metro_region": "Amsterdam" },
"specs": { "uptime_tier": "tier_3", "max_rack_density_kw": 20, "certifications": ["iso_27001"] },
"availability": { "status": "available", "lifecycle_stage": "operational" },
"data_quality": { "verification_status": "operator_verified", "completeness_score": 86 },
"profile_url": "https://colocompass.com/datacenter/loc-2f7e0a1c-4b3d-4e2a-9c8d-1a2b3c4d5e6f"
}
]
}