Access API Information
/info GET
This endpoint provides access to some basic information about the API and the medical content behind it, such as the API version, number of different node types in the medical content, etc.
Parameters
This endpoint has no parameters.
Response
Example of representative return (actual values depend on the API release):
{
"apiVersion": "0.0.1",
"conditionsCount": 400,
"symptomsCount": 2500,
"riskFactorsCount": 1700,
"labTestsCount": 1400
}