Jon Rezin Public API
Öffentlicher, Agent-freundlicher Lesezugriff auf Jons Bio, Services, Diskografie, Künstler und strukturierte Seitenzusammenfassungen — plus Anfrageformular. Spec: /openapi.json (OpenAPI 3.1).
KI-Assistenten: Diese Website kündigt einen Model-Context-Protocol-Server unter /.well-known/mcp.json an. Zwei Read-only-Tools sind über JSON-RPC 2.0 unter /api/v1/mcp verfügbar: getCredits(artist) und searchReleases(query).
Bio
Strukturierte Bio, Services, Auszeichnungen und aktuelle Verfügbarkeit.
curl https://jonrezin.com/api/v1/jon.json
Discography
Filtere nach Künstler oder Rolle; paginiere über limit + offset.
curl 'https://jonrezin.com/api/v1/discography?artist=Bad%20Bunny&limit=10'
Seitenzusammenfassung (sprachsensitiv)
Schema.org WebPage für jede bekannte URL; ?lang=<code> liefert übersetzte Titel/Beschreibung.
curl 'https://jonrezin.com/api/v1/page.json?url=/about&lang=de'
JSON-Sitemap
Jede öffentliche URL mit Sprache + Typ. 1 Stunde gecacht.
curl https://jonrezin.com/api/v1/sitemap.json
MCP — Tools auflisten
JSON-RPC 2.0 über HTTP. Keine Auth.
curl -X POST https://jonrezin.com/api/v1/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
MCP — getCredits
Liefert Jons Credits für den angegebenen Künstler.
curl -X POST https://jonrezin.com/api/v1/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call",
"params":{"name":"getCredits","arguments":{"artist":"Bad Bunny"}}}'
Rate limit: 60 req/hr per IP. Identify as an agent via User-Agent: YourBot/1.0 (on-behalf-of: [email protected]) for 300 req/hr. Full agent policy: /ai.txt.