v1

latestOpenAPI 3.0.1Apache 2.02026-07-171383166.9 KB
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

result_codestring

Set to OK for success, or some other short string to indicate and error (e.g., TermNotFound, etc.)

messagestring

Extended message denoting the success or mode of failure for request

valuenumber float

Calculated Normalized Google Distance for the two supplied terms

Example response

{
  "result_code": "TermNotFound",
  "message": "Term 1 'malria' not found in MeSH",
  "value": 0.714
}
All 13 operations