{"service":"JKTJJ structured data access","version":"2026-06-27-v1","documentation":"/for-developers","payment":{"protocol":"x402","currency":"USDC","network":"Base","note":"Protected endpoints return 402 Payment Required with payment requirements."},"endpoints":[{"method":"GET","path":"/api/x402/v1/events","description":"Upcoming Jiu Jitsu events as structured JSON.","filters":["citySlug","from","to","type","limit"],"priceUsd":"0.005"},{"method":"GET","path":"/api/x402/v1/events/:slug","description":"One active or archived event by canonical event slug.","filters":[],"priceUsd":"0.005"},{"method":"GET","path":"/api/x402/v1/cities","description":"Supported cities with gym, coach, and event counts.","filters":["country","limit"],"priceUsd":"0.005"},{"method":"GET","path":"/api/x402/v1/cities/:slug","description":"Full city detail including gym summaries, coaches, and events.","filters":[],"priceUsd":"0.005"},{"method":"GET","path":"/api/x402/v1/gyms","description":"Filtered gym list across all cities.","filters":["citySlug","hasGi","hasNogi","hasOpenMat","openMatDay","affiliation","instructorName","limit"],"priceUsd":"0.005"},{"method":"GET","path":"/api/x402/v1/gyms/:city/:slug","description":"Full gym profile by city and gym slug.","filters":[],"priceUsd":"0.005"},{"method":"GET","path":"/api/x402/v1/coaches","description":"Coach directory with seminar activity summaries.","filters":["citySlug","affiliation","limit"],"priceUsd":"0.005"},{"method":"GET","path":"/api/x402/v1/coaches/:slug","description":"Full coach profile with activity data, lineage, and tour stops.","filters":[],"priceUsd":"0.005"}],"optimizationHints":[{"pattern":"Schedule queries: find classes by day, time, or type across a city","freeApproach":{"tools":["list_gyms","get_gym × N"],"equivalentCost":"$0.10+","note":"list_gyms returns no schedule data; must fetch each gym individually"},"premiumTool":{"method":"search_schedule","cost":"$0.02","calls":1},"saves":"$0.08+","recommendation":"Use when user wants multiple gyms, multiple days, or comparative schedule analysis"},{"pattern":"Open mat search by day across a city","freeApproach":{"tools":["list_gyms","get_gym × N"],"equivalentCost":"$0.10+","note":"No server-side day filter for open mats"},"premiumTool":{"method":"find_open_mats","cost":"$0.005","calls":1},"saves":"$0.09+","recommendation":"Use when user asks for open mats on a specific day"},{"pattern":"Full-text search across gym names, areas, features","freeApproach":{"tools":["list_gyms"],"equivalentCost":"$0 (but no text search, only filters)","note":"list_gyms only supports boolean/affiliation filters, not text search"},"premiumTool":{"method":"search_jktjj","cost":"$0.005","calls":1},"saves":"N/A — different capability","recommendation":"Use when user mentions gym names, neighborhoods, or features not covered by filters"}],"publicPages":{"events":"/events","eventDetail":"/events/:slug","cities":"/cities","cityDetail":"/cities/:slug","gyms":"/gyms/:city/:slug","coaches":"/coaches","coachDetail":"/coaches/:slug"}}