← Home
API Documentation
All endpoints are public and return JSON. No authentication required.
GET/api/sources
Returns all indexed insurance sources with metadata, file counts, and plan counts.
curl 'https://www.accessmrf.com/api/sources'GET/api/sources/:sourceId
Returns a specific source with its associated files and plans.
curl 'https://www.accessmrf.com/api/sources/example-123'GET/api/plans/:planSlug
Returns a specific plan with its associated files.
curl 'https://www.accessmrf.com/api/plans/example-456'GET/api/files/:fileId
Returns a specific file with its parts and download URLs.
curl 'https://www.accessmrf.com/api/files/example-789'Slug IDs are visible in the URL when browsing any source, plan, or file page.