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

    BeachConditionsResponse

    {
        "beach_id": 0,
        "count": 0,
        "results": [
            {
                "id": 0,
                "beach_id": 0,
                "date": "2019-08-24",
                "water_quality": {
                    "property1": "string",
                    "property2": "string"
                },
                "weather": {
                    "property1": "string",
                    "property2": "string"
                },
                "ocean_conditions": {
                    "property1": "string",
                    "property2": "string"
                },
                "tides": [
                    {
                        "property1": "string",
                        "property2": "string"
                    }
                ],
                "beach_day_score": 0
            }
        ]
    }
    Built with