← Back to catalog
mfapi.scheme_list
mock data$0.002 / callIndia Mutual Fund Scheme List
Paginated list of all 37,000+ AMFI-registered India mutual fund schemes. Returns scheme codes, names, and ISIN identifiers for each page. Useful for bulk enumeration or building fund directories. Use mfapi.schemes.search for keyword-based lookup instead of iterating all pages. Data source: MFAPI (api.mfapi.in), MIT license, no authentication required.
Input schema
page
integerPage number for pagination (default 1)
per_page
integerNumber of schemes per page (1–200, default 50)
Call via REST
curl -X POST https://unifyapi.pro/api/call/mfapi.scheme_list \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"per_page":0}'