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

    TideResponse

    {
        "beach_id": 0,
        "tide_predictions": [
            {
                "date": "2019-08-24",
                "tides": [
                    {
                        "property1": "string",
                        "property2": "string"
                    }
                ]
            }
        ]
    }
    Built with