One proposal in full: tally, action, timestamps
API · /icpgov-api
Internet Computer NNS Governance API
Internet Computer NNS (Network Nervous System) governance, live from the official public dashboard API — no key, nothing cached. The NNS is the on-chain DAO that controls the entire Internet Computer: ICP holders lock tokens into neurons and vote on proposals across topics — protocol upgrades, network economics, node administration, canister management, SNS launches and more. The base Internet Computer reader covers network, accounts, canisters and subnets, but not governance; this opens it. List NNS proposals filtered by topic and status, each with its title, proposer neuron, voting deadline and yes / no voting-power tally with percentages. Read a single proposal in full — its tally, action, status and decision timestamps. And get a live governance overview: the all-time total proposal count, how many are currently open for voting, and the breakdown of recent proposals by topic and status. The on-chain governance layer for Internet Computer wallets, neuron dashboards, voters and analytics. Live from ic-api.internetcomputer.org.
API health
healthy- Uptime
- 100.00%
- Server probes · 24h
- Avg latency
- 343 ms
- Server probes · 24h
- Subscribers
- 4,181
- active
- Total calls
- 52
- last 7 days
Pricing
Pick a tier — billed monthly, cancel anytime.
Free
Free
- 7,700 calls / month
- 3 requests / second
- Hard cap (429 above quota, no overage)
- 7.7k calls/month
- 3 req/sec
- All endpoints
- No credit card
Starter
€9.40 /month
- 142,000 calls / month
- 9 requests / second
- Hard cap (429 above quota, no overage)
- 142k calls/month
- 9 req/sec
- Email support
Pro
€33.20 /month
- 788,000 calls / month
- 22 requests / second
- Hard cap (429 above quota, no overage)
- 788k calls/month
- 22 req/sec
- Priority support
Business
€95.50 /month
- 5,300,000 calls / month
- 55 requests / second
- Hard cap (429 above quota, no overage)
- 5.3M calls/month
- 55 req/sec
- Dedicated SLA
Built by
Related APIs
Other APIs with overlapping tags.
Internet Computer API
Live on-chain data from the Internet Computer (ICP), a blockchain that runs software as tamper-proof canisters on a network of independent subnets: the live network state (block height, running and stopped canisters, node count, number of subnets, message-execution rate), a ledger account's ICP balance and transaction count, a canister's type, controllers, name and subnet, and the subnets that shard the Internet Computer with their type, canisters, nodes and throughput.
api.oanor.com/icp-api
Bitfinity API
Live Bitfinity on-chain data via Blockscout. Bitfinity is a Bitcoin- and Internet Computer-integrated EVM Layer 2; gas and balances are in BFT. Network stats, gas prices, latest blocks, a block by height or hash, address detail with BFT balance, a transaction by hash, ERC-20 token metadata and a universal search across addresses, tokens, blocks and transactions. Real data, no key.
api.oanor.com/bitfinity-api
Desmos API
Live on-chain data for Desmos (chain id desmos-mainnet) — the Cosmos-SDK Layer-1 purpose-built for decentralised social networking, whose native token is DSM — served directly from public LCD/REST nodes with multi-node failover. The status endpoint returns the latest block height and time, chain id, the staking bond denom and the current minting inflation rate. The validators endpoint lists the active bonded validator set ranked by stake, each with its moniker, operator address, self-plus-delegated DSM, commission rate and jailed flag. The supply endpoint returns the total DSM supply, the amount bonded in staking and the resulting bonded ratio. The governance endpoint returns the most recent on-chain proposals with their id, title, status and voting window. Token amounts are converted from base micro-DSM (6 decimals) into whole DSM, and every figure is read live from the chain — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for staking dashboards, validator and delegator tooling, explorers, governance trackers and portfolio or analytics apps across the Cosmos and decentralised-social ecosystem. Live keyless upstream. 5 endpoints.
api.oanor.com/desmos-api
Fetch.ai API
Live on-chain data for Fetch.ai (chain id fetchhub-4) — the Cosmos-SDK Layer-1 behind the Artificial Superintelligence Alliance, whose native token is FET — served directly from public LCD/REST nodes with multi-node failover. The status endpoint returns the latest block height and time, chain id, the staking bond denom and the current minting inflation rate. The validators endpoint lists the active bonded validator set ranked by stake, each with its moniker, operator address, self-plus-delegated FET, commission rate and jailed flag. The supply endpoint returns the total FET supply, the amount bonded in staking and the resulting bonded ratio. The governance endpoint returns the most recent on-chain proposals with their id, title, status and voting window. FET uses an 18-decimal base denomination (afet) which is converted to whole FET with exact big-integer scaling, and every figure is read live from the chain — nothing bundled or modelled — behind a short server-side cache with keep-warm so the feed stays fast and fresh. Ideal for staking dashboards, validator and delegator tooling, explorers, governance trackers and portfolio or analytics apps across the Cosmos and AI-blockchain ecosystem. Live keyless upstream. 5 endpoints.
api.oanor.com/fetchai-api
Frequently asked questions
Quick answers about pricing, quotas, and integration.
How do I get an API key for Internet Computer NNS Governance API?
What's the rate limit for Internet Computer NNS Governance API?
How much does Internet Computer NNS Governance API cost?
Can I cancel my subscription anytime?
Is Internet Computer NNS Governance API GDPR-compliant?
Pick an endpoint from the list on the left to see its details and try it.
Code snippets
Sign up to get an API key, then call any path under your slug.
curl https://api.oanor.com/icpgov-api/SOME_PATH \
-H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/icpgov-api/SOME_PATH", {
headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/icpgov-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
"https://api.oanor.com/icpgov-api/SOME_PATH",
headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())
Ratings
Sign in to rate.
No reviews yet.
Discussion
Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.
Sign in to start a thread or reply.
Sign inNew thread
·
-
Provider answer
🔒 This thread is locked — no new replies.
-
·
- No threads yet — start the discussion.
Support
Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.
Sign in to open a support ticket.
Sign inOpen new ticket
Describe what you need help with. The provider team gets an email and replies on the ticket page.
-
·
Urgent - No tickets yet for this API.