Free Boat Ramp Widget

Add a "Nearest Boat Ramps" card to your website for free. Shows the closest boat launches with Google ratings and distances, powered by BoatLaunchMap's database of 33,000+ locations.

How It Works

1

Copy the Code

Copy the embed code below and set the latitude/longitude for your location.

2

Paste Into Your Site

Add the code to any HTML page, blog post, or website builder.

3

Done!

The widget automatically shows nearby boat ramps with ratings and links.

Embed Code

Replace the data-lat and data-lng values with your desired coordinates.

<!-- BoatLaunchMap Widget -->
<div id="blm-widget"
     data-lat="27.9506"
     data-lng="-82.4572"
     data-limit="5"
     data-theme="light">
</div>
<script src="https://boatlaunchmap.com/api/widget" async></script>

Configuration Options

AttributeRequiredDefaultDescription
data-latYesLatitude of the center point
data-lngYesLongitude of the center point
data-limitNo5Number of ramps to show (max 10)
data-themeNolight"light" or "dark"

Widget Data API

You can also use the JSON API directly to build custom integrations:

GET https://boatlaunchmap.com/api/widget-data?lat=27.95&lng=-82.46&limit=5

Response:
{
  "ramps": [
    {
      "id": 12345,
      "name": "Gandy Bridge Boat Ramp",
      "city": "Tampa",
      "state": "Florida",
      "latitude": 27.89,
      "longitude": -82.53,
      "google_rating": 4.2,
      "google_review_count": 87,
      "access_type": "public",
      "distance_miles": 3.2
    }
  ]
}

CORS is enabled for all origins. Rate limit: reasonable use. No API key required.

Who Uses This Widget?

Fishing Blogs & Guides

Show readers the nearest boat ramps when writing about fishing spots.

Marina Websites

Display nearby public alternatives alongside your marina services.

Tourism & Travel Sites

Help visitors find water access points at their destination.

Boating Clubs & Communities

Provide members with a quick reference to local boat launches.