The Matchmaker Exchange (MME) API provides a shared language that databases can use to query each other to find similar patients. The API is build around a standardized patient profile that includes both phenotype and genotype information. Implementing the API involves parsing a query profile, identifying cases in your database that are similar, and returning a list of profiles for those cases.
Version 1.1 (latest release):
Have a question? Send us an email at api@matchmakerexchange.org or create a GitHub issue.
The wiki contains an up-to-date list of active endpoints: https://github.com/ga4gh/mme-apis/wiki/Endpoints
The wiki contains a list of open-source implementations of the MME API: https://github.com/ga4gh/mme-apis/wiki/Implementations