Skip to content
DID YOU KNOW
Code WELCOME25 takes 25% off your first script.
SaleUse code YEWGG for an extra 10% off
yew.gg
  • Hub
  • Script Download
  • Discord
  • Support chat
  • Cronus Zen Scripts
    • yew2K
    • yewFN
developers

yew.gg developer resources

This page is the public developer index for yew.gg (YewScripts). 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 yew developer docs, a yew API, or the yew OpenAPI spec.

Machine-readable endpoints

  • OpenAPI 3.1: https://yew.gg/openapi.json
  • Catalog list: GET /api/v1/catalog
  • One product: GET /api/v1/catalog/{slug} — slugs: 2k, fn, 2k-plus, fn-plus
  • API catalog (RFC 9727): /.well-known/api-catalog
  • Answer-engine manifest: /llms.txt
  • Sitemap: /sitemap.xml

Example

curl -sS https://yew.gg/api/v1/catalog returns JSON with a products array. Each item has id, slug, name, fullName, game, description, url, and price. Unknown slugs return HTTP 404 with RFC 9457 application/problem+json and a nested error.code, error.message, and error.hint.

Markdown pages

Send Accept: text/markdown on HTML routes (home, about, contact, product pages, and this page). The response is text/markdown with Vary: Accept. Unknown paths return HTTP 404 with a markdown body that points at the sitemap, llms.txt, guides, and this page. Setup docs for humans live at /guides (/docs redirects there).

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. Company context: About · Contact.