Query all genomic literature for your variant.
GET api/v1/search
Parameters
Name | Description | Example |
---|---|---|
api_token | The API Token assigned to your account when you sign up for API access. | ABC123XYZ |
disease | The disease name associated with the articles of interest, specified in lowercased MeSH terminology. | melanoma |
gene | The gene name associated with the articles of interest, specified in lowercase by their HGNC gene symbol.. | braf |
mutation | The variant associated with the articles of interest, specified in lowercase by their HGVS protein-level nomenclature for SNVs, or modified nomenclature for del/ins variants. | v600e |
Response Format (JSON)
{ count: [number] url: [link to mastermind results] }
Paste your API key, and try a search with the API
The Mastermind API is a new offering which is still in beta, being made available to our current customers. Please click here to submit any feedback you have.
API Results
Status code:
None
Body:
Submit API query above to see results.