---
title: "All filter lookups & numeric ranges"
method: GET
path: "/public/filters/options"
tags: ["Filters - Public"]
---

# All filter lookups & numeric ranges

`GET /public/filters/options`

Returns available filter metadata (brands, models, fuel, type, etc.)
along with numeric range limits (price, year, km).

## Query parameters

- `make` integer, nullable — Filter by make ID
- `model` integer, nullable — Filter by model ID
- `section` integer, nullable — Filter by section ID (e.g. 31=Cars)

## Headers

- `x-website-token` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
