Public, read-only Console API for indexed network data. No authentication required.
This API serves indexed data (providers, GPU availability, network stats). It is not an Akash node — do not use it to query chain state or broadcast transactions. For querying the blockchain directly, use Node API Layer (gRPC, REST, RPC).
Base URL: https://console-api.akash.network
Available Endpoints
Providers
Query provider details, hardware specs, GPU models, and availability:
- Providers API Reference —
GET /v1/providersandGET /v1/providers/{address} - GPU Availability Guide — Find and filter GPU resources across the network
Quick Example
List all providers on the network:
curl https://console-api.akash.network/v1/providersGet details for a specific provider:
curl https://console-api.akash.network/v1/providers/akash1u5cdg7k3gl43mukca4aeultuz8x2j68mgwn28eKey Features
- Indexed data, not a node — Aggregated network data from Console; for raw chain queries use Node API Layer
- No authentication — All endpoints are public and read-only
- JSON responses — Standard REST API returning JSON
- Provider data — Hardware specs, GPU models, uptime, location, and real-time capacity (indexed)
- Network statistics — Active/available/pending resources across the network
Questions? Join Discord #developers channel!