Lunar · Schema

Lunar.dev Discovered Endpoint

Represents an API endpoint discovered by the Lunar Gateway through observed traffic, including request metrics such as count, latency, and status code distributions.

API ManagementAPI GatewayAI GatewayMCP GatewayRate LimitingQuota EnforcementAPI MonetizationTraffic ManagementAPI GovernanceCost ControlsObservability

Properties

Name Type Description
method string HTTP method observed for this endpoint.
url string The URL pattern of the discovered endpoint.
status_codes object Distribution of HTTP status codes observed for this endpoint.
count integer Total number of requests observed for this endpoint.
average_latency_ms number Average latency in milliseconds for requests to this endpoint.
View JSON Schema on GitHub

JSON Schema

discovered-endpoint.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://github.com/api-evangelist/lunar-dev/blob/main/json-schema/discovered-endpoint.json",
  "title": "Lunar.dev Discovered Endpoint",
  "description": "Represents an API endpoint discovered by the Lunar Gateway through observed traffic, including request metrics such as count, latency, and status code distributions.",
  "type": "object",
  "properties": {
    "method": {
      "type": "string",
      "description": "HTTP method observed for this endpoint.",
      "examples": [
        "GET",
        "POST"
      ]
    },
    "url": {
      "type": "string",
      "description": "The URL pattern of the discovered endpoint.",
      "examples": [
        "api.example.com/v1/users"
      ]
    },
    "status_codes": {
      "type": "object",
      "description": "Distribution of HTTP status codes observed for this endpoint.",
      "additionalProperties": {
        "type": "integer"
      }
    },
    "count": {
      "type": "integer",
      "description": "Total number of requests observed for this endpoint."
    },
    "average_latency_ms": {
      "type": "number",
      "description": "Average latency in milliseconds for requests to this endpoint."
    }
  }
}

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/discovered-endpoint"
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 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.