Apidog · Schema

Apidog Project

Represents an Apidog project, the top-level container for endpoints, schemas, and environments managed through the Apidog API.

AI CodingAPI DesignAPI LifecycleAPI TestingCollaborationDesign-FirstDocumentationMCPMockingPlatform

Properties

Name Type Description
projectId integer The unique identifier of the Apidog project.
name string The human-readable name of the project.
description string A brief description of what this project contains.
endpointCount integer Total number of API endpoints in the project.
schemaCount integer Total number of data schemas in the project.
environmentCount integer Total number of environments configured in the project.
apiVersion string The Apidog API version used when interacting with this project.
View JSON Schema on GitHub

JSON Schema

apidog-project-schema.json Raw ↑
{
  "$id": "https://raw.githubusercontent.com/api-evangelist/apidog/refs/heads/main/json-schema/apidog-project-schema.json",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Apidog Project",
  "description": "Represents an Apidog project, the top-level container for endpoints, schemas, and environments managed through the Apidog API.",
  "type": "object",
  "required": [
    "projectId"
  ],
  "properties": {
    "projectId": {
      "type": "integer",
      "description": "The unique identifier of the Apidog project."
    },
    "name": {
      "type": "string",
      "description": "The human-readable name of the project."
    },
    "description": {
      "type": "string",
      "description": "A brief description of what this project contains."
    },
    "endpointCount": {
      "type": "integer",
      "description": "Total number of API endpoints in the project.",
      "minimum": 0
    },
    "schemaCount": {
      "type": "integer",
      "description": "Total number of data schemas in the project.",
      "minimum": 0
    },
    "environmentCount": {
      "type": "integer",
      "description": "Total number of environments configured in the project.",
      "minimum": 0
    },
    "apiVersion": {
      "type": "string",
      "description": "The Apidog API version used when interacting with this project.",
      "examples": [
        "2024-03-28"
      ]
    }
  },
  "additionalProperties": false
}

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/apidog-project"
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.