> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/contracts/contracts.interface_contracts.md).

# Contracts.interface\_contracts()

Adds a filter to get contracts that are interface.

`interface_contracts() →` [`Contracts`](/glider-ide/api/contract.md)

## Example Query

```python
from glider import *

def query():

  interface = Contracts().interface_contracts().exec(1)

  return interface
```

## Output Example

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2Fm2uZZnh1PRSEdhTGfZFt%2Fimage.png?alt=media&amp;token=b6c4f773-d281-4cc1-bab1-102debe4c48f" alt=""><figcaption></figcaption></figure>
