API

IndApp API docs.

The public IndApp API is read-only and gives access to the catalog, categories and trust signals.

API status: in private beta — get in touch for access

Endpoints

Base URL: https://api.indapp.com

GET/api/v1/appsList of all published apps. Supports ?category= and ?trust=.
GET/api/v1/apps/{slug}Detail for a single app including trust level and signals.
GET/api/v1/categoriesAll categories with counts.
GET/api/v1/trust-signals/{slug}Public trust signals for a single app (manifest, sw, https etc.).