APIGen · JSON Structure

Apigen Api Structure

An API definition within a project, including its generation source and lifecycle status.

Type: object Properties: 14 Required: 7
CodeDocumentationGenerationOpen-SourcePHP

APIGen API is a JSON Structure definition published by APIGen, describing 14 properties, of which 7 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id projectId name description version generationSource prompt specUrl status endpointCount schemaCount tags createdAt updatedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api.apigen.com/schemas/api.json",
  "description": "An API definition within a project, including its generation source and lifecycle status.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the API."
    },
    "projectId": {
      "type": "string",
      "description": "ID of the parent project."
    },
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255,
      "description": "Human-readable name of the API."
    },
    "description": {
      "type": "string",
      "description": "Detailed description of what the API does."
    },
    "version": {
      "type": "string",
      "description": "Semantic version of the API."
    },
    "generationSource": {
      "type": "string",
      "enum": [
        "prompt",
        "spec",
        "manual"
      ],
      "description": "How the API was created: from a natural language prompt, an imported spec, or manually."
    },
    "prompt": {
      "type": "string",
      "description": "The natural language prompt used to generate the API, if applicable."
    },
    "specUrl": {
      "type": "string",
      "description": "URL to the imported OpenAPI specification, if applicable."
    },
    "status": {
      "type": "string",
      "enum": [
        "draft",
        "generated",
        "published"
      ],
      "description": "Current lifecycle status of the API."
    },
    "endpointCount": {
      "type": "int32",
      "minimum": 0,
      "description": "Number of endpoints defined in this API."
    },
    "schemaCount": {
      "type": "int32",
      "minimum": 0,
      "description": "Number of schemas defined in this API."
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Tags for categorizing the API."
    },
    "createdAt": {
      "type": "datetime",
      "description": "Timestamp when the API was created."
    },
    "updatedAt": {
      "type": "datetime",
      "description": "Timestamp when the API was last updated."
    }
  },
  "required": [
    "id",
    "projectId",
    "name",
    "version",
    "status",
    "createdAt",
    "updatedAt"
  ],
  "additionalProperties": false,
  "name": "APIGen API"
}

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/apigen-api-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 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.