NorthForecast
Weather API Documentation
Access accurate, reliable weather data for your applications with our easy-to-use REST API. Get current conditions, forecasts, and historical data for any location worldwide.
Contact Us for API AccessPowerful Weather Data
Access comprehensive weather information for your applications
Current Conditions
Get real-time weather data including temperature, humidity, wind speed, and conditions for any location.
Forecasts
Access 5-day and 16-day forecasts with detailed hourly breakdowns for precise planning.
Historical Data
Retrieve historical weather data for analysis, research, or application development.
API Documentation
Integrate weather data into your applications with our simple REST API
Current Weather Endpoint
GET
https://api.northforecastupdate.com/v1/current?key=YOUR_API_KEY&q=LOCATION
Parameters
Parameter | Required | Description |
---|---|---|
key | Yes | Your API key |
q | Yes | City name, ZIP code, or coordinates (lat,lon) |
units | No | Temperature units: metric, imperial, or standard |
lang | No | Language code for responses (default: en) |
Response Example
{ "location": { "name": "New York", "country": "US", "lat": 40.71, "lon": -74.01 }, "current": { "temp_c": 22.5, "temp_f": 72.5, "condition": "Partly cloudy", "humidity": 65, "wind_mph": 8.1, "wind_kph": 13.0, "feelslike_c": 24.2, "feelslike_f": 75.6 } }
Forecast Endpoint
GET
https://api.northforecastupdate.com/v1/forecast?key=YOUR_API_KEY&q=LOCATION&days=5
Parameters
Parameter | Required | Description |
---|---|---|
key | Yes | Your API key |
q | Yes | City name, ZIP code, or coordinates |
days | Yes | Number of forecast days (1-16) |
units | No | Temperature units: metric, imperial, or standard |
Simple, Transparent Pricing
Choose the plan that fits your needs
Free
$0/month
- 1,000 requests/month
- Current weather only
- Standard support
- Basic documentation
Professional
$19/month
- 50,000 requests/month
- Current & forecast data
- Historical data access
- Priority support
- Advanced documentation
Enterprise
$99/month
- 500,000 requests/month
- All data endpoints
- Custom data sets
- Dedicated support
- Custom integrations