Accessibility Support

Accessibility supports can be found at the /events-api/v2/facets endpoint with JSONPath: $['imin:index'].accessibilitySupport['imin:item'](see API Reference for more detail). They are instances of Concept. They represent what types of accessibilities are supported by a session. An example object would be:

Visual Impairment

{
  "type": "Concept",
  "id": "https://openactive.io/accessibility-support#1393f2dc-3fcc-4be9-a99f-f1e51f5ad277",
  "prefLabel": "Visual impairment",
  "inScheme": "https://openactive.io/accessibility-support",
  "topConceptOf": "https://openactive.io/accessibility-support"
}

Sessions that support specific accessibilities can be found by using the query parameters accessibilitySupportId={id} or accessibilitySupportPrefLabel={prefLabel}.

We recommend you heavily cache the results of this endpoint, as it is likely to change very infrequently (at most nightly).

Last updated