/api/v1/catalogAuth: NoneList public catalog apps (lean DTOs)
Full public catalog for tools and integrations. The official Android Store app does not use this path — it uses /api/client/v1. Legacy /api/v1/apps only returns Eligapris Store for old clients updating themselves.
Query parameters
q— Search title, package, tags, id, publishercategory— Exact category filter (e.g. Tools)sort— default | downloads | rating | updated | name | hotfeatured— true to only featured listingslimit— Max results (default 100)
curl -sS "$BASE/api/v1/catalog?sort=updated&limit=20" | jq .