{"openapi":"3.0.3","info":{"title":"Netball Clubs API","version":"1.0.0","description":"Public, read-only data about netball clubs worldwide from netballclubs.com. No key. CC BY 4.0, credit \"Netball Clubs (netballclubs.com)\". No contact details are ever returned; they are on the HTML club page only.","contact":{"name":"Michael Josem","email":"michael@michaeljosem.com"},"license":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/"}},"servers":[{"url":"https://netballclubs.com"}],"paths":{"/api/clubs.json":{"get":{"summary":"List clubs, optionally filtered","parameters":[{"name":"country","in":"query","schema":{"type":"string"},"description":"Country or territory name as used on the site, e.g. Australia, England, Hong Kong China"},{"name":"city","in":"query","schema":{"type":"string"},"description":"City or suburb name"},{"name":"type","in":"query","schema":{"type":"string","enum":["Men's","Mixed","Women's","junior","Walking netball","Wheelchair netball"]}},{"name":"near","in":"query","schema":{"type":"string"},"description":"lat,lng to sort by distance and filter by km"},{"name":"km","in":"query","schema":{"type":"number","default":25},"description":"Radius for near, kilometres"},{"name":"accepting","in":"query","schema":{"type":"boolean"},"description":"Only clubs taking new players"},{"name":"limit","in":"query","schema":{"type":"integer","default":200,"maximum":2000}}],"responses":{"200":{"description":"Clubs","content":{"application/json":{"schema":{"type":"object","properties":{"asAt":{"type":"string"},"count":{"type":"integer"},"clubs":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"url":{"type":"string"},"slug":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"city":{"type":"string"},"country":{"type":"string"},"venue":{"type":"string","nullable":true},"trainingDays":{"type":"array","items":{"type":"string"}},"matchDays":{"type":"array","items":{"type":"string"}},"levels":{"type":"array","items":{"type":"string"}},"leagues":{"type":"array","items":{"type":"string"}},"accepting":{"type":"boolean"},"status":{"type":"string","enum":["active","dormant"]},"beginnersWelcome":{"type":"boolean"},"dropInsWelcome":{"type":"boolean"},"openToFriendlies":{"type":"boolean"},"website":{"type":"string","nullable":true},"season":{"type":"string","nullable":true},"cost":{"type":"string","nullable":true},"lat":{"type":"number","nullable":true},"lng":{"type":"number","nullable":true},"lastVerified":{"type":"string","nullable":true},"km":{"type":"number","nullable":true}}}}}}}}}}}},"/api/club/{slug}":{"get":{"summary":"One club","parameters":[{"name":"slug","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Club","content":{"application/json":{"schema":{"type":"object","properties":{"name":{"type":"string"},"url":{"type":"string"},"slug":{"type":"string"},"types":{"type":"array","items":{"type":"string"}},"city":{"type":"string"},"country":{"type":"string"},"venue":{"type":"string","nullable":true},"trainingDays":{"type":"array","items":{"type":"string"}},"matchDays":{"type":"array","items":{"type":"string"}},"levels":{"type":"array","items":{"type":"string"}},"leagues":{"type":"array","items":{"type":"string"}},"accepting":{"type":"boolean"},"status":{"type":"string","enum":["active","dormant"]},"beginnersWelcome":{"type":"boolean"},"dropInsWelcome":{"type":"boolean"},"openToFriendlies":{"type":"boolean"},"website":{"type":"string","nullable":true},"season":{"type":"string","nullable":true},"cost":{"type":"string","nullable":true},"lat":{"type":"number","nullable":true},"lng":{"type":"number","nullable":true},"lastVerified":{"type":"string","nullable":true}}}}}},"404":{"description":"Not found"}}}},"/api/clubs.geojson":{"get":{"summary":"Every club as a GeoJSON FeatureCollection","responses":{"200":{"description":"FeatureCollection"}}}},"/llms.txt":{"get":{"summary":"Plain-text guide to the site for assistants","responses":{"200":{"description":"text/plain"}}}}}}