How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

OGC API - DGGS

The approved standard OpenAPI description OGC itself publishes for OGC API - DGGS. This is the STANDARD'S contract, not any one deployment of it — the servers block is a template, so it describes what a conformant implementation must offer rather than a callable host.

OGC API - DGGS is one of 10 APIs that Open Geospatial Consortium (OGC) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include OGC, OGC API, OGC API DGGS, Geospatial, and Specification. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 17 operations across 17 paths, organized into 7 resource areas, and defines 25 schemas. It is described by OpenAPI 3.0.0, at version 1.0.

Requests are made against a single base URL, https://maps.gnosis.earth/ogcapi.

17 operations 17 paths 25 schemas 17 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
1.0
Server
https://maps.gnosis.earth/ogcapi
Resource Areas
7

Paths & Operations 17

Across 17 paths, the API surfaces 17 operations — 17 GET. They span 7 resource areas: Landing Page, Conformance, API, Data Collections, DGGRS Description, DGGS Data Retrieval, DGGS Zone Query. Each is listed below with its method, path, parameters, and response codes.

Landing Page 1
GET
/
Retrieve the OGC API landing page for this service.
getLandingPage 1 param → 200406500
Conformance 1
GET
/conformance
Retrieve the set of OGC API conformance classes that are supported by this service.
getConformance 1 param → 200406500
API 3
GET
/api
Retrieve this API definition.
getAPI 1 param → 200406500
GET
/api/all-collections
Retrieve the list of collections available from this API implementation & deployment.
getAPICollections 1 param → 200404406500
GET
/api/dggs
Retrieve the list of shared Discrete Global Grid Reference Systems available from this API implementation & deployment.
getAPIDGGRS 1 param → 200404406500
Data Collections 2
GET
/collections
Retrieve the list of geospatial data collections available from this service.
getCollectionsList 4 params → 200
GET
/collections/{collectionId}
Retrieve the description of a collection available from this service.
getCollection 2 params → 200
DGGRS Description 6
GET
/dggs
Retrieve the list of available DGGRSs
.dataset.getDGGRSList 1 param → 200406500
GET
/dggs/{dggrsId}
Retrieve the description of the specified Discrete Global Grid Reference System
.dataset.getDGGRS 2 params → 200404406500
GET
/dggs/{dggrsId}/zones/{zoneId}
Retrieve information about a DGGRS Zone, such as geometry and data availability.
.dataset.getDGGRSZoneInfo 4 params → 200404406500
GET
/collections/{collectionId}/dggs
Retrieve the list of available DGGRS for the specified collection
.collection.getDGGRSList 2 params → 200404406500
GET
/collections/{collectionId}/dggs/{dggrsId}
Retrieve the description of the specified Discrete Global Grid Reference System in the context of a specified collection
.collection.getDGGRS 3 params → 200404406500
GET
/collections/{collectionId}/dggs/{dggrsId}/zones/{zoneId}
Retrieve information about a DGGRS Zone, such as geometry and data availability, in the context of a specific collection.
.collection.getDGGRSZoneInfo 5 params → 200404406500
DGGS Data Retrieval 2
GET
/dggs/{dggrsId}/zones/{zoneId}/data
Retrieve data from a DGGRS Zone. For a DGGRS defining a sub-zone order, optimized zone data packets such as DGGS-(UB)JSON for raster data, or DGGS-(UB)JSON-FG for vector data can be used.
.dataset.getDGGRSZoneData 15 params → 200204404406500
GET
/collections/{collectionId}/dggs/{dggrsId}/zones/{zoneId}/data
Retrieve data from a DGGRS Zone for a specific collection. For a DGGRS defining a sub-zone order, optimized zone data packets such as DGGS-(UB)JSON for raster data, or DGGS-(UB)JSON-FG for vector dat…
.collection.getDGGRSZoneData 15 params → 200204404406500
DGGS Zone Query 2
GET
/dggs/{dggrsId}/zones
Retrieve the list of zones with data for this dataset, or for a particular query
.dataset.getDGGRSZones 18 params → 200406500
GET
/collections/{collectionId}/dggs/{dggrsId}/zones
Retrieve the list of zones with data for a specific collection, or for a particular query
.collection.getDGGRSZones 19 params → 200406500

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are collectionDesc (30 properties), zone-info (13 properties), dggrs (11 properties), link (6 properties). Each schema is shown below with its type and property counts.

confClasses
object
1 property 1 required
link
object
6 properties 2 required
landingPage
object
4 properties 1 required
exception
object
JSON schema for exceptions based on RFC 7807
5 properties 1 required
collections
object
4 properties 2 required
collectionDesc
object
30 properties 2 required
grid
object
Provides information about the limited availability of data within the collection organized as a grid (regular or irregular) along the dimension.
regularGrid
object
Regular grid with samples spaced at equal intervals
3 properties 2 required
irregularGrid
object
Irregular grid with samples spaced at different intervals
2 properties 1 required
extent
This extent schema includes optional additional dimensions, but will still validate for objects not conforming to UAD.
dataType
timeStamp
string
This property indicates the time and date when the response was generated using RFC 3339 notation.
numberReturned
integer
The number of elements in the response. A server may omit this information, if the information about the number of elements is not known or difficult to comput…
numberMatched
integer
The number of elements in the response that match the selection parameters like bbox.
role
array
The list of duties, job functions or permissions assigned by the system and associated with the context of this member.
dggrs
object
A description of a Discrete Global Grid Reference System provided by the API.
11 properties 5 required
dggrs-item
object
A minimal Discrete Global Grid Reference System element for use within a list of DGGRS linking to a full description.
4 properties 3 required
zone-info
object
Zone information for a particular zone of a DGGS, including useful information such as zone geometry, data access links and statistics
13 properties 2 required
crs
dggrs-definition
object
Discrete Global Grid System Reference System (DGGRS) Definition. This provisional schema is provided as informative guidance until a normative OGC Topic 21 - P…
6 properties 3 required
dggs-json
object
6 properties 4 required
FeatureCollection
object
3 properties 2 required
enumeration
object
2 properties 2 required
all-collections
string
all-dggrs
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ogc-dggs-1-0-openapi-ogcapi-dggs-1-bundled.json Raw ↑

Other APIs Open Geospatial Consortium (OGC) publishes across the network.

OGC API - Common
OGC API - Connected Systems
OGC API - EDR
OGC API - Features
OGC API - Maps
OGC API - Moving Features
OGC API - Processes
OGC API - Records
OGC API - Tiles
Where this information came from

This is an independent, third-party profile of OGC API - DGGS, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.