---
title: "information about standards that this API conforms to"
method: GET
path: "/conformance"
tags: ["ConformanceDeclaration"]
---

# information about standards that this API conforms to

`GET /conformance`

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

| Conformance class | URI |
|-----------|-------|
|Core|http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/core|
|OGC Process Description|http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/ogc-process-description|
|JSON|http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/json|
|HTML|http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/html|
|OpenAPI Specification 3.0|http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/oas30|
|Job list|http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/job-list|
|Callback|http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/callback|
|Dismiss|http://www.opengis.net/spec/ogcapi-processes-1/1.0/conf/dismiss|

For more information, see [Section 7.4](https://docs.ogc.org/is/18-062/18-062.html#sc_conformance_classes).

## Response `200`

The URIs of all conformance classes supported by the server.

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

- ConfClasses
  - `conformsTo` string[], required

## Other responses

- `500` — A server error occurred.

## Changes

- **2022-06-26** `a31400203d45` — 4 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `500`
  - added the media type `text/html` for the response with the status `200`
  - added the media type `text/html` for the response with the status `500`
- **2022-06-24** `6e199f8a91c5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core/changes/conformance/get.md)

---

[API](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core.md) · [All operations](https://skmtc.dev/bbox-services/apis/ogc-api-processes-part-1-core/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bbox-services/ogc-api-processes-part-1-core/revisions/a31400203d45/schema)
