# FindAPI - API Directory for Developers > FindAPI is a searchable directory of public APIs for developers. Browse, compare, and discover APIs by category, pricing, authentication type, and use case. ## API Access REST API base: https://www.findapi.dev/api/v1 ### Endpoints - GET /api/v1/apis — Search and list APIs Query params: search, category, tags (comma-separated), pricing (free|freemium|paid), auth (none|api-key|oauth), sort (recent|popular|name), limit (max 100), offset Returns: { data: ApiItem[], pagination: { total, limit, offset }, links: { self, next } } - GET /api/v1/apis/{slug} — Get a single API by slug Returns: { data: ApiItem } - GET /api/v1/categories — List all categories Returns: { data: [{ id, slug, name }] } - GET /api/v1/tags — List all tags Returns: { data: [{ id, slug, name }] } ### API Item Fields Each API includes: name, provider, description, category, tags[], pricing (Free | Free + Paid | Paid only), auth (API Key | OAuth | None), cors (Yes | No | Unknown), status, startingPrice, websiteUrl, icon, logoUrl, createdAt, popularity ## MCP Server Connect via MCP at: https://www.findapi.dev/api/mcp Transport: Streamable HTTP (POST) Tools: search_apis, get_api_details, list_categories, list_tags ## OpenAPI Spec https://www.findapi.dev/api/openapi.json ## Website https://www.findapi.dev