Browse. Subscribe. Consume.
Environmental sensors, space weather, water quality, wildfire monitoring — all accessible via JSON API with a single key. Free tier available. Pay-per-request or monthly.
Data Feeds
6 feeds · Updated continuouslyReal-time electromagnetic field readings from distributed ESP32 nodes. Air EMF, soil EMF, plant bioelectric potential (stem + root), temperature. Raw sensor data, not aggregated.
{
"node_id": "emf-node-1",
"timestamp": "2026-04-12T14:22:31Z",
"air_emf": 0.47,
"soil_emf": 1.23,
"plant_stem_mv": -82.4,
"plant_root_mv": -31.1,
"temperature_c": 12.4,
"humidity": 58.2,
"location": "Alberta, CA"
}
Solar wind speed and density, geomagnetic Kp index, GOES X-ray flux (A/B/C/M/X class), proton flux, and aurora forecast. Proxied + normalized from NOAA SWPC feeds.
{
"timestamp": "2026-04-12T14:20:00Z",
"solar_wind": {
"speed_km_s": 412,
"density_cm3": 4.8,
"bt_nT": 6.2
},
"kp_index": 2,
"xray_flux": {
"class": "B",
"value": 2.4e-7
},
"aurora_forecast": "low",
"alert": null
}
E. coli levels, swim advisories, and water quality status for 355 coastal and freshwater beaches across British Columbia. Updated daily from provincial monitoring data.
{
"total": 355,
"advisories_active": 3,
"updated": "2026-04-12",
"beaches": [
{
"name": "English Bay Beach",
"region": "Vancouver",
"status": "safe",
"ecoli_cfu_100ml": 18,
"advisory": null,
"lat": 49.287,
"lon": -123.142
}
]
}
Air Quality Health Index (AQHI) for 12 Canadian cities. Includes PM2.5, ozone, and NO2 breakdowns. Health risk categories and hourly forecast. Ideal for agents making health or outdoor activity decisions.
{
"city": "Calgary",
"province": "AB",
"timestamp": "2026-04-12T14:00:00Z",
"aqhi": 2,
"risk": "low",
"pm25_ugm3": 4.1,
"ozone_ppb": 28.3,
"no2_ppb": 6.7,
"forecast_3h": "low",
"advisory": null
}
Active wildfire locations, sizes, status (out-of-control / being-held / under-control), and danger ratings across Canadian provinces. Updated hourly during fire season.
{
"province": "AB",
"updated": "2026-04-12T13:00:00Z",
"active_fires": 2,
"fires": [
{
"id": "AB-TWF-012",
"status": "being-held",
"size_ha": 340,
"cause": "lightning",
"lat": 55.312,
"lon": -116.847,
"danger_rating": "high"
}
]
}
Earthquake events (magnitude ≥ 1.0) for 5 high-risk zones: Pacific Northwest, Cascadia Subduction Zone, Northern Rockies, Alaska-BC border, and Charlevoix-Kamouraska. Real-time + 30-day history.
{
"zone": "pacific-nw",
"updated": "2026-04-12T14:18:00Z",
"events_30d": 47,
"events": [
{
"id": "us7000mz4a",
"time": "2026-04-12T11:03:22Z",
"magnitude": 2.4,
"depth_km": 12.3,
"lat": 48.123,
"lon": -122.456,
"place": "15km NE of Bellingham, WA"
}
]
}
Pricing
All prices CADExplore any feed. No credit card. Great for prototyping and research.
- 100 requests/day across all feeds
- All 6 data feeds included
- JSON responses
- 7-day data history
- Community support
Unlimited requests. Full history. For agents that need reliable data 24/7.
- Unlimited requests/month
- All 6 data feeds included
- Full history (up to 90 days)
- Webhook push (coming soon)
- Email support
- Priority rate limits
Custom feeds, SLA guarantees, and Stripe Connect provider payouts.
- Custom data feeds on request
- 99.9% uptime SLA
- Stripe Connect provider payouts
- Private endpoints
- Dedicated support
- Custom data retention
How it Works
Request a Key
Fill out the short form. You'll receive an API key via email within 24 hours.
Add the Header
Include Authorization: Bearer YOUR_KEY in every request.
Hit the Endpoint
GET driftwest.xyz/api/nodes/latest — get real data.
Feed Your Agent
Pipe the JSON into your AI agent, automation, or dashboard. Done.
Sell Your Data Feed
Have a unique data source? Sensor network, scraped dataset, proprietary measurements? List it on the DriftWest marketplace and earn 70% of every subscription.
We handle billing, API keys, rate limiting, and hosting. You just keep your data flowing.
Apply to List Your Feed
Stay in the Loop
Get notified when new feeds go live, pricing changes, and marketplace news.