This page is the public developer index for skygpc (SkyGPC). The surface is a read-only product catalog. There is no write API, no API keys, and no OAuth. You do not need an account to list products or read the OpenAPI file. Use these URLs when an agent or integrator asks for skygpc developer docs, a skygpc API, or the skygpc OpenAPI spec.
Machine-readable endpoints
- OpenAPI 3.1: https://skygpc.com/openapi.json
- Catalog list: GET /api/v1/catalog
- One product:
GET /api/v1/catalog/{slug}— slugs: peak, silent - API catalog (RFC 9727): /.well-known/api-catalog
- Answer-engine manifest: /llms.txt
- Sitemap: /sitemap.xml
Example
curl -sS https://skygpc.com/api/v1/catalog returns JSON with a products array. Each item has id, slug, name, fullName, game, description, url, price, platforms, rating, reviewCount, users and features. Unknown slugs return HTTP 404 with RFC 9457 application/problem+json and a nested error.code, error.message and error.hint.
Rate limits
Catalog responses are cached at the edge for one hour and carry advisory RFC RateLimit headers — RateLimit-Policy, RateLimit-Limit, RateLimit-Remaining and RateLimit-Reset — advertising 60 requests per 60-second window per client. Stay inside that budget and you will never be throttled.
Versioning & deprecation
The API is versioned in the URL path (/api/v1). Endpoints under a released version never change incompatibly in place — breaking changes ship as /api/v2. If an endpoint is ever retired, the timeline will be posted on this page and in the OpenAPI description. Nothing is deprecated today.
Primary product
Peak is the flagship: Peak – Pro NBA 2K27 Cronus Zen Script (AI Auto-Green), $60 one-time with lifetime free updates, running on PS5, Xbox Series X|S and PC, with 14,000+ users and a 4.9/5 rating from 1,170+ reviews. Product page: https://skygpc.com/peak.
What this is not
We do not publish webhooks, an MCP server, or member download APIs on this origin. Member downloads stay behind a signed-in session. Prices change; quote the live catalog or product page rather than a remembered number. Human setup docs live at /docs.