---
title: "Get information about specifications this API conforms to"
method: GET
path: "/conformance"
tags: ["Features"]
---

# Get information about specifications this API conforms to

`GET /conformance`

A list of all conformance classes specified in a standard that the
server conforms to.

## Response `200`

The URIs of all conformance classes supported by the server.

To support "generic" clients that want to access multiple
OGC API Features implementations - and not "just" a specific
API / server, the server declares the conformance
classes it implements and conforms to.

- ConformanceClasses
  - `conformsTo` string[], required — A list of all conformance classes implemented by the server. In addition to the STAC-specific conformance classes, all OGC-related conformance classes listed at `GET /conformances` must be listed here. This entry should mirror what `GET /conformances` returns, if implemented.

## Other responses

- `500` — A server error occurred.

---

[API](https://skmtc.net/radiantearth/apis/stac-api.md) · [All operations](https://skmtc.net/radiantearth/apis/stac-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/radiantearth/stac-api/versions/11248209cf8c/schema)
