# Accessibility Support

Accessibility supports can be found at the  `/events-api/v2/facets` endpoint with JSONPath: `$['imin:index'].accessibilitySupport['imin:item']`(see [API Reference](https://imin.gitbook.io/imin-platform-docs-test/~/drafts/-LM7sLADP8SVg5L4bViS/primary/api-reference) for more detail). They are instances of [Concept](https://www.w3.org/TR/2009/REC-skos-reference-20090818/#concepts). They represent what types of accessibilities are supported by a session. An example object would be:

## **Visual Impairment**

```javascript
{
  "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}`.

{% hint style="info" %}
We recommend you heavily cache the results of this endpoint, as it is likely to change very infrequently (at most nightly).
{% endhint %}
