APIs.guru · JSON Structure

Apis Guru Metrics Structure

List of basic metrics

Type: object Properties: 14 Required: 3
API CatalogAPI DirectoryAPI DiscoveryCommunityGraphQLOpen-SourceOpenAPI

Metrics is a JSON Structure definition published by APIs.guru, describing 14 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

datasets fixedPct fixes invalid issues numAPIs numDrivers numEndpoints numProviders numSpecs stars thisWeek unofficial unreachable

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apis-guru/refs/heads/main/json-structure/apis-guru-metrics-structure.json",
  "name": "Metrics",
  "description": "List of basic metrics",
  "additionalProperties": false,
  "example": {
    "datasets": [],
    "fixedPct": 22,
    "fixes": 81119,
    "invalid": 598,
    "issues": 28,
    "numAPIs": 2501,
    "numDrivers": 10,
    "numEndpoints": 106448,
    "numProviders": 659,
    "numSpecs": 3329,
    "stars": 2429,
    "thisWeek": {
      "added": 45,
      "updated": 171
    },
    "unofficial": 25,
    "unreachable": 123
  },
  "properties": {
    "datasets": {
      "description": "Data used for charting etc",
      "items": {},
      "type": "array"
    },
    "fixedPct": {
      "description": "Percentage of all APIs where auto fixes have been applied",
      "type": "int32"
    },
    "fixes": {
      "description": "Total number of fixes applied across all APIs",
      "type": "int32"
    },
    "invalid": {
      "description": "Number of newly invalid APIs",
      "type": "int32"
    },
    "issues": {
      "description": "Open GitHub issues on our main repo",
      "type": "int32"
    },
    "numAPIs": {
      "description": "Number of unique APIs",
      "minimum": 1,
      "type": "int32"
    },
    "numDrivers": {
      "description": "Number of methods of API retrieval",
      "type": "int32"
    },
    "numEndpoints": {
      "description": "Total number of endpoints inside all definitions",
      "minimum": 1,
      "type": "int32"
    },
    "numProviders": {
      "description": "Number of API providers in directory",
      "type": "int32"
    },
    "numSpecs": {
      "description": "Number of API definitions including different versions of the same API",
      "minimum": 1,
      "type": "int32"
    },
    "stars": {
      "description": "GitHub stars for our main repo",
      "type": "int32"
    },
    "thisWeek": {
      "description": "Summary totals for the last 7 days",
      "properties": {
        "added": {
          "description": "APIs added in the last week",
          "type": "int32"
        },
        "updated": {
          "description": "APIs updated in the last week",
          "type": "int32"
        }
      },
      "type": "object"
    },
    "unofficial": {
      "description": "Number of unofficial APIs",
      "type": "int32"
    },
    "unreachable": {
      "description": "Number of unreachable (4XX,5XX status) APIs",
      "type": "int32"
    }
  },
  "required": [
    "numSpecs",
    "numAPIs",
    "numEndpoints"
  ],
  "type": "object"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/apis-guru-metrics-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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