Treblle · JSON Structure

Treblle Structure

Structural overview of the Treblle API surface; extracted from openapi/.

Type: Properties: 0
AnalyticsArtificial IntelligenceDeveloper ExperienceDocumentationGovernanceInsightsObservabilityPlatformSecurityTesting

Treblle Structure is a JSON Structure definition published by Treblle.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Treblle",
  "providerId": "treblle",
  "kind": "json-structure",
  "description": "Structural overview of the Treblle API surface; extracted from openapi/.",
  "schemaCount": 12,
  "operationCount": 12,
  "schemas": [
    {
      "name": "Project",
      "type": "object",
      "propertyCount": 9,
      "required": []
    },
    {
      "name": "CreateProjectRequest",
      "type": "object",
      "propertyCount": 3,
      "required": [
        "name"
      ]
    },
    {
      "name": "UpdateProjectRequest",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "ApiRequest",
      "type": "object",
      "propertyCount": 8,
      "required": []
    },
    {
      "name": "ApiRequestDetail",
      "type": "object",
      "propertyCount": 12,
      "required": []
    },
    {
      "name": "ProjectAnalytics",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "Endpoint",
      "type": "object",
      "propertyCount": 7,
      "required": []
    },
    {
      "name": "GovernanceCheckRequest",
      "type": "object",
      "propertyCount": 1,
      "required": [
        "openapi_spec"
      ]
    },
    {
      "name": "GovernanceResult",
      "type": "object",
      "propertyCount": 9,
      "required": []
    },
    {
      "name": "Member",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "InviteMemberRequest",
      "type": "object",
      "propertyCount": 2,
      "required": [
        "email"
      ]
    },
    {
      "name": "PaginationMeta",
      "type": "object",
      "propertyCount": 4,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/projects",
      "operationId": "listProjects",
      "summary": "List Projects",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "POST",
      "path": "/projects",
      "operationId": "createProject",
      "summary": "Create Project",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "GET",
      "path": "/projects/{projectId}",
      "operationId": "getProject",
      "summary": "Get Project",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "PUT",
      "path": "/projects/{projectId}",
      "operationId": "updateProject",
      "summary": "Update Project",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "DELETE",
      "path": "/projects/{projectId}",
      "operationId": "deleteProject",
      "summary": "Delete Project",
      "tags": [
        "Projects"
      ]
    },
    {
      "method": "GET",
      "path": "/projects/{projectId}/requests",
      "operationId": "listRequests",
      "summary": "List API Requests",
      "tags": [
        "Requests"
      ]
    },
    {
      "method": "GET",
      "path": "/projects/{projectId}/requests/{requestId}",
      "operationId": "getRequest",
      "summary": "Get API Request",
      "tags": [
        "Requests"
      ]
    },
    {
      "method": "GET",
      "path": "/projects/{projectId}/analytics",
      "operationId": "getProjectAnalytics",
      "summary": "Get Project Analytics",
      "tags": [
        "Analytics"
      ]
    },
    {
      "method": "GET",
      "path": "/projects/{projectId}/endpoints",
      "operationId": "listEndpoints",
      "summary": "List Endpoints",
      "tags": [
        "Endpoints"
      ]
    },
    {
      "method": "POST",
      "path": "/projects/{projectId}/governance",
      "operationId": "runGovernanceCheck",
      "summary": "Run Governance Check",
      "tags": [
        "Governance"
      ]
    },
    {
      "method": "GET",
      "path": "/projects/{projectId}/members",
      "operationId": "listMembers",
      "summary": "List Project Members",
      "tags": [
        "Members"
      ]
    },
    {
      "method": "POST",
      "path": "/projects/{projectId}/members",
      "operationId": "inviteMember",
      "summary": "Invite Member",
      "tags": [
        "Members"
      ]
    }
  ]
}

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/treblle-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.