Queries
UUID of the dataset version to query. Each dataset can have multiple versions representing different states of the data over time
Longitude in decimal degrees (-180 to 180, WGS84/EPSG:4326)
Latitude in decimal degrees (-90 to 90, WGS84/EPSG:4326)
Earthscale API key used to authenticate requests and determine which datasets you have access to. API keys can be managed in the Earthscale Web App under the user menu (top-right) -> 'API Settings'
Name of the data variable/band to retrieve from the dataset (e.g., 'temperature', 'B4', 'elevation')
Map zoom level for fuzzy coordinate matching. When specified, searches within a pixel-sized radius around the coordinates to handle click imprecision. If omitted, returns only exact coordinate matches
Select a slice from multi-dimensional datasets (e.g., with time or depth axes). Format: 'dimension:index' where index is zero-based. Example: 'time:0' selects the first timestep, 'depth:5' selects the 6th depth level. Repeat for multiple dimensions: ?dimidx=time:0&dimidx=depth:2. All extra dimensions of the dataset must be specified to select a single value
Successful Response
Validation Error
UUID of the dataset version to query. Each dataset can have multiple versions representing different states of the data over time
Longitude in decimal degrees (-180 to 180, WGS84/EPSG:4326)
Latitude in decimal degrees (-90 to 90, WGS84/EPSG:4326)
Name of the dimension to retrieve all values for (e.g., 'time'). Returns a time series or similar array of values at the given location. The dimension must be indexed in the dataset; use dimidx to fix other dimensions
Earthscale API key used to authenticate requests and determine which datasets you have access to. API keys can be managed in the Earthscale Web App under the user menu (top-right) -> 'API Settings'
Name of the data variable/band to retrieve from the dataset (e.g., 'temperature', 'B4', 'elevation')
Map zoom level for fuzzy coordinate matching. When specified, searches within a pixel-sized radius around the coordinates to handle click imprecision. If omitted, returns only exact coordinate matches
Zero-based page number for paginated results. Each page returns up to 500 items
0Select a slice from multi-dimensional datasets (e.g., with time or depth axes). Format: 'dimension:index' where index is zero-based. Example: 'time:0' selects the first timestep, 'depth:5' selects the 6th depth level. Repeat for multiple dimensions: ?dimidx=time:0&dimidx=depth:2. Specify all dimensions except the one in the URL path (dim parameter), which will be iterated over to return a series of values
Successful Response
Validation Error
UUID of the dataset version to query. Each dataset can have multiple versions representing different states of the data over time
Longitude in decimal degrees (-180 to 180, WGS84/EPSG:4326)
Latitude in decimal degrees (-90 to 90, WGS84/EPSG:4326)
Earthscale API key used to authenticate requests and determine which datasets you have access to. API keys can be managed in the Earthscale Web App under the user menu (top-right) -> 'API Settings'
Map zoom level for fuzzy coordinate matching. When specified, searches within a pixel-sized radius around the coordinates to handle click imprecision. If omitted, returns only exact coordinate matches
Calculate and include the geographic area of each feature in square meters using Mollweide equal-area projection. Adds an 'area_m2' property to each feature. Request fails if the dataset already has this column
falseZero-based page number for paginated results. Each page returns up to 500 items
0Successful Response
Validation Error
Last updated