WMO Global Ecosystems Atlas API
Public API for the WMO Global Ecosystems Atlas. Provides access to ecosystem taxonomy, geospatial statistics, and a mechanism to suggest data improvements.
Public API for the WMO Global Ecosystems Atlas. Provides access to ecosystem taxonomy, geospatial statistics, and a mechanism to suggest data improvements.
Realms, biomes, ecosystems, and datasets reference data
Maximum number of items to return (1–200, default 100)
Number of items to skip for pagination (default 0)
Comma-separated list of fields to include in the response
Language for the resolved name/description (e.g. en, fr, es). Defaults to en; falls back to English when a translation is missing.
curl https://pr-13.dev.wmo-global-ecosystems-atlas.apenhet.com/api/v1/realms
{
"data": [
{
"id": "string",
"name": "string",
"color": "string",
"description": "string"
}
],
"meta": {
"total_count": 1,
"limit": 1,
"offset": 1
}
}Paginated list of realms
Maximum number of items to return (1–200, default 100)
Number of items to skip for pagination (default 0)
Comma-separated list of fields to include in the response
Language for the resolved name/description (e.g. en, fr, es). Defaults to en; falls back to English when a translation is missing.
curl https://pr-13.dev.wmo-global-ecosystems-atlas.apenhet.com/api/v1/biomes
{
"data": [
{
"id": "string",
"name": "string",
"color": "string",
"description": "string",
"realm": {
"id": "string",
"name": "string"
}
}
],
"meta": {
"total_count": 1,
"limit": 1,
"offset": 1
}
}Paginated list of biomes
Maximum number of items to return (1–200, default 100)
Number of items to skip for pagination (default 0)
Comma-separated list of fields to include in the response
Language for the resolved name/description (e.g. en, fr, es). Defaults to en; falls back to English when a translation is missing.
curl https://pr-13.dev.wmo-global-ecosystems-atlas.apenhet.com/api/v1/ecosystems
{
"data": [
{
"id": "string",
"name": "string",
"color": "string",
"ecosystem_class": "string",
"description": "string",
"area": 1,
"biome": {
"id": "string",
"name": "string",
"realm": {
"id": "string",
"name": "string"
}
}
}
],
"meta": {
"total_count": 1,
"limit": 1,
"offset": 1
}
}Paginated list of ecosystems
Maximum number of items to return (1–200, default 100)
Number of items to skip for pagination (default 0)
Comma-separated list of fields to include in the response
curl https://pr-13.dev.wmo-global-ecosystems-atlas.apenhet.com/api/v1/datasets
{
"data": [
{
"id": "string",
"title": "string",
"abstract": "string",
"citation": "string",
"url": "string",
"doi": "string",
"licence": "string",
"published_year": 1
}
],
"meta": {
"total_count": 1,
"limit": 1,
"offset": 1
}
}Paginated list of datasets
Realm identifier
Comma-separated list of fields to include in the response
Language for the resolved name/description (e.g. en, fr, es). Defaults to en; falls back to English when a translation is missing.
curl 'https://pr-13.dev.wmo-global-ecosystems-atlas.apenhet.com/api/v1/realms/{id}'
{
"data": {
"id": "string",
"name": "string",
"color": "string",
"description": "string"
}
}The requested realm
Biome identifier
Comma-separated list of fields to include in the response
Language for the resolved name/description (e.g. en, fr, es). Defaults to en; falls back to English when a translation is missing.
curl 'https://pr-13.dev.wmo-global-ecosystems-atlas.apenhet.com/api/v1/biomes/{id}'
{
"data": {
"id": "string",
"name": "string",
"color": "string",
"description": "string",
"realm": {
"id": "string",
"name": "string"
}
}
}The requested biome
Ecosystem (EFG) identifier
Comma-separated list of fields to include in the response
Language for the resolved name/description (e.g. en, fr, es). Defaults to en; falls back to English when a translation is missing.
curl 'https://pr-13.dev.wmo-global-ecosystems-atlas.apenhet.com/api/v1/ecosystems/{id}'
{
"data": {
"id": "string",
"name": "string",
"color": "string",
"ecosystem_class": "string",
"description": "string",
"area": 1,
"biome": {
"id": "string",
"name": "string",
"realm": {
"id": "string",
"name": "string"
}
}
}
}The requested ecosystem
Dataset identifier
Comma-separated list of fields to include in the response
curl 'https://pr-13.dev.wmo-global-ecosystems-atlas.apenhet.com/api/v1/datasets/{id}'
{
"data": {
"id": "string",
"title": "string",
"abstract": "string",
"citation": "string",
"url": "string",
"doi": "string",
"licence": "string",
"published_year": 1
}
}The requested dataset
Geospatial coverage statistics by country, grouping, or custom area
Submit suggestions to improve the underlying geospatial data
Countries and regional groupings reference data
Look up ecosystem data at a point
Raster map tiles for the ecosystem layer