Work with this as data
Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/meter-staking-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
OpenAPI Specification
openapi: 3.2.0
info:
title: Meterest Accounts Staking API
description: 'RESTful API to access Meter.io
[Project Home](https://github.com/meterio)
'
license:
name: LGPL 3.0
url: https://www.gnu.org/licenses/lgpl-3.0.en.html
version: 1.2.2
servers:
- url: /
description: local meter node
tags:
- name: Staking
description: Access to staking data
paths:
/staking/buckets:
get:
tags:
- Staking
summary: Retrieve staking buckets
reponses:
'200':
description: OK
content:
application/json:
schema:
items:
$ref: null
/staking/candidates:
get:
tags:
- Staking
summary: Retrieve staking candidates
reponses:
'200':
description: OK
content:
application/json:
schema:
items:
$ref: null
/staking/stakeholders:
get:
tags:
- Staking
summary: Retrieve staking stakeholder
reponses:
'200':
description: OK
content:
application/json:
schema:
items:
$ref: null
/staking/delegates:
get:
tags:
- Staking
summary: Retrieve staking delegates for consensus
reponses:
'200':
description: OK
content:
application/json:
schema:
items:
$ref: null