Public read-only API

Directory API

The API returns approved public listing data. It is designed for discovery clients, research, and directory integrations, not account management or private moderation workflows.

Catalog endpoint

GET https://addons-stremio.com/api/v1/addons

Supported filters include query, category, language, type, availability state, sort, limit, and offset. Responses include pagination metadata and cache validators.

Open the OpenAPI specification →

Example request

/api/v1/addons?category=live-tv&sort=stars&limit=20

For complete snapshots, use the JSON, JSONL, or CSV dataset exports instead of repeatedly collecting paginated responses.

Open datasets →