Beach Day API
    • Beach Day API
      • Health
        • Health check
      • Beaches
        • List beaches
        • Get beach detail
        • Get scored beaches
        • Get beach rules
        • Get beach amenities
      • Conditions
        • List beach conditions
      • Tides
        • Get tide predictions
      • Countries
        • List available countries
      • Schemas
        • HealthResponse
        • ErrorResponse
        • BeachListItem
        • BeachListResponse
        • JsonBlob
        • BeachRule
        • BeachAmenity
        • BeachDetail
        • BeachConditionsItem
        • BeachConditionsResponse
        • BeachRulesResponse
        • BeachAmenitiesResponse
        • TidePrediction
        • TideResponse
        • CountryListResponse
        • CountryItem

    BeachListItem

    {
        "id": 1,
        "name": "Venice Beach",
        "state": "CA",
        "latitude": 33.985,
        "longitude": -118.469,
        "nearest_buoy_id": "46025",
        "nearest_tide_station": "9410660"
    }
    Built with