GET /features/v1/ogc/
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",
            "rel": "dataset",
            "title": "My collections",
            "format": "application/json"
        },
        {
            "ref": "https://api.planet.com/features/v1/ogc/ingested",
            "rel": "dataset",
            "title": "Ingested",
            "format": "application/json"
        }
    ]
}