{"openapi":"3.2.0","info":{"title":"Elabet Odds API","description":"Real-time and pre-match odds from Elabet covering soccer, basketball, and tennis. Live events and structured JSON output.","version":"1.0.0"},"servers":[{"url":"https://elabet.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"x-agent-commerce":{"catalog_url":"https://elabet.jojapi.net/_jojapi/agent/plans","discovery_url":"https://elabet.jojapi.net/.well-known/x402","directory_url":"https://agents.jojapi.net/apis/elabet-odds","docs":"https://docs.jojapi.com/consumers/agents"},"paths":{"/v1/data/{filename}":{"get":{"operationId":"get_v1_data_filename","summary":"Get Data","description":"Retrieve a JSON file by filename.","responses":{"200":{"description":"Response 200","content":{"application/json":{"example":{"status":"ok","data":{}}}}},"401":{"description":"Unauthorized response","content":{"application/json":{"example":{"error":"Unauthorized"}}}},"402":{"description":"Payment required — pay per request with x402/mpp (offer in the PAYMENT-REQUIRED / WWW-Authenticate headers and the JSON body), or send a JoJ API key."}},"x-payment-info":{"protocols":["x402","mpp"],"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"intent":"charge"},"parameters":[{"name":"filename","in":"path","required":true,"schema":{"type":"string","example":"site_pregame_elabet_soccer.json"}}]}},"/v1/files":{"get":{"operationId":"get_v1_files","summary":"List Files","description":"List available JSON files.","responses":{"200":{"description":"Response 200","content":{"application/json":{"example":{"files":[]}}}},"401":{"description":"Unauthorized response","content":{"application/json":{"example":{"error":"Unauthorized"}}}},"402":{"description":"Payment required — pay per request with x402/mpp (offer in the PAYMENT-REQUIRED / WWW-Authenticate headers and the JSON body), or send a JoJ API key."}},"x-payment-info":{"protocols":["x402","mpp"],"price":{"mode":"fixed","currency":"USD","amount":"0.01"},"intent":"charge"}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}