Returns database information for scuba divers including location, weather, latitude and longitude, map, and tide stations.

API-FOOTBALL
- Category: Sports & Fitness
API Football: Your Ultimate Sports Data Solution
API Football offers the biggest database of football leagues and cups worldwide. With real-time livescores, odds, events, line-ups, coaches, players, top scorers, standings, statistics, transfers, and predictions, our API is a must-have for every sports enthusiast.
Benefits of using API Football
Here are five benefits of using API Football:
- Access to over 800 football leagues and cups worldwide.
- Real-time and highly accurate data for livescores, odds, events, line-ups, coaches, players, top scorers, standings, statistics, transfers, and predictions.
- Quick and easy integration to any platform.
- Affordable pricing with flexible subscription plans.
- Round-the-clock support from our team of experts.
JavaScript Example Code
const options = { method: 'GET', url: 'https://api-football-v1.p.rapidapi.com/v2/fixtures/team/33/next/5', headers: { 'x-rapidapi-host': 'api-football-v1.p.rapidapi.com', 'x-rapidapi-key': 'YOUR_API_KEY' } }; axios.request(options) .then(function (response) { console.log(response.data); }) .catch(function (error) { console.error(error); });
Note: Replace
YOUR_API_KEY