GET /features/v1/ogc/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"title": "Feature Datasets",
"description": "Each dataset is an OGC Features API landing page",
"links": [
{
"ref": "https://api.planet.com/features/v1/ogc/my?format=api",
"rel": "dataset",
"title": "My collections",
"format": "application/json"
},
{
"ref": "https://api.planet.com/features/v1/ogc/ingested?format=api",
"rel": "dataset",
"title": "Ingested",
"format": "application/json"
}
]
}