APIs.io · JSON Structure

Apis Io Search Ap Is Json Structure

APIsJSON schema from APIs.io Search API

Type: object Properties: 11 Required: 3
API AggregationAPI DirectoryAPI DiscoveryAPI IndexingAPI RatingAPI SearchAPIs.jsonSearch EnginesAPI CatalogAgent DiscoveryMCPAgent SkillsOpenAPIAPI Governance

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

Properties

name description url image created modified specificationVersion apis maintainers tags include

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-io/refs/heads/main/json-structure/apis-io-search-ap-is-json-structure.json",
  "name": "APIsJSON",
  "description": "APIsJSON schema from APIs.io Search API",
  "type": "object",
  "required": [
    "name",
    "description",
    "url"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the service described",
      "minLength": 5
    },
    "description": {
      "type": "string",
      "description": "Description of the service",
      "minLength": 5
    },
    "url": {
      "type": "string",
      "description": "URL where the apis.json file will live",
      "pattern": "^(http)|(https)://(.*)$"
    },
    "image": {
      "type": "string",
      "description": "Image to represent the API"
    },
    "created": {
      "type": "date",
      "description": "Date when the file was created"
    },
    "modified": {
      "type": "date",
      "description": "Date when the file was modified"
    },
    "specificationVersion": {
      "type": "string",
      "description": "APIs.json spec version, latest is 0.18",
      "enum": [
        0.18,
        0.17,
        0.16,
        0.15,
        0.14
      ]
    },
    "apis": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/API"
      },
      "description": "All the APIs of this service"
    },
    "maintainers": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Maintainer"
      },
      "description": "Maintainers of the apis.json file"
    },
    "tags": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Tag"
      },
      "description": "Tags to describe the service"
    },
    "include": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Include"
      },
      "description": "Links to other apis.json definitions included in this service."
    }
  }
}

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-io-search-ap-is-json-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 email required.

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