logo
icon

Open-Meteo

Open-Meteo is a free, self-hosted weather API that provides current weather, forecasts, and historical data. It offers a web interface for exploring weather data and a REST API compatible with the public Open-Meteo service.

template cover
Deployed0 times
Publisherfuturize.rush
Created2026-03-30
Services
service icon
Tags
ToolData

Open-Meteo

A free, self-hosted weather API providing current weather, forecasts, and historical data. Includes a web interface for exploring weather data and a REST API.

What You Can Do After Deployment

  1. Visit your domain — explore the weather API documentation and web interface
  2. Query current weather — use the REST API to get real-time weather for any location: GET /v1/forecast?latitude=52.52&longitude=13.41&current_weather=true
  3. Get forecasts — retrieve hourly and daily forecasts with customizable parameters
  4. Access historical data — query past weather data for analysis and research
  5. Use as API backend — replace the public Open-Meteo API with your self-hosted instance for unlimited requests
  6. Integrate with apps — use the same API format as the public service for drop-in replacement

Key Features

  • Current weather, hourly and daily forecasts
  • Historical weather data
  • REST API compatible with public Open-Meteo
  • Multiple weather models support
  • Geocoding API for location search
  • No API key required
  • No external database needed

License

AGPL-3.0 — GitHub