APIs.io · JSON Structure

Apis Io Search Ap Is Structure

Listing of APIs in the APIs.json format.

Type: array Properties: 0
API AggregationAPI DirectoryAPI DiscoveryAPI IndexingAPI RatingAPI SearchAPIs.jsonSearch Engine

APIs is a JSON Structure definition published by APIs.io. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-structure.json",
  "name": "APIs",
  "description": "Listing of APIs in the APIs.json format.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/API"
  }
}