Hurricanes API
DataMAINTAINED1 token / call

Hurricanes API

Every tropical cyclone NOAA has ever tracked: the official HURDAT2 best-track record β€” 3,266 storms with 87,631 six-hourly track points covering the Atlantic since 1851 and the NE/Central Pacific since 1949, through the 2025 season. Each storm carries its peak Saffir-Simpson category, maximum winds, minimum pressure, landfall flag and full track (position, winds, pressure and status every six hours, with landfall points marked). Katrina returns category 5, 150 kt and 902 mb with its three landfalls; the strongest storm ever recorded is Patricia 2015 at 185 kt; the record 2005 Atlantic season shows its famous 31 storms, 15 hurricanes and 7 majors. The nearby endpoint answers the underwriting question directly β€” every category 4+ storm that passed within 100 km of Miami includes Andrew at 28.9 km and Katrina at 19.1 km, each with its closest approach and winds at that moment. Season stats trend storms, hurricanes and majors by year and basin. Built for insurance and catastrophe modeling, real estate risk, weather products, journalism and education. Public-domain NOAA data, self-hosted β€” no third-party calls at request time.

No credit card requiredAccess to 20+ APIsCancel anytime
response.json
{
  "ok": true,
  "total": 1,
  "page": 1,
  "limit": 20,
  "count": 1,
  "results": [
    {
      "id": "AL122005",
      "name": "Katrina",
      "basin": "atlantic",
      "year": 2005,
      "start_date": "2005-08-23",
      "end_date": "2005-08-31",
      "category": "5",
      "max_wind_kt": 150,
      "max_wind_mph": 173,
      "min_pressure_mb": 902,
      "made_landfall": true,
      "track_points": 34
    }
  ]
}
5endpoints
1tokens / call
99.9%uptime SLA
Lowavg latency

Why developers pick this API

Production-ready

Production Ready

Battle-tested infrastructure with a 99.9% uptime SLA. Rate limits are generous, responses are consistent.

Simple Integration

Standard REST + JSON. Works with any HTTP client. Copy-ready code snippets in 4 languages.

One Key, 20+ APIs

Your DataAndAPIs subscription unlocks every API on the platform β€” anime, finance, sports, and more.

Code snippets

One install. Every endpoint.

No proprietary SDKs needed. Any HTTP client works. Pick your language and paste.

3languages
5endpoints
RESTarchitecture
1key for all APIs
  • Fully typed responses β€” auto-completion in your IDE
  • Tracks the API in lockstep β€” new endpoints land same day
  • One key works across 20+ APIs on the platform
import axios from 'axios';

const { data } = await axios.get(
  '{API_URL}',
  { headers: { 'X-Api-Key': process.env.API_KEY } }
);

πŸ”’ Subscribe to unlock the live API URL

Developer playground

Explore the endpoints

Browse request parameters and inspect live example responses.

Available Endpoints

Request Parameters

API URL

Please subscribe to see the API URL

Headers

X-Api-Key

Please subscribe to see the actual API URL

import axios from 'axios';

const url = '{API_URL}';
const { data } = await axios.get(url, {
  headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});

Pricing

One subscription. Every API.

Tokens unlock this API and 20+ others on DataAndAPIs. Switch APIs any time β€” we promote.

FREE

$0/mo

500 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Community support
Start free
Most Popular

STARTER

$6.99/mo

25,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Email support
Subscribe

PRO

$24.99/mo

100,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority email support
Subscribe

ULTRA

$99.99/mo

1,000,000 tokens / month

  • Access to all APIs
  • Tokens reset monthly
  • Priority support
Subscribe

Need higher volume, dedicated infra, or a custom contract? Talk to sales β†’

Common questions

The things that actually block the upgrade.

Ship Hurricanes API this afternoon.

500 free tokens. No card. Plus 20+ other APIs on the same key.