申し訳ございませんが、このページは英語でのみご利用いただけます。

WeatherBox API

Powerful climate & weather data at your fingertips —Launching Soon

We're building a data API to provide developers, researchers, and businesses with access to the latest climate & weather data, for anywhere in the world. Stay tuned for the launch!

Climate & Weather Trends

Access up-to-date weather and climate trends for locations worldwide.

Historical Data

Analyze historical weather and climate data - hourly data for the past 25 years.

Developer-Friendly

Simple, intuitive API with detailed documentation and code examples.

Extensive Data Points

From temperature, precipitation, UV index to wind patterns - access the data you need to understand the weather and climate in your area.

なぜ WeatherBox

私たちは、優れた天気・気候ガイドの提供に取り組んでいます。WeatherBox が選ばれる理由は?

世界をカバー

7 大陸の数千地点に対応した高度な天気ガイド。主要都市から離島まで、幅広くカバーしています。

世界有数のデータ

ECMWF の ERA5 再解析データを活用し、過去 26 年の包括的な気候インサイトを提供します。

無料で使いやすい

すべての天気データと機能を完全無料で利用できます。隠れた費用もサブスクリプションもありません。

API Preview

// Example API Request
fetch('https://api.WeatherBox/v1/current?location=sydney&month=june&units=metric', {
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY'
  }
})
.then(response => response.json())
.then(data => console.log(data));

// Example Response
{
  "location": {
    "name": "Sydney",
    "country": "Australia",
    "coordinates": { "lat": -33.8688, "lon": 151.2153}
  },
  "june": {
    "temperature": 18.5,
    "feels_like": 17.8,
    "humidity": 65,
    "wind_speed": 12.5,
    "wind_direction": 270,
    "precipitation": 0,
    "sunshine_hours": 4.2,
    "condition": "partly_cloudy",
    "updated_at": "2025-01-15T14:30:00Z"
  }
}

Interested in Early Access?

Sign up for our beta test and help to refine the API before the official launch. If you're interested in getting early access and providing feedback, let us know!

Contact Us for Beta Access