> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/avails/avails-reason-unavailable-list.md).

# Get reason unavailable list

## Get reason unavailable list

<mark style="color:blue;">`GET`</mark> `https://ris.rightsline.com/v4/avails/reason-unavailable-list`

This endpoint returns availability dimension data.

#### Headers

| Name           | Type   | Description             |
| -------------- | ------ | ----------------------- |
| x-api-key      | string | Your company's API key. |
| Authentication | string | Authentication token.   |

{% tabs %}
{% tab title="200 Returns availability reasons unavailable." %}

```javascript
{
    "reasonUnavailable": [
        "NotWindowed",
        "LimitedByChildrenNoRightsIn",
        "LimitedByChildren",
        "LimitedByClearance",
        "NoRightsIn",
        "LimitedByOverrun",
        "InsufficientReapply",
        "RightsOutExist"
    ]
}
```

{% endtab %}
{% endtabs %}
