+800 football leagues & cups. Livescore (15s), odds, events, line-ups, coachs, players, top scorers, standings, statistics, transfers, predictions.

Divesites API
- Category: Sports & Fitness
Paragraph 1
Are you a scuba diver? If so, you'll want to check out the API provided by Divesites. This API provides valuable information for divers such as location, weather, latitude and longitude, map, and tide stations. All of this information is incredibly important for successful scuba diving experiences. By using this API, you'll be able to plan your dives ahead of time and have a more enjoyable time diving.
Paragraph 2
There are countless benefits to using the Divesites API. Here are just a few:
- Complete database information for planning your dives
- Detailed location information including weather
- Exact latitude and longitude coordinates for pinpoint accuracy
- Maps for easy navigation and planning
- Tide station information to ensure you go at the right time
In addition to these benefits, the API is easy to use. Here's an example code sample in JavaScript:
const divesites_api_key = "Your API Key";
fetch(`https://api.divesites.com/api/dive-site-stats?mode=list&lat=47.63&lng=122.33&radius=10&key=${divesites_api_key}`)
.then(response => response.json())
.then(data => console.log(data));
Simply replace "Your API Key" with your actual API key, and you'll be ready to dive in!