GunSpec

Docs

Resource class for the documentation endpoints. Instantiated internally by the GunSpec client and exposed as client.docs.

Authentifizierung erforderlichExplorer+

What each plan allows: requests per minute, day and month, MCP calls per day, paging depth, and how long to wait after a 429.

getLimits(): Promise<APIResponse<DocsLimits>>
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.