Arweave · Schema

Arweave Network Info

Current network state and node information returned by GET /info.

Decentralized StorageBlockchainPermawebWeb3Data StorageGraphQL

Properties

Name Type Description
network string Network identifier string (e.g. arweave.N.1)
version integer Node protocol version number
release integer Node software release number
height integer Current block height of the weave
current string Independent hash (indep_hash) of the current tip block
blocks integer Total number of blocks in the weave
peers integer Number of known peer nodes
queue_length integer Number of transactions queued for processing
node_state_latency integer Node state processing latency in milliseconds
View JSON Schema on GitHub

JSON Schema

network-info.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/arweave/refs/heads/main/json-schema/network-info.json",
  "title": "Arweave Network Info",
  "description": "Current network state and node information returned by GET /info.",
  "type": "object",
  "properties": {
    "network": {
      "type": "string",
      "description": "Network identifier string (e.g. arweave.N.1)",
      "example": "arweave.N.1"
    },
    "version": {
      "type": "integer",
      "description": "Node protocol version number",
      "example": 5
    },
    "release": {
      "type": "integer",
      "description": "Node software release number",
      "example": 53
    },
    "height": {
      "type": "integer",
      "description": "Current block height of the weave",
      "example": 551511
    },
    "current": {
      "type": "string",
      "description": "Independent hash (indep_hash) of the current tip block"
    },
    "blocks": {
      "type": "integer",
      "description": "Total number of blocks in the weave"
    },
    "peers": {
      "type": "integer",
      "description": "Number of known peer nodes"
    },
    "queue_length": {
      "type": "integer",
      "description": "Number of transactions queued for processing"
    },
    "node_state_latency": {
      "type": "integer",
      "description": "Node state processing latency in milliseconds"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/network-info"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.