{"openapi":"3.1.0","info":{"title":"Remy Sport public assistant API","version":"1.0.0"},"servers":[{"url":"https://staging-help.remy.ubuntusoftware.net"}],"paths":{"/api/events":{"get":{"operationId":"list_events","description":"List public Remy Sport events. Returns current API data; never modifies an account or score.","parameters":[],"responses":{"200":{"description":"Timestamped public application result","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"retrievedAt":{"type":"string"},"data":{"type":"object"}}}}}}}}},"/api/events/{id}":{"get":{"operationId":"get_event","description":"Read one public Remy Sport events. Returns current API data; never modifies an account or score.","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","description":"id: use an identifier returned by the API"}}],"responses":{"200":{"description":"Timestamped public application result","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"retrievedAt":{"type":"string"},"data":{"type":"object"}}}}}}}}},"/api/teams":{"get":{"operationId":"list_teams","description":"List public Remy Sport teams. Returns current API data; never modifies an account or score.","parameters":[],"responses":{"200":{"description":"Timestamped public application result","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"retrievedAt":{"type":"string"},"data":{"type":"object"}}}}}}}}},"/api/teams/{id}":{"get":{"operationId":"get_team","description":"Read one public Remy Sport teams. Returns current API data; never modifies an account or score.","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","description":"id: use an identifier returned by the API"}}],"responses":{"200":{"description":"Timestamped public application result","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"retrievedAt":{"type":"string"},"data":{"type":"object"}}}}}}}}},"/api/games":{"get":{"operationId":"list_games","description":"List public Remy Sport games. Returns current API data; never modifies an account or score.","parameters":[{"name":"eventId","in":"query","required":false,"schema":{"type":"string","description":"eventId: use an identifier returned by the API"}},{"name":"teamId","in":"query","required":false,"schema":{"type":"string","description":"teamId: use an identifier returned by the API"}}],"responses":{"200":{"description":"Timestamped public application result","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"retrievedAt":{"type":"string"},"data":{"type":"object"}}}}}}}}},"/api/games/{id}":{"get":{"operationId":"get_game","description":"Read one public Remy Sport games. Returns current API data; never modifies an account or score.","parameters":[{"name":"id","in":"path","required":true,"schema":{"type":"string","description":"id: use an identifier returned by the API"}}],"responses":{"200":{"description":"Timestamped public application result","content":{"application/json":{"schema":{"type":"object","properties":{"source":{"type":"string"},"retrievedAt":{"type":"string"},"data":{"type":"object"}}}}}}}}}}}