Quick Start
Get up and running in under 5 minutes.
Get an API Key
Create a free API key to start making requests:
Make Your First Request
Get a 14-day forecast for any ZIP code:
Parse the Response
The response includes today's score, 7-day forecast, and treatment recommendations:
{
"location": {"name": "Medina", "state_code": "OH"},
"today": {
"date": "2026-03-17",
"risk_score": 42,
"risk_category": "High",
"treatment_timing": "Consider treatment within 2-3 days"
},
"forecast": [...],
"best_treatment_day": "2026-03-19",
"population_trend": "increasing"
}
Endpoints
Forecasts
Get 14-day forecast (7 past + 7 future) for a US ZIP code.
Get forecasts for multiple ZIP codes in a single request (up to 100).
Annual Planning
Get annual service plan with optimized treatment dates and visit counts.
Webhooks
Subscribe to real-time pressure spike alerts for your service areas.
List your webhook subscriptions.
Delete a webhook subscription.
API Tiers
Choose the plan that fits your operation size.
- 100 calls/day
- 1 location bulk
- Basic support
- 1,000 calls/day
- 25 locations bulk
- Webhook alerts
- Email support
- 10,000 calls/day
- 100 locations bulk
- Webhook alerts
- Priority support
- Unlimited calls
- 500+ locations
- SLA guarantee
- Dedicated support
Integration Examples
JavaScript / Node.js
Python
Bulk Request
Support & Integration Help
We're here to help you integrate Pressure Forecast into your pest control operations. Whether you're building a custom integration or connecting to PestPac, FieldRoutes, or other routing software, we can assist.
Email: api@pressureforecast.com
Documentation: api.pressureforecast.com/docs