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

    JsonBlob

    {
        "property1": "string",
        "property2": "string"
    }
    Built with