PixelGust Environmental Data
Weather, climate history, terrain, soil, vegetation and hazard data for any point or polygon on Earth. One API for complete location intelligence.
PixelGust Environmental Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
getWeatherForecast /v1/weather/forecast |
Daily forecast for a point. Day 0 is today, up to day 6. Returns daily mean, min, and max for each variable. |
| GET |
getEnvironment /v1/environment |
NDVI vegetation index (300m), annual evapotranspiration (MODIS, 500m), and ESA WorldCover land cover class for a point. |
| GET |
getHazards /v1/hazards |
Soil erosion risk (RUSLE model, t/ha/yr) and flood susceptibility (Topographic Wetness Index) for a point. |
| GET |
getProximity /v1/proximity |
Distance in km to the nearest city, airport, port, hospital, power plant, road, and protected area. |
| GET |
getTerrain /v1/terrain |
Elevation, slope, and aspect at 30m resolution (Copernicus GLO-30), plus Topographic Wetness Index at 250m. |
| POST |
getPolygonStats /v1/polygon/stats |
Aggregate statistics (mean, min, max, std) for weather, terrain, hazards, environment, soil, and demographics over a polygon. Coordinates are [longitude, latitude] pairs. Maximum… |
| GET |
getHistoricalWeather /v1/weather/historical |
10-year climate averages from ERA5 reanalysis for a point. Omit month for the annual average, or pass month 1-12 for that month's average with min and max ranges. |
| GET |
getUsage /v1/usage |
Returns your plan tier and limits. |
| GET |
getCurrentWeather /v1/weather |
Real-time weather (nowcast) for a point: temperature, humidity, dewpoint, wind speed and direction, precipitation, surface pressure, cloud cover, solar radiation, plus terrain,… |
PixelGust Environmental Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $24.99 / month | — |
|
| ULTRA Recommended | $59.99 / month | — |
|
| MEGA | $179.99 / month | — |
|