Grounded.tools · Schema

grounded.tools Version

A specific indexed version of a library's documentation, including metadata about the indexing process and document counts.

Developer ToolsDevelopersDocumentationExperience

Properties

Name Type Description
version string Version string. Supports full semver (1.2.3), pre-release (1.2.3-beta.1), or partial (1, 1.2).
documentCount integer Number of indexed documents for this version.
uniqueUrlCount integer Number of unique URLs indexed for this version.
indexedAt string Timestamp when the version was indexed.
status string Current status of the version in the store.
sourceUrl string Original source URL used for scraping this version's documentation.
View JSON Schema on GitHub

JSON Schema

version.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/grounded-tools/blob/main/json-schema/version.json",
  "title": "grounded.tools Version",
  "description": "A specific indexed version of a library's documentation, including metadata about the indexing process and document counts.",
  "type": "object",
  "properties": {
    "version": {
      "type": "string",
      "description": "Version string. Supports full semver (1.2.3), pre-release (1.2.3-beta.1), or partial (1, 1.2)."
    },
    "documentCount": {
      "type": "integer",
      "description": "Number of indexed documents for this version."
    },
    "uniqueUrlCount": {
      "type": "integer",
      "description": "Number of unique URLs indexed for this version."
    },
    "indexedAt": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "Timestamp when the version was indexed."
    },
    "status": {
      "type": "string",
      "description": "Current status of the version in the store."
    },
    "sourceUrl": {
      "type": "string",
      "format": "uri",
      "nullable": true,
      "description": "Original source URL used for scraping this version's documentation."
    }
  },
  "required": [
    "version"
  ]
}

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/version"
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.