Global weather data — current, forecast, historical, air pollution, geocoding
Connect via PincerAPI
Use our proxy to call OpenWeatherMap with your PincerAPI key. No separate signup needed.
# Get instructions for OpenWeatherMap
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
https://pincerapi.com/api/v1/apis/openweathermap/instructions
# Call through PincerAPI proxy
curl -H "Authorization: Bearer YOUR_PINCER_KEY" \
"https://pincerapi.com/api/v1/connect/openweathermap/your/endpoint/here"Direct Setup
Endpoints
/data/2.5/weatherGet current weather by city, coords, or zip
💡 Always pass units=metric or imperial — default is Kelvin. Use lat/lon for precision.
/data/2.5/forecast5-day / 3-hour forecast
💡 Returns list[] with 40 entries (5 days × 8 per day). Use cnt to limit.
/data/3.0/onecallOne Call 3.0 — current, minutely, hourly, daily, alerts in one request
💡 Most complete endpoint. Requires lat/lon (no city name). Free tier: 1000 calls/day.
/geo/1.0/directConvert city name to lat/lon coordinates
💡 Use this first to get lat/lon, then pass to weather endpoints.
/data/2.5/air_pollutionCurrent air quality index and pollutant concentrations
💡 AQI 1=Good to 5=Very Poor. Includes CO, NO2, O3, PM2.5, PM10.