# Beach Day API ## API Docs - Root > Health [Health check](https://8tbwriq47s.apidog.io/health-check-40056534e0.md): Unauthenticated endpoint that returns a simple OK payload. - Root > Beaches [List beaches](https://8tbwriq47s.apidog.io/list-beaches-40056535e0.md): Search and list beaches. Supports offset/limit pagination (default: 100 results, max: 500). - Root > Beaches [Get beach detail](https://8tbwriq47s.apidog.io/get-beach-detail-40056536e0.md): Returns a beach record plus the latest stored condition data, rules, and amenities. - Root > Beaches [Get scored beaches](https://8tbwriq47s.apidog.io/get-scored-beaches-40056537e0.md): Returns beaches ranked by beach day score. Supports offset/limit pagination (default: 50 results, max: 200). - Root > Beaches [Get beach rules](https://8tbwriq47s.apidog.io/get-beach-rules-40056538e0.md): Returns beach rule records as category/status/notes triples. - Root > Beaches [Get beach amenities](https://8tbwriq47s.apidog.io/get-beach-amenities-40056539e0.md): Returns amenity records as category/available/hours/notes tuples. - Root > Conditions [List beach conditions](https://8tbwriq47s.apidog.io/list-beach-conditions-40056540e0.md): Returns condition snapshots for a beach. Supports offset/limit pagination (default: 30 results, max: 200). - Root > Tides [Get tide predictions](https://8tbwriq47s.apidog.io/get-tide-predictions-40056541e0.md): Returns up to 7 days of tide predictions sourced from stored condition records. - Root > Countries [List available countries](https://8tbwriq47s.apidog.io/list-available-countries-40056542e0.md): Returns all countries with beach counts, ordered by count descending. ## Schemas - Root [HealthResponse](https://8tbwriq47s.apidog.io/healthresponse-16453442d0.md): - Root [ErrorResponse](https://8tbwriq47s.apidog.io/errorresponse-16453443d0.md): - Root [BeachListItem](https://8tbwriq47s.apidog.io/beachlistitem-16453444d0.md): - Root [BeachListResponse](https://8tbwriq47s.apidog.io/beachlistresponse-16453445d0.md): - Root [JsonBlob](https://8tbwriq47s.apidog.io/jsonblob-16453446d0.md): - Root [BeachRule](https://8tbwriq47s.apidog.io/beachrule-16453447d0.md): - Root [BeachAmenity](https://8tbwriq47s.apidog.io/beachamenity-16453448d0.md): - Root [BeachDetail](https://8tbwriq47s.apidog.io/beachdetail-16453449d0.md): - Root [BeachConditionsItem](https://8tbwriq47s.apidog.io/beachconditionsitem-16453450d0.md): - Root [BeachConditionsResponse](https://8tbwriq47s.apidog.io/beachconditionsresponse-16453451d0.md): - Root [BeachRulesResponse](https://8tbwriq47s.apidog.io/beachrulesresponse-16453452d0.md): - Root [BeachAmenitiesResponse](https://8tbwriq47s.apidog.io/beachamenitiesresponse-16453453d0.md): - Root [TidePrediction](https://8tbwriq47s.apidog.io/tideprediction-16453454d0.md): - Root [TideResponse](https://8tbwriq47s.apidog.io/tideresponse-16453455d0.md): - Root [CountryListResponse](https://8tbwriq47s.apidog.io/countrylistresponse-16453456d0.md): - Root [CountryItem](https://8tbwriq47s.apidog.io/countryitem-16453457d0.md):