GunSpec

Content

Public, key-free reads for GunSpec editorial content: blog posts and the product changelog. Both return only published entries and support pagination and category filtering. Use them to embed news, release notes, or articles directly in your own app.

Authentifizierung erforderlichExplorer+

Returns what each plan allows, from the configuration the API enforces: requests per minute, per day and per month, MCP calls per day, how deep a list may be paged, and whether list responses carry a total count. Also how a burst of paging is limited, how long to wait after each refusal, and the headers a key may be sent in. A limit a plan does not have is null.

GET/v1/docs/limits

  • stringHeadererforderlich

    Ihr API-Schlüssel. Authorization: Bearer <key> wird ebenfalls akzeptiert.

  • object

    The response payload.

  • object[]

    Every plan, cheapest first.

  • string

    Plan id.

  • string

    Plan name.

  • integer

    Monthly price in US cents.

  • integer

    Requests allowed per minute, per key.

  • integer

    Requests allowed per day, per key.

  • integer

    Requests included per month.

  • integer

    Calls through the hosted MCP server allowed per day, inside the daily request allowance.

  • integer | null

    The deepest page a list may be read to, or null for no limit.

  • boolean

    Whether paginated responses include the total count.

  • object

    Limits on a caller that sends no key.

  • integer

    Requests allowed per day to the endpoints that need no key.

  • integer | null

    The deepest page a list may be read to without a key.

  • object

    How fast a list may be paged through before PAGINATION_BURST is returned.

  • integer

    Pages that may be read in quick succession.

  • integer

    The window those pages are counted over.

  • object

    How long to wait after a 429.

  • integer

    The Retry-After sent with a per-minute refusal.

  • integer

    The Retry-After sent when the daily allowance is spent.

  • string[]

    The headers a key may be sent in.

  • string

    The rate limits page in the docs.

  • 400VALIDATION_ERRORValidation error
  • 401UNAUTHORIZEDAPI key required
  • 403FORBIDDENValid key, not permitted
  • 429RATE_LIMITEDRate limit exceeded
  • 500INTERNAL_ERRORUnexpected server error

Mindeststufe
Explorer+
Monatskontingent
200/mo
Anfragerate
10/min
Tageslimit
50

Die Werte gelten für die Mindeststufe dieses Endpunkts. Höhere Stufen erhöhen alle Limits.