PubmedMeshNgd
Query to get the Normalized Google Distance between two MeSH terms based on co-occurrence in all PubMed article annotations
get/PubmedMeshNgd/{term1}/{term2}
Path parameters
term1string required
First of two terms. Order not important.
term2string required
Second of two terms. Order not important.
Response
successful operation
Example response
{
"result_code": "TermNotFound",
"message": "Term 1 'malria' not found in MeSH",
"value": 0.714
}