FEWS NET Logo
USGSUSGS FEWS NETU.S. Department of State

Overview

This documentation is designed to allow developers to access the FEWS USGS suite of API endpoints to build applications. The endpoints provided for viewing datasets over time, previewing available map layers, viewing and overlaying satellite image collections. The following guide will provide instructions and practical examples for consuming our geospatial data. All of our endpoints provide data that is OGC compliant.

These APIs provide access to the following FEWS USGS data:

  • Satellite Imagery Datasets: USGS products include CHIRPS, Evapotranspiration, L-WRSI, LST, NDVI, RFE2, Runoff and Soil Moisture.
  • Time Series: Summary statistics for the FEWS geographic areas within Admin1, Admin2, Crop Zones and FEWS NET Mapping Units.

The FEWS Early Warning eXplorer (EWX) is an interactive web-based mapping tool that consumes these APIs.

Terminology

  • GeoServer — A tool that shows and serves map layers. In this documentation, you use GeoServer to preview a layer (see how it looks, check its name, and view its dates and metadata).
  • Layer — A dataset you can request as a map. Each layer has a name, a region, and a set of dates it supports.
  • Granule — One specific date of a layer. A granule is the single map for that day, month, or period.
  • Workspace — The folder or grouping a layer belongs to. You need it for the full layer name (workspace:layer).
  • Bounding Box (bbox) — The rectangle on the map you want to request. It is defined by four numbers (minX, minY, maxX, maxY).
  • Projection (srs) — The coordinate system used for the map. In this documentation EPSG:4326 is used.
  • WMS (Web Map Service) — The type of request you use to get a map image from the server.
  • GetCapabilities — A parameter value (request=GetCapabilities) that lists details about a layer, including all available dates.
  • COGs — Cloud Optimized GeoTIFFs that only get the data they need and can be accessed through a regular HTTP GET request. COGs help reduce data duplication and provide more efficient workflows.

Case Study

FEWS Early Warning eXplorer (EWX)

This viewer is an interactive web-based mapping tool that allows users to visualize continent-scale rainfall estimate (RFE), land surface temperature (LST) and normalized difference vegetation index (NDVI) data and anomalies at varied time steps and review time series analyses.

The viewer interface provides a tree of checkboxes to select overlays and boundaries. Based on what the user selects groups of API requests are made to provide "tiles" that are added to the map.

Other viewers within FEWS will have different interfaces, layers, and options for the user to interact with.

EWX Viewer

APIs Utilized

Get global country Boundaries

fews_g2008_0:g2008_0https://dmsdata.cr.usgs.gov/geoserver/gwc/service/wms?REQUEST=GetMap&SERVICE=WMS&VERSION=1.3.0&FORMAT=image%2Fpng&STYLES=fews_admin_0_ngviewer&TRANSPARENT=TRUE&LAYERS=fews_g2008_0%3Ag2008_0&TILED=true&SRS=EPSG%3A3857&jsonLayerId=globalAdmin0&WIDTH=256&HEIGHT=256&CRS=EPSG%3A3857&BBOX=0%2C0%2C5009377.085697311%2C5009377.085697311

Get CHIRPS Data Pentadal (Jun 26th, 2026) (mm) global overlays

fews_chirps_global_pentad_data:chirps_global_pentad_datahttps://dmsdata.cr.usgs.gov/geoserver/gwc/service/wms?REQUEST=GetMap&SERVICE=WMS&VERSION=1.3.0&FORMAT=image%2Fpng&STYLES=fews_chirps_pentad_data_raster_ngviewer&TRANSPARENT=TRUE&LAYERS=fews_chirps_global_pentad_data%3Achirps_global_pentad_data&TILED=true&SRS=EPSG%3A3857&jsonLayerId=chirps_global_pentad_data&TIME=2026-06-26&WIDTH=256&HEIGHT=256&CRS=EPSG%3A3857&BBOX=0%2C0%2C5009377.085697311%2C5009377.085697311

Get GTOPO 30 Elevation (meters) overlay

fews_etopo30_v1:etopo30_v1

Get LandScan Population (# people/cell)

fews_landscan_2024:landscan_2024https://dmsdata.cr.usgs.gov/geoserver/gwc/service/wms?REQUEST=GetMap&SERVICE=WMS&VERSION=1.3.0&FORMAT=image%2Fpng&STYLES=fews_landscan_raster_ngviewer&TRANSPARENT=TRUE&LAYERS=fews_landscan_2024%3Alandscan_2024&TILED=true&SRS=EPSG%3A3857&jsonLayerId=population&WIDTH=256&HEIGHT=256&CRS=EPSG%3A3857&BBOX=0%2C0%2C5009377.085697311%2C5009377.085697311

Related FEWS NET Services

The Famine Early Warning Systems Network (FEWS NET) is a leading provider of early warning and analysis on acute food insecurity around the world. Explore our other services at the following:

Africa