# GET /v4/programs/

_Merkl API_

**Retrieve Multiple Programs**
<p>This endpoint enables you to search for programs by providing specific criteria through query parameters.</p>

### Query parameters

- `page` (string | number)
- `items` (string | number)
- `name` (string)
- `slugs` (string)

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/programs/" \
  -H "x-api-key: YOUR_API_KEY"
```