Stacker · Schema

Stacker Search Request

Request body for searching records in a Stacker object

Application DevelopmentLow-CodeNo-CodePortalWorkflow-Automation

Properties

Name Type Description
search string Full-text search string applied across search_fields
search_fields array Field API names to search within
include_fields array Field API names to include in the response
count integer Maximum number of records to return
start integer Pagination offset
order_by string Field API name to sort results by
filters array Array of filter conditions
View JSON Schema on GitHub

JSON Schema

stacker-search-request-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.go.stackerhq.com/schemas/search-request",
  "title": "Stacker Search Request",
  "description": "Request body for searching records in a Stacker object",
  "type": "object",
  "properties": {
    "search": {
      "type": "string",
      "description": "Full-text search string applied across search_fields"
    },
    "search_fields": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Field API names to search within"
    },
    "include_fields": {
      "type": "array",
      "items": { "type": "string" },
      "description": "Field API names to include in the response"
    },
    "count": {
      "type": "integer",
      "default": 1000,
      "description": "Maximum number of records to return"
    },
    "start": {
      "type": "integer",
      "default": 0,
      "description": "Pagination offset"
    },
    "order_by": {
      "type": "string",
      "description": "Field API name to sort results by"
    },
    "filters": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "target": { "type": "string", "description": "Field API name to filter on" },
          "operation": { "type": "string", "description": "Comparison operator (eq, neq, contains, gt, lt)" },
          "value": { "description": "Value to compare against" }
        },
        "required": ["target", "operation"]
      },
      "description": "Array of filter conditions"
    }
  }
}

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/stacker-search-request"
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.