Jon Rezin 公开 API
对 Jon 的个人简介、服务、作品目录、合作艺人以及结构化页面摘要的公开、面向智能体的只读访问 —— 另附咨询信息提交表单。规范文档:/openapi.json(OpenAPI 3.1)。
AI 助手:本站在 /.well-known/mcp.json 上声明了一个 Model Context Protocol 服务器。通过 JSON-RPC 2.0 可在 /api/v1/mcp 调用两个只读工具:getCredits(artist) 与 searchReleases(query)。
Bio
结构化的个人简介、服务、奖项与当前档期状态。
curl https://jonrezin.com/api/v1/jon.json
Discography
按艺人或角色筛选;通过 limit + offset 分页。
curl 'https://jonrezin.com/api/v1/discography?artist=Bad%20Bunny&limit=10'
页面摘要(语言感知)
针对任何已知 URL 返回 Schema.org WebPage;?lang=<code> 返回翻译后的标题与描述。
curl 'https://jonrezin.com/api/v1/page.json?url=/about&lang=de'
JSON 站点地图
每一个公开 URL,附带语言与类型。缓存 1 小时。
curl https://jonrezin.com/api/v1/sitemap.json
MCP —— 列出工具
基于 HTTP 的 JSON-RPC 2.0。无需鉴权。
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
返回 Jon 与指定艺人的合作署名。
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.