{ "opencollection": "1.0.0", "info": { "name": ".io Search APIs Areas API", "version": "0.1.0" }, "items": [ { "info": { "name": "Areas", "type": "folder" }, "items": [ { "info": { "name": "List and filter areas (Pro).", "type": "http" }, "http": { "method": "GET", "url": "https://search-api.apis.io/areas", "params": [ { "name": "q", "value": "", "type": "query", "description": "Free-text query over name and description (and tags where applicable)." }, { "name": "sort", "value": "", "type": "query", "description": "Sort order." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldset — comma-separated property names to return." }, { "name": "page", "value": "", "type": "query", "description": "1-based page number." }, { "name": "limit", "value": "", "type": "query", "description": "Items per page." } ] }, "docs": "The API Evangelist areas taxonomy — curated topic collections (authentication, webhooks, payments, …), each a scored provider index with its own site. Filter by free text; sort by provider count. Pro tier." }, { "info": { "name": "Get one area, with its ranked providers (Pro).", "type": "http" }, "http": { "method": "GET", "url": "https://search-api.apis.io/areas/:slug", "params": [ { "name": "slug", "value": "", "type": "path", "description": "Area slug (e.g. `authentication`)." }, { "name": "fields", "value": "", "type": "query", "description": "Sparse fieldset — comma-separated property names to return." } ] }, "docs": "Returns a single area by slug, including its description, site link, counts, and the member providers ranked by score. Pro tier." }, { "info": { "name": "Top-rated providers in a curated area.", "type": "http" }, "http": { "method": "GET", "url": "https://search-api.apis.io/areas/:slug/leaders", "params": [ { "name": "slug", "value": "", "type": "path", "description": "Area slug (e.g. `authentication`)." }, { "name": "limit", "value": "", "type": "query", "description": "Items per page." } ] }, "docs": "Returns the highest-composite-scoring member providers of a curated API Evangelist area." } ] } ], "bundled": true }