id stringlengths 53 86 | api_name stringlengths 2 76 | api_description stringlengths 1 500 ⌀ | api_score float64 0 10 ⌀ | endpoint_name stringlengths 1 190 | endpoint_description stringlengths 0 500 | response_status_code int64 100 505 | response_summary stringlengths 1 68 ⌀ | response_json stringlengths 6 50k | response_json_schema stringlengths 14 150k |
|---|---|---|---|---|---|---|---|---|---|
805a22eb-c358-49f0-abc1-f601dd7cef1c/7a3035c7-7f0d-48f0-ac43-b708b4db0299/0/0 | top250Drugs | A list of top 250 medications, devided by categories | null | getDocsRheumatologic | Get a list of medications in category "Rheumatologic Drugs" | 200 | Response | {"data": {"4dc53623-5746-4e5c-9aa8-6669ef325846": {"drugs": [{"drugName": "Risedronate", "otherName": "Actonel"}, {"drugName": "Alendronate", "otherName": "Fosamax"}, {"drugName": "Ibandronate", "otherName": "Boniva"}, {"drugName": "Raloxifene", "otherName": "Evista"}], "groupName": "Osteoporosis"}, "b594379b-e23a-4f80-b80a-bcf2e231c324": {"drugs": [{"drugName": "Infliximab", "otherName": "Remicade"}, {"drugName": "Adalimumab", "otherName": "Humira"}, {"drugName": "Etanercept", "otherName": "Enbrel"}, {"drugName": "Methtrexate", "otherName": "Rheumatrex, Trexall"}, {"drugName": "Hydroxychloroquine", "otherName": "Plaquenil"}], "groupName": "Rheumatoid Arthritis"}, "2462bd3c-b194-44f9-ad3d-57f6790386d5": {"drugs": [{"drugName": "Allopurinol", "otherName": "Zyloprim"}, {"drugName": "Colchicine", "otherName": "Colcrys"}], "groupName": "Gout"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"4dc53623-5746-4e5c-9aa8-6669ef325846": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "b594379b-e23a-4f80-b80a-bcf2e231c324": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "2462bd3c-b194-44f9-ad3d-57f6790386d5": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}}, "required": ["2462bd3c-b194-44f9-ad3d-57f6790386d5", "4dc53623-5746-4e5c-9aa8-6669ef325846", "b594379b-e23a-4f80-b80a-bcf2e231c324"]}}, "required": ["data"]} |
805a22eb-c358-49f0-abc1-f601dd7cef1c/324b378b-0001-4ae7-a32e-39d4bfda861f/0/0 | top250Drugs | A list of top 250 medications, devided by categories | null | getDocsUrologic | Get a list of medications in category "Urologic Drugs" | 200 | Response | {"data": {"ffe9d678-582f-4af7-bddf-ab71b512f56c": {"drugs": [{"drugName": "Sildenafil", "otherName": "Viagra"}, {"drugName": "Vardenafil", "otherName": "Levitra"}, {"drugName": "Tadalafil", "otherName": "Cialis"}], "groupName": "Erectile Dysfunction"}, "f75cf3f4-21dc-4289-9739-7386083967e5": {"drugs": [{"drugName": "Tolterodine", "otherName": "Detrol"}, {"drugName": "Solifenacin", "otherName": "VESIcare"}, {"drugName": "Darifenacin", "otherName": "Enablex"}], "groupName": "Overactive Bladder"}, "3c71e1ed-2c9b-4862-b48f-60d58fdc1e43": {"drugs": [{"drugName": "Dutasteride", "otherName": "Avodart"}, {"drugName": "Finasteride", "otherName": "Proscar, Propecia"}], "groupName": "Benign Prostatic Hypertrophy - 5-Alpha Reductase Inhibitors"}, "f0584336-9189-49c4-bb59-9c50fba62077": {"drugs": [{"drugName": "Terazosin", "otherName": "Hytrin"}, {"drugName": "Doxazosin", "otherName": "Cardura"}, {"drugName": "Alfuzosin", "otherName": "Uroxatral"}, {"drugName": "Tamsulosin", "otherName": "Flomax"}], "groupName": "Benign Prostatic Hypertrophy - Alpha Blockers"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"ffe9d678-582f-4af7-bddf-ab71b512f56c": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "f75cf3f4-21dc-4289-9739-7386083967e5": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "3c71e1ed-2c9b-4862-b48f-60d58fdc1e43": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "f0584336-9189-49c4-bb59-9c50fba62077": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}}, "required": ["3c71e1ed-2c9b-4862-b48f-60d58fdc1e43", "f0584336-9189-49c4-bb59-9c50fba62077", "f75cf3f4-21dc-4289-9739-7386083967e5", "ffe9d678-582f-4af7-bddf-ab71b512f56c"]}}, "required": ["data"]} |
805a22eb-c358-49f0-abc1-f601dd7cef1c/1c0764de-5049-4e19-bf1e-711b27db9e60/0/0 | top250Drugs | A list of top 250 medications, devided by categories | null | getDocsNeurologic | Get a list of medications in category "Neurologic Drugs" | 200 | Response | {"data": {"8b852a19-64c4-482c-8e13-6b5c8a0b33b5": {"drugs": [{"drugName": "Donepezil", "otherName": "Aricept"}, {"drugName": "Memantine", "otherName": "Namenda XR"}], "groupName": "Alzheimer's Disease"}, "6fc42397-857d-4269-a924-2cdcfa3ef250": {"drugs": [{"drugName": "Meloxicam", "otherName": "Mobic"}, {"drugName": "Naproxen", "otherName": "Naprosyn, Aleve"}, {"drugName": "Ibuprofen", "otherName": "Advil, Motrin"}, {"drugName": "Diclofenac", "otherName": "Voltaren"}, {"drugName": "Celecoxib", "otherName": "Celebrex"}], "groupName": "Non-Steroidal Anti-Inflammatory Drugs (NSAIDs)"}, "93c41a9e-6e0c-41a9-b390-f4acdd419e02": {"drugs": [{"drugName": "Phenytoin", "otherName": "Dilantin"}, {"drugName": "Valproic acid", "otherName": "Depakote, Depakene"}, {"drugName": "Lamotrigine", "otherName": "Lamictal"}, {"drugName": "Carbamazepine", "otherName": "Tegretol, Carbatrol"}, {"drugName": "Oxcarbazepine", "otherName": "Trileptal"}, {"drugName": "Levetiracetam", "otherName": "Keppra"}], "groupName": "Epilepsy"}, "d81ac666-c31f-4823-8bf0-2f111a4b6e53": {"drugs": [{"drugName": "Nicotine Patch", "otherName": "Nicoderm CQ"}, {"drugName": "Varenicline", "otherName": "Chantix"}], "groupName": "Smoking Cessation"}, "b1b9f878-0e04-4b89-b2ce-1fa1ca656729": {"drugs": [{"drugName": "Sumatriptan", "otherName": "Imitrex"}, {"drugName": "Eletriptan", "otherName": "Relpax"}, {"drugName": "Rizatriptan", "otherName": "Maxalt"}, {"drugName": "Butalbital, acetaminophen, caffeine", "otherName": "Fioricet"}, {"drugName": "Butalbital, aspirin, caffeine", "otherName": "Fiorinal"}], "groupName": "Headache"}, "e313fe54-96c4-4a96-b6e3-344ca6b84fb8": {"drugs": [{"drugName": "Carisoprodol", "otherName": "Soma"}, {"drugName": "Cyclobenzaprine", "otherName": "Flexeril"}], "groupName": "Muscle Relaxants"}, "0a5b5a74-0f96-4595-9ed1-c833a329dde8": {"drugs": [{"drugName": "Morphine", "otherName": "MS Contin (ER), more"}, {"drugName": "Hydromorphone", "otherName": "Dilaudid (IR)"}, {"drugName": "Oxycodone", "otherName": "Oxycontin (ER)"}, {"drugName": "Oxycodone/APAP", "otherName": "Percocet, Roxicet, more"}, {"drugName": "Fentanyl", "otherName": "Duragesic, more"}, {"drugName": "Hydrocodone/APAP", "otherName": "Vicodin, Norco, more"}, {"drugName": "Buprenorphine/naloxone", "otherName": "Suboxone"}, {"drugName": "Codeine/APAP", "otherName": "Tylenol #3, Tylenol #4"}, {"drugName": "Tramadol", "otherName": "Ultram"}], "groupName": "Opioid Analgesics"}, "d52cce05-b87c-4bfe-8195-6ec9e0bcbefa": {"drugs": [{"drugName": "Gabapentin", "otherName": "Neurontin"}, {"drugName": "Pregabalin", "otherName": "Lyrica"}, {"drugName": "Lidocaine patch", "otherName": "Lidoderm"}], "groupName": "Adjunct Medicaitions for Pain"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"8b852a19-64c4-482c-8e13-6b5c8a0b33b5": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "6fc42397-857d-4269-a924-2cdcfa3ef250": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "93c41a9e-6e0c-41a9-b390-f4acdd419e02": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "d81ac666-c31f-4823-8bf0-2f111a4b6e53": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "b1b9f878-0e04-4b89-b2ce-1fa1ca656729": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "e313fe54-96c4-4a96-b6e3-344ca6b84fb8": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "0a5b5a74-0f96-4595-9ed1-c833a329dde8": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "d52cce05-b87c-4bfe-8195-6ec9e0bcbefa": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}}, "required": ["0a5b5a74-0f96-4595-9ed1-c833a329dde8", "6fc42397-857d-4269-a924-2cdcfa3ef250", "8b852a19-64c4-482c-8e13-6b5c8a0b33b5", "93c41a9e-6e0c-41a9-b390-f4acdd419e02", "b1b9f878-0e04-4b89-b2ce-1fa1ca656729", "d52cce05-b87c-4bfe-8195-6ec9e0bcbefa", "d81ac666-c31f-4823-8bf0-2f111a4b6e53", "e313fe54-96c4-4a96-b6e3-344ca6b84fb8"]}}, "required": ["data"]} |
805a22eb-c358-49f0-abc1-f601dd7cef1c/3414d7f9-7737-4bd3-af5d-1eb29be9bf76/0/0 | top250Drugs | A list of top 250 medications, devided by categories | null | getDocsRenal | Get a list of medications in category "Renal Drugs" | 200 | Response | {"data": {"22078149-924c-4eb7-a8ff-b6e597dfd934": {"drugs": [{"drugName": "Epoetin alfa", "otherName": "Epogen, Procrit"}, {"drugName": "Darbepoetin", "otherName": "Aranesp"}], "groupName": "Erythropoiesis-Stimulating Agents (ESAs)"}, "790a025d-cffb-4652-a91c-f1970aca0596": {"drugs": [{"drugName": "Cinacalcet", "otherName": "Sensipar"}, {"drugName": "Sevelamer carbonate", "otherName": "Renvela"}, {"drugName": "Potassium chloride", "otherName": "Klor-Con and more"}], "groupName": "Renal Medications"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"22078149-924c-4eb7-a8ff-b6e597dfd934": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "790a025d-cffb-4652-a91c-f1970aca0596": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}}, "required": ["22078149-924c-4eb7-a8ff-b6e597dfd934", "790a025d-cffb-4652-a91c-f1970aca0596"]}}, "required": ["data"]} |
805a22eb-c358-49f0-abc1-f601dd7cef1c/9aeb6168-0bc2-461f-966c-387824fc1d8c/0/0 | top250Drugs | A list of top 250 medications, devided by categories | null | getDocsGastrointestinal | Get a list of medications in category "Gastrointestinal Drugs" | 200 | Response | {"data": {"a31e955e-e904-4b71-a9cb-ce00083c1e4b": {"drugs": [{"drugName": "Senna", "otherName": "Senokot"}, {"drugName": "Bisacodyl", "otherName": "Dulcolax"}, {"drugName": "Docusate", "otherName": "Colace"}, {"drugName": "Senna/docusate", "otherName": "Senokot-S"}, {"drugName": "PEG 3350", "otherName": "MiraLAX"}, {"drugName": "PEG 3350 with electrolytes", "otherName": "GoLYTELY"}], "groupName": "Laxatives"}, "db4ce9d8-67db-4fd0-977b-b3736960b4f7": {"drugs": [{"drugName": "Omeprazole", "otherName": "Prilosec"}, {"drugName": "Esomeprazole", "otherName": "Nexium"}, {"drugName": "Pantoprazole", "otherName": "Protonix"}, {"drugName": "Lansoprazole", "otherName": "Prevacid"}, {"drugName": "Dexlansoprazole", "otherName": "Dexilant"}], "groupName": "Proton Pump Inhibitors"}, "ec3a4d94-0a3b-425a-9dc4-6da3993505ac": {"drugs": [{"drugName": "Famotidine", "otherName": "Pepcid"}, {"drugName": "Ranitidine", "otherName": "Zantac"}], "groupName": "Histamine (H2) Receptor Blockers"}, "26afec02-1afb-45e2-ab83-d961d1fd0341": {"drugs": [{"drugName": "Ondansetron", "otherName": "Zofran"}, {"drugName": "Prochlorperazine", "otherName": "Compazine"}, {"drugName": "Promethazine", "otherName": "Phenergan"}, {"drugName": "Metoclopramide", "otherName": "Reglan"}], "groupName": "Nausea"}, "a872bf91-94e7-4d3b-af03-b9a14f5e2f62": {"drugs": [{"drugName": "Dicyclomine", "otherName": "Bentyl"}, {"drugName": "Loperamide", "otherName": "Imodium"}, {"drugName": "Diphenoxylate/atropine", "otherName": "Compazine"}, {"drugName": "Mesalamine", "otherName": "Asacol-HD, Delzicol, and more"}], "groupName": "Diarrhea and Ulcerative Colitis"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"a31e955e-e904-4b71-a9cb-ce00083c1e4b": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "db4ce9d8-67db-4fd0-977b-b3736960b4f7": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "ec3a4d94-0a3b-425a-9dc4-6da3993505ac": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "26afec02-1afb-45e2-ab83-d961d1fd0341": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "a872bf91-94e7-4d3b-af03-b9a14f5e2f62": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}}, "required": ["26afec02-1afb-45e2-ab83-d961d1fd0341", "a31e955e-e904-4b71-a9cb-ce00083c1e4b", "a872bf91-94e7-4d3b-af03-b9a14f5e2f62", "db4ce9d8-67db-4fd0-977b-b3736960b4f7", "ec3a4d94-0a3b-425a-9dc4-6da3993505ac"]}}, "required": ["data"]} |
805a22eb-c358-49f0-abc1-f601dd7cef1c/6412f6c1-267d-4c58-920e-656cbfad55d7/0/0 | top250Drugs | A list of top 250 medications, devided by categories | null | getDocsCardiovascular | Get a list of medications in category "Cardiovascular Drugs" | 200 | Response | {"data": {"0bc8ae8b-1ab0-4479-8d77-b3993f76a328": {"drugs": [{"drugName": "Amiodarone", "otherName": "Cordarone, Pacerone"}, {"drugName": "Digoxin", "otherName": "Lanoxin"}], "groupName": "Other Cardiovascular Agents"}, "ab03f1a6-8e12-4274-9556-c9eeedfc8929": {"drugs": [{"drugName": "Aspirin"}, {"drugName": "Aspirin/Dipyridamole", "otherName": "Aggrenox"}, {"drugName": "Clopidogrel", "otherName": "Plavix"}, {"drugName": "Prasugrel", "otherName": "Effient"}, {"drugName": "Ticagrelor", "otherName": "Brilinta"}], "groupName": "Antiplatelets"}, "7e08bcc0-95a0-455a-894d-9ecd1da0c896": {"groupName": "Antianginals", "grugs": [{"drugName": "Nitroglycerin", "otherName": "Nitrostat"}, {"drugName": "Isosorbide mononitrate", "otherName": "Imdur"}, {"drugName": "Ranolazine", "otherName": "Ranexa"}]}, "c0a603f1-22b1-45eb-a6d6-e8fbeddcb0a3": {"drugs": [{"drugName": "Hydrochlorthiazide", "otherName": "Microzide"}, {"drugName": "Metolazone", "otherName": "Zaroxolyn"}, {"drugName": "Furosemide", "otherName": "Lasix"}, {"drugName": "Torsemide", "otherName": "Demadex"}, {"drugName": "Bumetanide", "otherName": "Bumex"}, {"drugName": "Spironolactone", "otherName": "Aldactone"}], "groupName": "Diuretics"}, "46ba1b46-de85-43ad-8815-463bcc8676b6": {"drugs": [{"drugName": "Nifedipine XL", "otherName": "Procardia XL"}, {"drugName": "Amlodipine", "otherName": "Norvasc"}, {"drugName": "Amlodipine/benazepril", "otherName": "Lotrel"}, {"drugName": "Diltiazem", "otherName": "Cardizem CD, more"}], "groupName": "Calcium Channel Blockers"}, "67234db0-fdd3-4331-8f2d-18b933b104b4": {"drugs": [{"drugName": "Fenofibrate", "otherName": "Tricor"}, {"drugName": "Genfibrozil", "otherName": "Lopid"}, {"drugName": "Omega-3 Acid Ethyl Esters", "otherName": "Lovaza"}, {"drugName": "Niacin", "otherName": "Niaspan"}, {"drugName": "Ezetimibe", "otherName": "Zetia"}, {"drugName": "Colesevelam", "otherName": "Welchol"}], "groupName": "Other Agents for Dyslipidemias"}, "b8f609fd-d111-4609-95d3-98e59b9803b4": {"drugs": [{"drugName": "Atenolol", "otherName": "Tenormin"}, {"drugName": "Metoprolol tartrate", "otherName": "Lopressor"}, {"drugName": "Metoprolol succinate", "otherName": "Toprol XL"}, {"drugName": "Nebivolol", "otherName": "Bystolic"}, {"drugName": "Propranolol", "otherName": "Inderal"}, {"drugName": "Carvedilol", "otherName": "Coreg"}], "groupName": "Beta Blockers"}, "7aa64f34-ed1d-4dc2-95df-abc6c6593e7d": {"drugs": [{"drugName": "Lisinopril", "otherName": "Prinivil, Zestril"}, {"drugName": "Lisinopril/hydrochlorthiazide", "otherName": "Prinzide, Zestoretic"}, {"drugName": "Enalapril", "otherName": "Vasotec"}, {"drugName": "Pamipril", "otherName": "Altace"}, {"drugName": "Losartan", "otherName": "Cozaar"}, {"drugName": "Olmesartan", "otherName": "Benicar"}, {"drugName": "Valsartan", "otherName": "Diovan"}], "groupName": "Renin-Angiotensin-Aldosterone System (RAAS)"}, "9077bfa0-16a9-4ab2-9752-bd5fc34a3f04": {"drugs": [{"drugName": "Dabigatran", "otherName": "Pradaxa"}, {"drugName": "Rivaroxaban", "otherName": "Xarelto"}, {"drugName": "Apixaban", "otherName": "Eliquis"}], "groupName": "Novel Oral Anticoagulants (NOACs)"}, "15db3589-e421-474c-9be8-bbce070aac0a": {"drugs": [{"drugName": "Warfarin", "otherName": "Coumadin"}, {"drugName": "Enoxaparin", "otherName": "Lovenox"}], "groupName": "Traditional Anticoagulants"}, "062a2a20-1d32-4857-aa13-5bfb22a51061": {"drugs": [{"drugName": "Pravastatin", "otherName": "Pravachol"}, {"drugName": "Simvastatin", "otherName": "Zocor"}, {"drugName": "Simvastatin/ezetimibe", "otherName": "Vytorin"}, {"drugName": "Atorvastatin", "otherName": "Lipitor"}, {"drugName": "Rosuvastatin", "otherName": "Crestor"}], "groupName": "Statins"}}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"data": {"type": "object", "properties": {"0bc8ae8b-1ab0-4479-8d77-b3993f76a328": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "ab03f1a6-8e12-4274-9556-c9eeedfc8929": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "7e08bcc0-95a0-455a-894d-9ecd1da0c896": {"type": "object", "properties": {"groupName": {"type": "string"}, "grugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}}, "required": ["groupName", "grugs"]}, "c0a603f1-22b1-45eb-a6d6-e8fbeddcb0a3": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "46ba1b46-de85-43ad-8815-463bcc8676b6": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "67234db0-fdd3-4331-8f2d-18b933b104b4": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "b8f609fd-d111-4609-95d3-98e59b9803b4": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "7aa64f34-ed1d-4dc2-95df-abc6c6593e7d": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "9077bfa0-16a9-4ab2-9752-bd5fc34a3f04": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "15db3589-e421-474c-9be8-bbce070aac0a": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}, "062a2a20-1d32-4857-aa13-5bfb22a51061": {"type": "object", "properties": {"drugs": {"type": "array", "items": {"type": "object", "properties": {"drugName": {"type": "string"}, "otherName": {"type": "string"}}, "required": ["drugName", "otherName"]}}, "groupName": {"type": "string"}}, "required": ["drugs", "groupName"]}}, "required": ["062a2a20-1d32-4857-aa13-5bfb22a51061", "0bc8ae8b-1ab0-4479-8d77-b3993f76a328", "15db3589-e421-474c-9be8-bbce070aac0a", "46ba1b46-de85-43ad-8815-463bcc8676b6", "67234db0-fdd3-4331-8f2d-18b933b104b4", "7aa64f34-ed1d-4dc2-95df-abc6c6593e7d", "7e08bcc0-95a0-455a-894d-9ecd1da0c896", "9077bfa0-16a9-4ab2-9752-bd5fc34a3f04", "ab03f1a6-8e12-4274-9556-c9eeedfc8929", "b8f609fd-d111-4609-95d3-98e59b9803b4", "c0a603f1-22b1-45eb-a6d6-e8fbeddcb0a3"]}}, "required": ["data"]} |
c00344f6-f5d1-4930-bbca-de3b991d313a/1a052885-240f-4022-8c10-bd94be1c6cc9/0/0 | tiktok-data-api | collection for tiktok | null | /followers | get tiktok followers | 200 | Example_1 | {"min_time": 1673782667, "followers": {}, "has_more": true, "total": 1230766, "extra": {"now": 1673792127000, "fatal_item_ids": [], "logid": "202301151415250A7ADB565AA3A296573A"}, "log_pb": {"impr_id": "202301151415250A7ADB565AA3A296573A"}, "status_code": 0} | {"type": "object", "properties": {"min_time": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "followers": {"type": "object", "items": {"type": "object"}}, "has_more": {"type": "boolean"}, "total": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "extra": {"type": "object", "properties": {"now": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "fatal_item_ids": {"type": "string"}, "logid": {"type": "string"}}}, "log_pb": {"type": "object", "properties": {"impr_id": {"type": "string"}}}, "status_code": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}} |
67609819-719b-4a0e-ad49-6087f322a3fb/79e2da0a-79e5-44b1-b55a-0706d89c020b/0/0 | Singapore Clinics | Get information about Clinics in Singapore | null | Singapore Clinics | Search Singapore Clinics
Most of the parameters should be the same as per this github. | 200 | Response | [{"address": "BLK 11 UPPER BOON KENG RD\n#01-919 SINGAPORE 380011", "doctor": "YEO PHENG NAM", "doctor_qualifications": "MBBS (National University of Singapore, Singapore) 1990", "index": 137, "lisence": "9402579", "lisence_validity": "06/01/2019 to 05/01/2024 [ 5 Years ]", "name": "BOON KENG CLINIC & SURGERY", "owner": "YEO PHENG NAM", "uen": "T07CM2579H"}, {"address": "BLK 221 BOON LAY PLACE\nBOON LAY SHOPPING CENTRE\n#01-242 SINGAPORE 640221", "doctor": "SEET HIN MIN", "doctor_qualifications": "MBBS (University of Singapore, Singapore) 1970", "index": 138, "lisence": "9400128", "lisence_validity": "01/01/2018 to 31/12/2022 [ 5 Years ]", "name": "BOON LAY CENTRAL CLINIC", "owner": "SEET HIN MIN", "uen": "T07CM0128H"}, {"address": "BLK 221 BOON LAY PLACE\n#01-240/244 SINGAPORE 640221", "doctor": "Chao Wen Pin Cynthia", "doctor_qualifications": "MBBS (National University of Singapore, Singapore) 1994", "index": 139, "lisence": "9400129", "lisence_validity": "14/02/2019 to 13/02/2024 [ 5 Years ]", "name": "BOON LAY CLINIC & SURGERY", "owner": "Boon Lay Clinic & Surgery Pte. Ltd.", "uen": "201421139C"}, {"address": "BLK 350 JURONG EAST AVENUE 1\n\n#01-1225 SINGAPORE 600350", "doctor": "Cheng Ping-Chang John", "doctor_qualifications": "MBBS (Fudan University, China) 2007", "index": 140, "lisence": "19M0066", "lisence_validity": "28/02/2019 to 27/02/2021 [ 2 Years ( 2A ) ]", "name": "BOON LAY CORPORATION CLINIC", "owner": "HEALTHWAY MEDICAL GROUP PTE LTD", "uen": "199400795H"}, {"address": "BLK 221 BOON LAY PLACE\nBOON LAY SHOPPING CENTRE\n#01-152 SINGAPORE 640221", "doctor": "Lim Kay Hui", "doctor_qualifications": "MBBS (University of Melbourne, Australia) 2005", "index": 1087, "lisence": "13M0279", "lisence_validity": "14/10/2017 to 13/10/2022 [ 5 Years ]", "name": "ONECARE CLINIC BOON LAY", "owner": "ONECARE MEDICAL PTE. LTD.", "uen": "201321539R"}, {"address": "249 JALAN BOON LAY\nSINGAPORE 619523", "doctor": "Chan Heng Liang Ivan", "doctor_qualifications": "MBBS (National University of Singapore, Singapore) 1990", "index": 1447, "lisence": "11C0103", "lisence_validity": "27/07/2020 to 26/07/2025 [ 5 Years ]", "name": "ST ENGINEERING IN-HOUSE CLINIC (JALAN BOON LAY)", "owner": "PARKWAY SHENTON PTE LTD", "uen": "199509118D"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"address": {"type": "string"}, "doctor": {"type": "string"}, "doctor_qualifications": {"type": "string"}, "index": {"type": "integer"}, "lisence": {"type": "string"}, "lisence_validity": {"type": "string"}, "name": {"type": "string"}, "owner": {"type": "string"}, "uen": {"type": "string"}}, "required": ["address", "doctor", "doctor_qualifications", "index", "lisence", "lisence_validity", "name", "owner", "uen"]}} |
7ac76d43-06a2-4b13-bf4d-9d205a36f073/1668e97f-d1f9-4728-95a4-7006575c3ecd/0/0 | CLIA Lab Search | Get demographic information about CLIA-certified laboratories. Updated weekly. | null | Expiration Date | General GET request for lab demographics based on the expiration date of the laboratory's certificate.
The request searches on the expiration_date field. | 200 | Response | [{"provider_number": "0000000001", "facility": "SAMPLE-1", "address": "1 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY1", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000002", "facility": "SAMPLE-2", "address": "2 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY2", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000003", "facility": "SAMPLE-3", "address": "3 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY3", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_number": {"type": "string"}, "facility": {"type": "string"}, "address": {"type": "string"}, "address2": {"type": "string"}, "city_name": {"type": "string"}, "state_code": {"type": "string"}, "zip_code": {"type": "string"}, "phone_number": {"type": "string"}, "type": {"type": "string"}, "general_facility_type": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["address", "address2", "city_name", "expiration_date", "facility", "general_facility_type", "phone_number", "provider_number", "state_code", "type", "zip_code"]}} |
7ac76d43-06a2-4b13-bf4d-9d205a36f073/96f21fd4-3eb3-46d4-9999-a3d3f7cf8b2f/0/0 | CLIA Lab Search | Get demographic information about CLIA-certified laboratories. Updated weekly. | null | General Facility Type | General GET request for lab demographics based on the facility type of the laboratory.
The request searches on the general_facility_type field. | 200 | Response | [{"provider_number": "0000000001", "facility": "SAMPLE-1", "address": "1 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY1", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000002", "facility": "SAMPLE-2", "address": "2 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY2", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000003", "facility": "SAMPLE-3", "address": "3 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY3", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_number": {"type": "string"}, "facility": {"type": "string"}, "address": {"type": "string"}, "address2": {"type": "string"}, "city_name": {"type": "string"}, "state_code": {"type": "string"}, "zip_code": {"type": "string"}, "phone_number": {"type": "string"}, "type": {"type": "string"}, "general_facility_type": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["address", "address2", "city_name", "expiration_date", "facility", "general_facility_type", "phone_number", "provider_number", "state_code", "type", "zip_code"]}} |
7ac76d43-06a2-4b13-bf4d-9d205a36f073/c39a7608-16bf-48b3-8aef-d4e832379bdf/0/0 | CLIA Lab Search | Get demographic information about CLIA-certified laboratories. Updated weekly. | null | Certification Type | General GET request for lab demographics based on the certification type of the laboratory.
The request searches on the type field. | 200 | Response | [{"provider_number": "0000000001", "facility": "SAMPLE-1", "address": "1 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY1", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000002", "facility": "SAMPLE-2", "address": "2 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY2", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000003", "facility": "SAMPLE-3", "address": "3 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY3", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_number": {"type": "string"}, "facility": {"type": "string"}, "address": {"type": "string"}, "address2": {"type": "string"}, "city_name": {"type": "string"}, "state_code": {"type": "string"}, "zip_code": {"type": "string"}, "phone_number": {"type": "string"}, "type": {"type": "string"}, "general_facility_type": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["address", "address2", "city_name", "expiration_date", "facility", "general_facility_type", "phone_number", "provider_number", "state_code", "type", "zip_code"]}} |
7ac76d43-06a2-4b13-bf4d-9d205a36f073/dc17195d-8451-4c22-baf1-d16b2aaa8a16/0/0 | CLIA Lab Search | Get demographic information about CLIA-certified laboratories. Updated weekly. | null | Phone Number | General GET request for lab demographics based on the phone number for the laboratory.
The request searches on the phone_number field. | 200 | Response | [{"provider_number": "0000000001", "facility": "SAMPLE-1", "address": "1 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY1", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000002", "facility": "SAMPLE-2", "address": "2 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY2", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000003", "facility": "SAMPLE-3", "address": "3 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY3", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_number": {"type": "string"}, "facility": {"type": "string"}, "address": {"type": "string"}, "address2": {"type": "string"}, "city_name": {"type": "string"}, "state_code": {"type": "string"}, "zip_code": {"type": "string"}, "phone_number": {"type": "string"}, "type": {"type": "string"}, "general_facility_type": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["address", "address2", "city_name", "expiration_date", "facility", "general_facility_type", "phone_number", "provider_number", "state_code", "type", "zip_code"]}} |
7ac76d43-06a2-4b13-bf4d-9d205a36f073/2e6fb24b-4605-4789-b514-60ee05a930d9/0/0 | CLIA Lab Search | Get demographic information about CLIA-certified laboratories. Updated weekly. | null | Zip Code | General GET request for lab demographics based on the zip code of the laboratory.
The request searches on the zip_code field. | 200 | Response | [{"provider_number": "0000000001", "facility": "SAMPLE-1", "address": "1 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY1", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000002", "facility": "SAMPLE-2", "address": "2 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY2", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000003", "facility": "SAMPLE-3", "address": "3 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY3", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_number": {"type": "string"}, "facility": {"type": "string"}, "address": {"type": "string"}, "address2": {"type": "string"}, "city_name": {"type": "string"}, "state_code": {"type": "string"}, "zip_code": {"type": "string"}, "phone_number": {"type": "string"}, "type": {"type": "string"}, "general_facility_type": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["address", "address2", "city_name", "expiration_date", "facility", "general_facility_type", "phone_number", "provider_number", "state_code", "type", "zip_code"]}} |
7ac76d43-06a2-4b13-bf4d-9d205a36f073/2e9258c7-6df0-4b7b-a51f-2330981d3714/0/0 | CLIA Lab Search | Get demographic information about CLIA-certified laboratories. Updated weekly. | null | State | General GET request for lab demographics based on the state of the laboratory.
The request searches on the state_code field. | 200 | Response | [{"provider_number": "0000000001", "facility": "SAMPLE-1", "address": "1 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY1", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000002", "facility": "SAMPLE-2", "address": "2 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY2", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}, {"provider_number": "0000000003", "facility": "SAMPLE-3", "address": "3 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY3", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_number": {"type": "string"}, "facility": {"type": "string"}, "address": {"type": "string"}, "address2": {"type": "string"}, "city_name": {"type": "string"}, "state_code": {"type": "string"}, "zip_code": {"type": "string"}, "phone_number": {"type": "string"}, "type": {"type": "string"}, "general_facility_type": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["address", "address2", "city_name", "expiration_date", "facility", "general_facility_type", "phone_number", "provider_number", "state_code", "type", "zip_code"]}} |
7ac76d43-06a2-4b13-bf4d-9d205a36f073/55efd6e6-a808-4e59-ad4d-b14e0c280c2a/0/0 | CLIA Lab Search | Get demographic information about CLIA-certified laboratories. Updated weekly. | null | City | General GET request for lab demographics based on the city of the laboratory.
The request searches on the city_name field. | 200 | Response | [{"provider_number": "0000000001", "facility": "SAMPLE-1", "address": "1 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY1", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_number": {"type": "string"}, "facility": {"type": "string"}, "address": {"type": "string"}, "address2": {"type": "string"}, "city_name": {"type": "string"}, "state_code": {"type": "string"}, "zip_code": {"type": "string"}, "phone_number": {"type": "string"}, "type": {"type": "string"}, "general_facility_type": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["address", "address2", "city_name", "expiration_date", "facility", "general_facility_type", "phone_number", "provider_number", "state_code", "type", "zip_code"]}} |
7ac76d43-06a2-4b13-bf4d-9d205a36f073/3b67edd2-37a4-4b2c-9dab-00130aa01f7a/0/0 | CLIA Lab Search | Get demographic information about CLIA-certified laboratories. Updated weekly. | null | Address | General GET request for lab demographics based on the address of the laboratory.
The request searches on the address field. | 200 | Response | [{"provider_number": "0000000001", "facility": "SAMPLE-1", "address": "1 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY1", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_number": {"type": "string"}, "facility": {"type": "string"}, "address": {"type": "string"}, "address2": {"type": "string"}, "city_name": {"type": "string"}, "state_code": {"type": "string"}, "zip_code": {"type": "string"}, "phone_number": {"type": "string"}, "type": {"type": "string"}, "general_facility_type": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["address", "address2", "city_name", "expiration_date", "facility", "general_facility_type", "phone_number", "provider_number", "state_code", "type", "zip_code"]}} |
7ac76d43-06a2-4b13-bf4d-9d205a36f073/74a020a2-bbaa-4bb9-92fd-6c2d615929c2/0/0 | CLIA Lab Search | Get demographic information about CLIA-certified laboratories. Updated weekly. | null | Provider Number | General GET request for lab demographics based on the provider number for the laboratory.
The request searches on the provider_number field. | 200 | Response | [{"provider_number": "0000000001", "facility": "SAMPLE-1", "address": "1 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY1", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_number": {"type": "string"}, "facility": {"type": "string"}, "address": {"type": "string"}, "address2": {"type": "string"}, "city_name": {"type": "string"}, "state_code": {"type": "string"}, "zip_code": {"type": "string"}, "phone_number": {"type": "string"}, "type": {"type": "string"}, "general_facility_type": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["address", "address2", "city_name", "expiration_date", "facility", "general_facility_type", "phone_number", "provider_number", "state_code", "type", "zip_code"]}} |
7ac76d43-06a2-4b13-bf4d-9d205a36f073/c963c246-e781-42ed-8d0d-f671f60ba6f5/0/0 | CLIA Lab Search | Get demographic information about CLIA-certified laboratories. Updated weekly. | null | Facility | General GET request for lab demographics based on the name of the laboratory.
The request searches on the facility field. | 200 | Response | [{"provider_number": "0000000001", "facility": "SAMPLE-1", "address": "1 SAMPLE Drive", "address2": "", "city_name": "SAMPLE_CITY1", "state_code": "NA", "zip_code": "00001", "phone_number": "5555555555", "type": "Sample Accreditation", "general_facility_type": "Hospital", "expiration_date": "SAMPLEDATE"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"provider_number": {"type": "string"}, "facility": {"type": "string"}, "address": {"type": "string"}, "address2": {"type": "string"}, "city_name": {"type": "string"}, "state_code": {"type": "string"}, "zip_code": {"type": "string"}, "phone_number": {"type": "string"}, "type": {"type": "string"}, "general_facility_type": {"type": "string"}, "expiration_date": {"type": "string"}}, "required": ["address", "address2", "city_name", "expiration_date", "facility", "general_facility_type", "phone_number", "provider_number", "state_code", "type", "zip_code"]}} |
fa9c1293-b386-4ffc-a896-92a168919c0e/56f73326-4546-480a-bf86-3a83ee42460e/0/0 | ICD 10 | Complete, accurate, cross-referenced ICD 10 codes for both diagnosis and procedures | null | Search | Find codes whose descriptive text contains the given term(s) | 200 | New Example | {"query": "mania", "results": [{"code": "F633", "label": "Trichotillomania", "link": "/code/CM/F633"}, {"code": "B55", "label": "Leishmaniasis", "link": "/code/CM/B55"}, {"code": "F631", "label": "Pyromania", "link": "/code/CM/F631"}, {"code": "F632", "label": "Kleptomania", "link": "/code/CM/F632"}, {"code": "B550", "label": "Visceral leishmaniasis", "link": "/code/CM/B550"}, {"code": "B551", "label": "Cutaneous leishmaniasis", "link": "/code/CM/B551"}, {"code": "B552", "label": "Mucocutaneous leishmaniasis", "link": "/code/CM/B552"}, {"code": "B559", "label": "Leishmaniasis, unspecified", "link": "/code/CM/B559"}], "count": 8, "truncated": false} | {"type": "object", "properties": {"query": {"type": "string"}, "results": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "label": {"type": "string"}, "link": {"type": "string"}}}}, "count": {"type": "integer"}, "truncated": {"type": "boolean"}}} |
fa9c1293-b386-4ffc-a896-92a168919c0e/a04229ea-2657-4b3d-96f3-6de334566f20/0/0 | ICD 10 | Complete, accurate, cross-referenced ICD 10 codes for both diagnosis and procedures | null | Code, by year | Retrieve information for an ICD 10 code, for the given year | 404 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
fa9c1293-b386-4ffc-a896-92a168919c0e/a04229ea-2657-4b3d-96f3-6de334566f20/1/0 | ICD 10 | Complete, accurate, cross-referenced ICD 10 codes for both diagnosis and procedures | null | Code, by year | Retrieve information for an ICD 10 code, for the given year | 200 | CM | {"code": "F22", "type": "cm ", "label": "Delusional disorders", "year": "2022", "is_billable": true, "includes": ["Delusional dysmorphophobia", "Involutional paranoid state", "Paranoia", "Paranoia querulans", "Paranoid psychosis", "Paranoid state", "Paraphrenia (late)", "Sensitiver Beziehungswahn"], "excludes": [{"text": "mood [affective] disorders with psychotic symptoms (F30.2, F31.2, F31.5, F31.64, F32.3, F33.3)", "links": ["/code/cm/F302", "/code/cm/F312", "/code/cm/F315", "/code/cm/F3164", "/code/cm/F323", "/code/cm/F333"]}, {"text": "paranoid schizophrenia (F20.0)", "links": ["/code/cm/F200"]}, {"text": "paranoid personality disorder (F60.0)", "links": ["/code/cm/F600"]}, {"text": "paranoid psychosis, psychogenic (F23)", "links": ["/code/cm/F23"]}, {"text": "paranoid reaction (F23)", "links": ["/code/cm/F23"]}]} | {"type": "object", "properties": {"code": {"type": "string"}, "type": {"type": "string"}, "label": {"type": "string"}, "year": {"type": "string"}, "is_billable": {"type": "boolean"}, "includes": {"type": "array", "items": {"type": "string"}}, "excludes": {"type": "array", "items": {"type": "object", "properties": {"text": {"type": "string"}, "links": {"type": "array", "items": {"type": "string"}}}}}}} |
fa9c1293-b386-4ffc-a896-92a168919c0e/79d544af-531c-4e1b-947b-f433fc3657f7/0/0 | ICD 10 | Complete, accurate, cross-referenced ICD 10 codes for both diagnosis and procedures | null | Code, latest | Retrieve the most recent year's information for an ICD 10 code. | 404 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
fa9c1293-b386-4ffc-a896-92a168919c0e/79d544af-531c-4e1b-947b-f433fc3657f7/1/0 | ICD 10 | Complete, accurate, cross-referenced ICD 10 codes for both diagnosis and procedures | null | Code, latest | Retrieve the most recent year's information for an ICD 10 code. | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/88a87fa7-1a5a-479f-a09c-f2853b96299c/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Acute Kidney Injury According to AKIN Criteria | Description
This endpoint will return the AKIN classification for Acute Kidney Injury (AKI) when provided with a serum creatinine criterion and/or a urine output criterion.
Evidence
PMID: 17331245 / DOI: 10.1186/cc5713
PMID: 27818745 / DOI: 10.1093/ckj/sfs160
PMID: 26639440 / DOI: 10.1038/srep17917
PMID: 30235738 / DOI: 10.1097/MD.0000000000012465
| 200 | null | {"serum_creatinine": {"normal": false, "stage_1": true, "stage_2": false, "stage_3": false}, "urine_output": {"normal": false, "stage_1": false, "stage_2": true, "stage_3": false}, "akin_classification": "Stage 2 acute kidney injury"} | {"title": "AkinOut", "required": ["serum_creatinine", "urine_output", "akin_classification"], "type": "object", "properties": {"serum_creatinine": {"title": "Serum creatinine status", "allOf": [{"title": "SerumCreatinineIn", "type": "object", "properties": {"normal": {"title": "Normal creatinine, or <1.5x from baseline", "type": "boolean", "description": "'Normal creatinine, or <1.5x from baseline' as boolean.", "default": false}, "stage_1": {"title": "Absolute increase \u22650.3 mg/dL (\u226526.4 \u03bcmol/L), or \u22651.5-2x from baseline", "type": "boolean", "description": "'Absolute increase \u22650.3 mg/dL (\u226526.4 \u03bcmol/L), or \u22651.5-2x from baseline' as boolean.", "default": false}, "stage_2": {"title": "Increase to >2-3x from baseline", "type": "boolean", "description": "'Increase to >2-3x from baseline' as boolean.", "default": false}, "stage_3": {"title": "Increase to >3x from baseline, or \u22654.0 mg/dL (\u2265354 \u03bcmol/L) with acute increase \u22650.5 mg/dL (\u226544 \u03bcmol/L)", "type": "boolean", "description": "'Increase to >3x from baseline, or \u22654.0 mg/dL (\u2265354 \u03bcmol/L) with acute increase \u22650.5 mg/dL (\u226544 \u03bcmol/L)' as boolean.", "default": false}}}], "description": "Serum creatinine status."}, "urine_output": {"title": "Urine output status", "allOf": [{"title": "UrineOutputIn", "type": "object", "properties": {"normal": {"title": "Normal urine output", "type": "boolean", "description": "\u22650.5 mL/kg per hour for >6 hours", "default": false}, "stage_1": {"title": "Stage 1 AKI equivalent urine output", "type": "boolean", "description": "<0.5 mL/kg per hour for >6 hours", "default": false}, "stage_2": {"title": "Stage 2 AKI equivalent urine output", "type": "boolean", "description": "<0.5 mL/kg per hour for >12 hours", "default": false}, "stage_3": {"title": "Stage 3 AKI equivalent urine output", "type": "boolean", "description": "<0.3 mL/kg per hour for \u226524 hours, or anuria for 12 hours", "default": false}}}], "description": "Urine output status."}, "akin_classification": {"title": "AKIN Classification for Acute Kidney Injury", "allOf": [{"title": "AkinClassificationEnum", "enum": ["No acute kidney injury", "Stage 1 acute kidney injury", "Stage 2 acute kidney injury", "Stage 3 acute kidney injury"], "type": "string", "description": "An enumeration."}], "description": "AKIN Classification for Acute Kidney Injury."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/88a87fa7-1a5a-479f-a09c-f2853b96299c/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Acute Kidney Injury According to AKIN Criteria | Description
This endpoint will return the AKIN classification for Acute Kidney Injury (AKI) when provided with a serum creatinine criterion and/or a urine output criterion.
Evidence
PMID: 17331245 / DOI: 10.1186/cc5713
PMID: 27818745 / DOI: 10.1093/ckj/sfs160
PMID: 26639440 / DOI: 10.1038/srep17917
PMID: 30235738 / DOI: 10.1097/MD.0000000000012465
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/1d4fb83d-f619-4cec-b015-70394ed526cd/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Estimated Glomerular Filtration Rate (eGFR) with the Revised Schwartz Equation (2009) | Description
This endpoint will calculate the Estimated Glomerular Filtration Rate for paediatric individuals based on the revised Schwartz Equation (2009).
Calculations are based on body length and serum creatinine concentration.
Evidence
PMID: 19158356 / DOI: 10.1681/ASN.2008030287
PMID: 20652327 / DOI: 10.1007/s00467-010-1598-7
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/1d4fb83d-f619-4cec-b015-70394ed526cd/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Estimated Glomerular Filtration Rate (eGFR) with the Revised Schwartz Equation (2009) | Description
This endpoint will calculate the Estimated Glomerular Filtration Rate for paediatric individuals based on the revised Schwartz Equation (2009).
Calculations are based on body length and serum creatinine concentration.
Evidence
PMID: 19158356 / DOI: 10.1681/ASN.2008030287
PMID: 20652327 / DOI: 10.1007/s00467-010-1598-7
| 200 | null | {"length": {"cm": 120, "m": 1.2, "in": 47.24409448818898, "ft": 3.9370078740157477, "ft_in": {"ft": 3, "in": 11.244094488188972}, "m_cm": {"m": 1, "cm": 20}}, "creatinine": {"mass_concentration": {"mg/dL": 0.9}, "molar_concentration": {"umol/L": 79.56152758132954}}, "revised_schwartz_egfr": 55.06666666666666} | {"title": "SchwartzGfrOut", "required": ["length", "creatinine", "revised_schwartz_egfr"], "type": "object", "properties": {"length": {"title": "Body length", "allOf": [{"title": "LengthOutHuman", "type": "object", "properties": {"cm": {"title": "Cemtimetre", "minimum": 0, "type": "number"}, "m": {"title": "Metre", "minimum": 0, "type": "number"}, "in": {"title": "Inch", "minimum": 0, "type": "number"}, "ft": {"title": "Foot", "minimum": 0, "type": "number"}, "ft_in": {"title": "Foot and inch", "allOf": [{"title": "FtIn", "type": "object", "properties": {"ft": {"title": "Foot", "type": "number"}, "in": {"title": "Inch", "type": "number"}}}]}, "m_cm": {"title": "Metre and centimetre", "allOf": [{"title": "MCm", "type": "object", "properties": {"m": {"title": "Metre", "type": "number"}, "cm": {"title": "Centimetre", "type": "number"}}}]}}}], "description": "Body length converted to various units."}, "creatinine": {"title": "Serum creatinine concentration", "allOf": [{"title": "ConcentrationCreatinineOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDl", "required": ["mg/dL"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}}}, "molar_concentration": {"title": "UmolL", "required": ["umol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}}}}}], "description": "Serum creatinine concentration."}, "revised_schwartz_egfr": {"title": "Estimated Glomerular Filtration Rate Calculated by Revised Schwartz Equation (2009) in mL/min/1.73m\u00b2", "type": "number", "description": "Estimate Glomerular Filtration Rate Calculated by Revised Schwartz Equation (2009) in mL/min/1.73m\u00b2."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/5b5784ec-aa89-4a93-8f7d-eec4b3a9591c/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Nephritis Grade for Immune Checkpoint Inhibitor Nephrotoxicity | Description
This endpoint will provide the American Society of Clinical Oncology Clinical Practice Guideline Nephritis Grade and Management Plan for for Immune Checkpoint Inhibitor (ICPi) Nephrotoxicity when criteria on serum creatinine are provided.
Evidence
PMID: 29442540 / DOI: 10.1200/JCO.2017.77.6385
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/5b5784ec-aa89-4a93-8f7d-eec4b3a9591c/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Nephritis Grade for Immune Checkpoint Inhibitor Nephrotoxicity | Description
This endpoint will provide the American Society of Clinical Oncology Clinical Practice Guideline Nephritis Grade and Management Plan for for Immune Checkpoint Inhibitor (ICPi) Nephrotoxicity when criteria on serum creatinine are provided.
Evidence
PMID: 29442540 / DOI: 10.1200/JCO.2017.77.6385
| 200 | null | {"creatinine_1_5x": false, "creatinine_2x": true, "creatinine_3x": false, "life_threatening": false, "nephritis_grade": "G2", "management": "Hold ICPi temporarily Consult nephrology. Evaluate for other causes (recent IV contrast, medications, fluid status, etc); if other etiologies ruled out, administer 0.5\u20131 mg/kg/d prednisone equivalents. If worsening or no improvement: 1 to 2 mg/kg/d prednisone equivalents and permanently discontinue treatment. If improved to G1 or less, taper corticosteroids over 4-6 weeks. If no recurrence of chronic renal insufficiency, discuss resumption of ICPI with patient after taking into account the risks and benefits."} | {"title": "AeRenalOut", "required": ["nephritis_grade", "management"], "type": "object", "properties": {"creatinine_1_5x": {"title": "Creatinine level increase of >0.3 mg/dL; creatinine 1.5-2.0x over baseline", "type": "boolean", "description": "'Creatinine level increase of >0.3 mg/dL; creatinine 1.5-2.0x over baseline'.", "default": false}, "creatinine_2x": {"title": "Creatinine 2-3x above baseline", "type": "boolean", "description": "'Creatinine 2-3x above baseline'.", "default": false}, "creatinine_3x": {"title": "Creatinine >3x baseline or >4.0 mg/dL; hospitalization indicated", "type": "boolean", "description": "'Creatinine >3x baseline or >4.0 mg/dL; hospitalization indicated'.", "default": false}, "life_threatening": {"title": "Life-threatening consequences; dialysis indicated", "type": "boolean", "description": "'Life-threatening consequences; dialysis indicated'.", "default": false}, "nephritis_grade": {"title": "Nephritis grade", "allOf": [{"title": "NephritisGradeEnum", "enum": ["G1", "G2", "G3", "G4"], "type": "string", "description": "An enumeration."}], "description": "ICPi-related nephritis grade."}, "management": {"title": "Immune-related renal adverse event management", "allOf": [{"title": "ManagementEnum", "enum": ["Consider temporarily holding ICPi, pending consideration of potential alternative etiologies (recent IV contrast, medications, fluid status) and baseline renal function. A change that is still < 1.5 ULN could be meaningful", "Hold ICPi temporarily Consult nephrology. Evaluate for other causes (recent IV contrast, medications, fluid status, etc); if other etiologies ruled out, administer 0.5\u20131 mg/kg/d prednisone equivalents. If worsening or no improvement: 1 to 2 mg/kg/d prednisone equivalents and permanently discontinue treatment. If improved to G1 or less, taper corticosteroids over 4-6 weeks. If no recurrence of chronic renal insufficiency, discuss resumption of ICPI with patient after taking into account the risks and benefits.", "Permanently discontinue ICPi.", "Consult nephrology. Evaluate for other causes (recent IV contrast, medications, fluid status, etc). Administercorticosteroids (initial dose of 1-2 mg/kg/d prednisone or equivalent)."], "type": "string", "description": "An enumeration."}], "description": "Immune-related renal adverse event management in patients with ICPis."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/f0d48f4a-a52b-4b03-bdf6-2942c10153fc/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Chronic Kidney Disease Prediction in HIV Positive Patients | Description
This endpoint will return a Score and probability for Chronic Kidney Disease (CKD) in HIV positive patients using the following criteria:
'Age 19-39/40-49/50-59/60-90 years'
'Blood Glucose > 140 mg/dL'
'Systolic BP <140 mmHg'
'Hypertension'
'Triglycerides >200 mg/dL'
'Proteinuria'
'CD4+ <200 cells/uL'
'Tenovir (TDF) use'
Evidence
PMID: 24922479 / DOI: 10.1097/QAD.0000000000000258
PMID: 25963593 / DOI: 10.1038/nrneph.2015.75
| 200 | null | {"age": {"level_1": false, "level_2": false, "level_3": true, "level_4": false}, "glucose": false, "systolic_bp": true, "hypertension": false, "triglycerides": true, "proteinuria": true, "cd4": false, "tenovir": false, "ckd_prediction_score": 8, "ckd_probability": {"rate": 11, "lower_95_cl": 9.2, "upper_95_cl": 13.2}} | {"title": "CkdPredictionOut", "required": ["age", "ckd_prediction_score", "ckd_probability"], "type": "object", "properties": {"age": {"title": "Age", "allOf": [{"title": "AgeIn", "type": "object", "properties": {"level_1": {"title": "19-39 years", "type": "boolean", "description": "'19-39 years'. Defaults to 'False'.", "default": false}, "level_2": {"title": "40-49 years", "type": "boolean", "description": "'40-49 years'. Defaults to 'False'.", "default": false}, "level_3": {"title": "50-59 years", "type": "boolean", "description": "'50-59 years'. Defaults to 'False'.", "default": false}, "level_4": {"title": "60-90 years", "type": "boolean", "description": "'60-90 years'. Defaults to 'False'.", "default": false}}}], "description": "Age range."}, "glucose": {"title": "Glucose >140 mg/dL (7.77 mmol/L)", "type": "boolean", "description": "'Glucose >140 mg/dL (7.77 mmol/L)'. Defaults to 'False'.", "default": false}, "systolic_bp": {"title": "Systolic BP >140 mmHg", "type": "boolean", "description": "'Systolic BP >140 mmHg'. Defaults to 'False'.", "default": false}, "hypertension": {"title": "Hypertension", "type": "boolean", "description": "'Hypertension'. Defaults to 'False'.", "default": false}, "triglycerides": {"title": "Triglycerides >200 mg/dL (>2.26 mmol/L)", "type": "boolean", "description": "'Triglycerides >200 mg/dL (>2.26 mmol/L)'. Defaults to 'False'.", "default": false}, "proteinuria": {"title": "Proteinuria", "type": "boolean", "description": "'Proteinuria'. Defaults to 'False'.", "default": false}, "cd4": {"title": "CD4\u207a <200 cells/\u00b5L", "type": "boolean", "description": "'CD4\u207a <200 cells/uL'. Defaults to 'False'.", "default": false}, "tenovir": {"title": "Tenofivir (TDF) use", "type": "boolean", "description": "'Tenofivir (TDF) use'. Defaults to 'False'.", "default": false}, "ckd_prediction_score": {"title": "CKD Prediction Score", "maximum": 15, "minimum": 0, "type": "integer", "description": "Cumulative score used for CKD prediction."}, "ckd_probability": {"title": "Probability of CKD within 5 years including confidence interval", "allOf": [{"title": "CkdProbabilityOut", "required": ["rate", "lower_95_cl", "upper_95_cl"], "type": "object", "properties": {"rate": {"title": "Probability (%) of CKD within 5 years", "maximum": 21.4, "minimum": 0.5, "type": "number", "description": "Probability in percent of developing CKD within 5 years."}, "lower_95_cl": {"title": "Lower 95% confidence limit of CKD probability within 5 years", "maximum": 25.2, "minimum": 0.3, "type": "number", "description": "lower 95% confidence limit of developing CKD within 5 years."}, "upper_95_cl": {"title": "Upper 95% confidence limit of CKD probability within 5 years", "maximum": 18.1, "minimum": 0.9, "type": "number", "description": "upper 95% confidence limit of developing CKD within 5 years."}}}], "description": "Probability of developing CKD within 5 years including 95% confidence interval."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/f0d48f4a-a52b-4b03-bdf6-2942c10153fc/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Chronic Kidney Disease Prediction in HIV Positive Patients | Description
This endpoint will return a Score and probability for Chronic Kidney Disease (CKD) in HIV positive patients using the following criteria:
'Age 19-39/40-49/50-59/60-90 years'
'Blood Glucose > 140 mg/dL'
'Systolic BP <140 mmHg'
'Hypertension'
'Triglycerides >200 mg/dL'
'Proteinuria'
'CD4+ <200 cells/uL'
'Tenovir (TDF) use'
Evidence
PMID: 24922479 / DOI: 10.1097/QAD.0000000000000258
PMID: 25963593 / DOI: 10.1038/nrneph.2015.75
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/989ae550-561f-4f73-93af-f25d9cff36f7/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Maintenance Fluid Requirements by Body Mass | Description
This endpoint will calculate the Maintenance Fluid Requirments by Weight for an individual based on the individual's body mass.
Evidence
PMID: 13431307
PMID: 7425366 / DOI: 10.1097/00000542-198010000-00020
PMID: 23293384 / DOI: 10.4103/0019-5049.103960
| 200 | null | {"mass": {"kg": 20, "lb": 44.09245243697551, "st": 3.1494608883553936, "lb_oz": {"lb": 44, "oz": 1.479238991608213}, "st_lb": {"st": 3, "lb": 2.0924524369755106}}, "maintenance_fluids": 60, "maintenance_fluids_1_5x": 90, "fluid_bolus": 400} | {"title": "MaintenanceFluidsOut", "required": ["mass", "maintenance_fluids", "maintenance_fluids_1_5x", "fluid_bolus"], "type": "object", "properties": {"mass": {"title": "Body mass", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Body mass converted to various units."}, "maintenance_fluids": {"title": "Maintenance fluids in mL/hour", "type": "number", "description": "Maintenance fluids in mL/hour."}, "maintenance_fluids_1_5x": {"title": "Maintenance fluids x 1.5 in mL/hour", "type": "number", "description": "Maintenance fluids x 1.5 in mL/hour."}, "fluid_bolus": {"title": "Fluid bolus in mL", "type": "number", "description": "Fluid bolus in mL."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/989ae550-561f-4f73-93af-f25d9cff36f7/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Maintenance Fluid Requirements by Body Mass | Description
This endpoint will calculate the Maintenance Fluid Requirments by Weight for an individual based on the individual's body mass.
Evidence
PMID: 13431307
PMID: 7425366 / DOI: 10.1097/00000542-198010000-00020
PMID: 23293384 / DOI: 10.4103/0019-5049.103960
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/057c2042-2582-4863-bef7-6d6dc21b54d5/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Kinetic Estimated Glomerular Filtration Rate (kinetic eGFR) | Description
This endpoint will calculate the Kinetic Estimated Glomerular Filtration Rate of an individual. Calculations are based on the individual's age, sex, whether the individual is of black race, base line (steady state) serum creatinine concentration, serum creatinine concentration at first timepont and second timepoint.
Evidence
PMID: 23704286 / DOI: 10.1681/ASN.2012070653
PMID: 28396736 / DOI: 10.1093/ckj/sfw108
| 200 | null | {"sex": "male", "age": 50, "black_race": false, "creatinine_baseline": {"mass": {"value": 1.02, "unit": "mg"}, "volume": {"value": 1, "unit": "dL"}}, "creatinine_first": {"mass": {"value": 80, "unit": "umol"}, "volume": {"value": 1, "unit": "L"}}, "creatinine_second": {"mass": {"value": 85, "unit": "umol"}, "volume": {"value": 1, "unit": "L"}}, "time": [{"value": 5, "unit": "hour"}]} | {"title": "KeGfrOut", "required": ["sex", "age", "black_race", "creatinine_baseline", "creatinine_first", "creatinine_second", "time", "kinetic_estimated_glomerular_filtration_rate"], "type": "object", "properties": {"sex": {"title": "Sex", "allOf": [{"title": "UnitSex", "enum": ["male", "female"], "type": "string", "description": "An enumeration."}], "description": "Biological sex."}, "age": {"title": "Age in years", "minimum": 0, "type": "number", "description": "Age in years."}, "black_race": {"title": "Individual is of black race.", "type": "boolean", "description": "'Individual is of black race'."}, "creatinine_baseline": {"title": "Baseline serum creatinine concentration", "allOf": [{"title": "ConcentrationCreatinineOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDl", "required": ["mg/dL"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}}}, "molar_concentration": {"title": "UmolL", "required": ["umol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}}}}}], "description": "Baseline serum creatinine concentration in various units of concentration."}, "creatinine_first": {"title": "First recorded serum creatinine concentration", "allOf": [{"title": "ConcentrationCreatinineOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDl", "required": ["mg/dL"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}}}, "molar_concentration": {"title": "UmolL", "required": ["umol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}}}}}], "description": "First recorded (at first timepoint) serum creatinine concentration in various units of concentration."}, "creatinine_second": {"title": "second recorded serum creatinine concentration", "allOf": [{"title": "ConcentrationCreatinineOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDl", "required": ["mg/dL"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}}}, "molar_concentration": {"title": "UmolL", "required": ["umol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}}}}}], "description": "Second recorded (at second timepoint) serum creatinine concentration in various units of concentration."}, "time": {"title": "Time interval between creatinine measurements", "allOf": [{"title": "TimeOut", "required": ["min_hour"], "type": "object", "properties": {"min": {"title": "Minute", "type": "number"}, "hour": {"title": "Hour", "type": "number"}, "min_hour": {"title": "Time in minutes and hours", "allOf": [{"title": "MinHour", "type": "object", "properties": {"min": {"title": "Minute", "type": "number"}, "hour": {"title": "Hour", "type": "number"}}}], "description": "Time in both minutes and in hours."}}}], "description": "Time interval between creatinine measurements in various units of time."}, "kinetic_estimated_glomerular_filtration_rate": {"title": "Glomerular filtration rate in ml/min/1.73 m\u00b2", "type": "number", "description": "Glomerular filtration rate in ml/min/1.73 m\u00b2."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/057c2042-2582-4863-bef7-6d6dc21b54d5/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Kinetic Estimated Glomerular Filtration Rate (kinetic eGFR) | Description
This endpoint will calculate the Kinetic Estimated Glomerular Filtration Rate of an individual. Calculations are based on the individual's age, sex, whether the individual is of black race, base line (steady state) serum creatinine concentration, serum creatinine concentration at first timepont and second timepoint.
Evidence
PMID: 23704286 / DOI: 10.1681/ASN.2012070653
PMID: 28396736 / DOI: 10.1093/ckj/sfw108
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/2a439484-1e57-48d5-a875-da750a4c4bdd/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Nutrition Risk Index | Description
This endpoint will calculate the Nutrition Risk Index for an individual based on the individual's serum albumin concentration, present body mass and usual body mass, which is the stable body mass over the last 6 months.
Evidence
PMID: 3124597 / DOI: 10.1093/ajcn/47.2.357
PMID: 1906987 / DOI: 10.1056/NEJM199108223250801
PMID: 26250966 / DOI: 10.1016/j.healun.2015.05.027
PMID: 26937075 / DOI: 10.4103/0971-4065.158449
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/2a439484-1e57-48d5-a875-da750a4c4bdd/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Nutrition Risk Index | Description
This endpoint will calculate the Nutrition Risk Index for an individual based on the individual's serum albumin concentration, present body mass and usual body mass, which is the stable body mass over the last 6 months.
Evidence
PMID: 3124597 / DOI: 10.1093/ajcn/47.2.357
PMID: 1906987 / DOI: 10.1056/NEJM199108223250801
PMID: 26250966 / DOI: 10.1016/j.healun.2015.05.027
PMID: 26937075 / DOI: 10.4103/0971-4065.158449
| 200 | null | {"albumin": {"mass_concentration": {"mg/dL": 3000, "g/dL": 3, "g/L": 30}}, "present_mass": {"kg": 70, "lb": 154.3235835294143, "st": 11.023113109243878, "lb_oz": {"lb": 154, "oz": 5.177336470628688}, "st_lb": {"st": 11, "lb": 0.3235835294142966}}, "usual_mass": {"kg": 75, "lb": 165.3466966386582, "st": 11.810478331332726, "lb_oz": {"lb": 165, "oz": 5.547146218530997}, "st_lb": {"st": 11, "lb": 11.34669663865817}}, "nri_score": 84.49000000000001, "malnutrition_risk": "Moderate risk"} | {"title": "NriOut", "required": ["albumin", "present_mass", "usual_mass", "nri_score", "malnutrition_risk"], "type": "object", "properties": {"albumin": {"title": "Serum albumin concentration", "allOf": [{"title": "ConcentrationAlbuminOut", "required": ["mass_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDlGDlGL", "required": ["mg/dL", "g/dL", "g/L"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}, "g/dL": {"title": "G/Dl", "type": "number"}, "g/L": {"title": "G/L", "type": "number"}}}}}], "description": "Serum albumin concentration."}, "present_mass": {"title": "Present body mass", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Present body mass converted to various units."}, "usual_mass": {"title": "Usual body mass", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Usual body mass converted to various units."}, "nri_score": {"title": "Nutritional Risk Index Score", "type": "number", "description": "Nutritional Risk Index Score."}, "malnutrition_risk": {"title": "Risk of Malnutrition", "allOf": [{"title": "MalnutritionRiskEnum", "enum": ["No risk", "Mild risk", "Moderate risk", "Severe risk"], "type": "string", "description": "An enumeration."}], "description": "Risk of malnutrition."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/d86164cd-7eda-4348-a673-c12971282bd9/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Total Body Water Using the Watson Equation | Description
This endpoint will calculate the Total Body Water for adults using the Watson et al. equation. Calculation uses sex, age, body mass and body length.
Evidence
PMID: 6986753 / DOI: 10.1093/ajcn/33.1.27
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/d86164cd-7eda-4348-a673-c12971282bd9/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Total Body Water Using the Watson Equation | Description
This endpoint will calculate the Total Body Water for adults using the Watson et al. equation. Calculation uses sex, age, body mass and body length.
Evidence
PMID: 6986753 / DOI: 10.1093/ajcn/33.1.27
| 200 | null | {"sex": "male", "age": 60, "mass": {"kg": 75, "lb": 165.3466966386582, "st": 11.810478331332726, "lb_oz": {"lb": 165, "oz": 5.547146218530997}, "st_lb": {"st": 11, "lb": 11.34669663865817}}, "length": {"cm": 175, "m": 1.75, "in": 68.8976377952756, "ft": 5.741469816272965, "ft_in": {"ft": 5, "in": 8.897637795275582}, "m_cm": {"m": 1, "cm": 75}}, "total_body_water": {"dL": 407.474, "L": 40.7474, "pt": 86.11459429006733, "qt": 43.057297145033665}} | {"title": "TotalBodyWaterOut", "required": ["sex", "age", "mass", "length", "total_body_water"], "type": "object", "properties": {"sex": {"title": "Sex", "allOf": [{"title": "UnitSex", "enum": ["male", "female"], "type": "string", "description": "An enumeration."}], "description": "Biological sex."}, "age": {"title": "Age in years.", "minimum": 0, "type": "number", "description": "Age in years."}, "mass": {"title": "Body Mass", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Body mass converted to various units."}, "length": {"title": "Body Length", "allOf": [{"title": "LengthOutHuman", "type": "object", "properties": {"cm": {"title": "Cemtimetre", "minimum": 0, "type": "number"}, "m": {"title": "Metre", "minimum": 0, "type": "number"}, "in": {"title": "Inch", "minimum": 0, "type": "number"}, "ft": {"title": "Foot", "minimum": 0, "type": "number"}, "ft_in": {"title": "Foot and inch", "allOf": [{"title": "FtIn", "type": "object", "properties": {"ft": {"title": "Foot", "type": "number"}, "in": {"title": "Inch", "type": "number"}}}]}, "m_cm": {"title": "Metre and centimetre", "allOf": [{"title": "MCm", "type": "object", "properties": {"m": {"title": "Metre", "type": "number"}, "cm": {"title": "Centimetre", "type": "number"}}}]}}}], "description": "Body length converted to various units."}, "total_body_water": {"title": "Total Body Water", "allOf": [{"title": "dLLPtQt", "type": "object", "properties": {"dL": {"title": "Decilitre", "type": "number"}, "L": {"title": "Litre", "type": "number"}, "pt": {"title": "Pint (US)", "type": "number"}, "qt": {"title": "Quart (US)", "type": "number"}}}], "description": "Total body water converted to various units."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/1d95d4ad-2af8-41d4-af73-5c60eec24475/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Child-Pugh Score for Cirrhosis Mortality | Description
This endpoint will return a Child-Pugh Score for Cirrhosis Mortality when provided with the following criteria: Total Serum Bilirubin, Serum Albumin, International Normalised Ratio or equivalent Prothrombin Time, Ascites grade and Encephalopathy grade range.
Evidence
PMID: 4950264
PMID: 15777564 / DOI: 10.1016/j.jhep.2004.11.015
PMID: 4541913 / DOI: 10.1002/bjs.1800600817
| 200 | null | {"bilirubin": {"level_1": true, "level_2": false, "level_3": false}, "albumin": {"level_1": false, "level_2": true, "level_3": false}, "inr": {"level_1": false, "level_2": false, "level_3": true}, "ascites": {"level_1": false, "level_2": true, "level_3": false}, "encephalopathy": {"level_1": false, "level_2": false, "level_3": true}, "child_pugh_score": 11, "child_pugh_class": "Child-Pugh C"} | {"title": "ChildPughOut", "required": ["bilirubin", "albumin", "inr", "ascites", "encephalopathy", "child_pugh_score", "child_pugh_class"], "type": "object", "properties": {"bilirubin": {"title": "Total serum bilirubin", "allOf": [{"title": "BilirubinIn", "type": "object", "properties": {"level_1": {"title": "<2 mg/dL (<34.2 \u00b5mol/L)", "type": "boolean", "description": "'<2 mg/dL (<34.2 \u00b5mol/L)'. Defaults to 'False'.", "default": false}, "level_2": {"title": "2-3 mg/dL (34.2-51.3 \u00b5mol/L)", "type": "boolean", "description": "'2-3 mg/dL (34.2-51.3 \u00b5mol/L)'. Defaults to 'False'.", "default": false}, "level_3": {"title": ">3 mg/dL (>51.3 \u00b5mol/L)", "type": "boolean", "description": "'>3 mg/dL (>51.3 \u00b5mol/L)'. Defaults to 'False'.", "default": false}}}], "description": "Total serum bilirubin concentration."}, "albumin": {"title": "Serum albumin concentration", "allOf": [{"title": "AlbuminIn", "type": "object", "properties": {"level_1": {"title": ">3.5 g/dL (>35 g/L)", "type": "boolean", "description": "'>3.5 g/dL (>35 g/L)'. Defaults to 'False'.", "default": false}, "level_2": {"title": "2.8-3.5 g/dL (28-35 g/L)", "type": "boolean", "description": "'2.8-3.5 g/dL (28-35 g/L)'. Defaults to 'False'.", "default": false}, "level_3": {"title": "<2.8 g/dL (<28 g/L)", "type": "boolean", "description": "'<2.8 g/dL (<28 g/L)'. Defaults to 'False'.", "default": false}}}], "description": "Serum albumin concentration."}, "inr": {"title": "INR or equivalent prothrombin time", "allOf": [{"title": "InrIn", "type": "object", "properties": {"level_1": {"title": "<1.7", "type": "boolean", "description": "'<1.7'. Equivalent to Prothrombin Time <4 seconds. Defaults to 'False'.", "default": false}, "level_2": {"title": "1.7-2.2", "type": "boolean", "description": "'1.7-2.2'. Equivalent to Prothrombin Time 4-6 seconds. Defaults to 'False'.", "default": false}, "level_3": {"title": ">2.2", "type": "boolean", "description": "'>2.2'. Equivalent to Prothrombin Time >6 seconds. Defaults to 'False'.", "default": false}}}], "description": "International Normalised Ratio (INR) or equivalent prothrombin time as JSON object."}, "ascites": {"title": "Ascites grade", "allOf": [{"title": "AscitesIn", "type": "object", "properties": {"level_1": {"title": "Abscent", "type": "boolean", "description": "'Abscent'. Defaults to 'False'.", "default": false}, "level_2": {"title": "Slight", "type": "boolean", "description": "'Slight'. Defaults to 'False'.", "default": false}, "level_3": {"title": "Moderate", "type": "boolean", "description": "'Moderate'. Defaults to 'False'.", "default": false}}}], "description": "Ascites grade."}, "encephalopathy": {"title": "Encephalopathy grade", "allOf": [{"title": "EncephalopathyIn", "type": "object", "properties": {"level_1": {"title": "No Encephalopathy", "type": "boolean", "description": "'No Encephalopathy'. Defaults to 'False'.", "default": false}, "level_2": {"title": "Grade 1-2", "type": "boolean", "description": "'Grade 1-2'. Defaults to 'False'.", "default": false}, "level_3": {"title": "Grade 3-4", "type": "boolean", "description": "'Grade 3-4'. Defaults to 'False'.", "default": false}}}], "description": "Encephalopathy grade range."}, "child_pugh_score": {"title": "Child-Pugh Score", "maximum": 15, "minimum": 5, "type": "integer", "description": "Child-Pugh Score for Cirrhosis Mortality."}, "child_pugh_class": {"title": "Child-Pugh Class", "allOf": [{"title": "ChildPughClassEnum", "enum": ["Child-Pugh A", "Child-Pugh B", "Child-Pugh C"], "type": "string", "description": "An enumeration."}], "description": "Child-Pugh Class."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/1d95d4ad-2af8-41d4-af73-5c60eec24475/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Child-Pugh Score for Cirrhosis Mortality | Description
This endpoint will return a Child-Pugh Score for Cirrhosis Mortality when provided with the following criteria: Total Serum Bilirubin, Serum Albumin, International Normalised Ratio or equivalent Prothrombin Time, Ascites grade and Encephalopathy grade range.
Evidence
PMID: 4950264
PMID: 15777564 / DOI: 10.1016/j.jhep.2004.11.015
PMID: 4541913 / DOI: 10.1002/bjs.1800600817
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/ff745dac-72fd-49a3-87e4-82cf2475bb6c/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Transtubular Potassium Gradient | Description
This endpoint will calculate the Transtubular Potassium Gradient from serum potassium concentration, urine potassium concentration, serum osmolarity and urine osmolarity.
Evidence
PMID: 2321642 / DOI: 10.1016/s0272-6386(12)80076-x
PMID: 18216310 / DOI: 10.1681/ASN.2007091017
| 200 | null | {"serum_potassium": 4.2, "urine_potassium": 40, "serum_osmolarity": 290, "urine_osmolarity": 626, "ttkg": 4.411988437547543} | {"title": "TtkgOut", "required": ["serum_potassium", "urine_potassium", "serum_osmolarity", "urine_osmolarity", "ttkg"], "type": "object", "properties": {"serum_potassium": {"title": "Serum Potassium Concentration in mmol/L or mEq/L", "exclusiveMinimum": 0, "type": "number", "description": "Serum potassium concentration [K+] in mmol/L or mEq/L."}, "urine_potassium": {"title": "Urine Potassium Concentration in mmol/L or mEq/L", "exclusiveMinimum": 0, "type": "number", "description": "Urine potassium concentration [K+] in mmol/L or mEq/L."}, "serum_osmolarity": {"title": "Serum Osmolarity in mmol/L or mOsm/L", "exclusiveMinimum": 0, "type": "number", "description": "Serum osmolarity in mmol/L or mOsm/L."}, "urine_osmolarity": {"title": "Urine Osmolarity in mmol/L or mOsm/L", "exclusiveMinimum": 0, "type": "number", "description": "Urine osmolarity in mmol/L or mOsm/L."}, "ttkg": {"title": "Transtubular Potassium Gradient (TTKG)", "type": "number", "description": "Transtubular Potassium Gradient (TTKG)."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/ff745dac-72fd-49a3-87e4-82cf2475bb6c/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Transtubular Potassium Gradient | Description
This endpoint will calculate the Transtubular Potassium Gradient from serum potassium concentration, urine potassium concentration, serum osmolarity and urine osmolarity.
Evidence
PMID: 2321642 / DOI: 10.1016/s0272-6386(12)80076-x
PMID: 18216310 / DOI: 10.1681/ASN.2007091017
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/b7f5dbfa-4df6-47fe-963c-4e0908a6264c/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Fractional Excretion of Urea (FEUrea) | Description
This endpoint will calculate the Fractional Excretion of Urea (FEUrea) of an individual from the individual's serum urea concentration, serum creatinine concentration, urine urea concentration and urine creatinine concentration.
Evidence
PMID: 1415365 / DOI: 10.1159/000168417
PMID: 12427149 / DOI: 10.1046/j.1523-1755.2002.00683.x
PMID: 21794161 / DOI: 10.1186/cc10327
| 200 | null | {"serum_urea": {"mass_concentration": {"mg/dL": 11}, "molar_concentration": {"umol/L": 3928.5714285714275, "mmol/L": 3.9285714285714284}}, "serum_creatinine": {"mass_concentration": {"mg/dL": 0.79184}, "molar_concentration": {"umol/L": 70}}, "urine_urea": {"mass_concentration": {"mg/dL": 410}, "molar_concentration": {"umol/L": 146428.5714285714, "mmol/L": 146.42857142857142}}, "urine_creatinine": {"mass_concentration": {"mg/dL": 149.99712}, "molar_concentration": {"umol/L": 13260, "mmol/L": 13.26}}, "fractional_excretion_urea": 19.676402029343212} | {"title": "FeureaOut", "required": ["serum_urea", "serum_creatinine", "urine_urea", "urine_creatinine", "fractional_excretion_urea"], "type": "object", "properties": {"serum_urea": {"title": "Serum urea concentration", "allOf": [{"title": "ConcentrationUreaOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDl", "required": ["mg/dL"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}}}, "molar_concentration": {"title": "UmolLMmolL", "required": ["umol/L", "mmol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}, "mmol/L": {"title": "Mmol/L", "type": "number"}}}}}], "description": "Serum urea concentration in several common units."}, "serum_creatinine": {"title": "Serum creatinine concentration", "allOf": [{"title": "ConcentrationCreatinineOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDl", "required": ["mg/dL"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}}}, "molar_concentration": {"title": "UmolL", "required": ["umol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}}}}}], "description": "Serum creatinine concentration in several common units."}, "urine_urea": {"title": "Urine urea concentration", "allOf": [{"title": "ConcentrationUreaOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDl", "required": ["mg/dL"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}}}, "molar_concentration": {"title": "UmolLMmolL", "required": ["umol/L", "mmol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}, "mmol/L": {"title": "Mmol/L", "type": "number"}}}}}], "description": "Urine urea concentration in several common units."}, "urine_creatinine": {"title": "Urine creatinine concentration", "allOf": [{"title": "ConcentrationUreaOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDl", "required": ["mg/dL"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}}}, "molar_concentration": {"title": "UmolLMmolL", "required": ["umol/L", "mmol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}, "mmol/L": {"title": "Mmol/L", "type": "number"}}}}}], "description": "Urine creatinine concentration in several common units."}, "fractional_excretion_urea": {"title": "Fractional excretion of urea (FEUrea) in %", "type": "number", "description": "Fractional excretion of urea in percent."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/b7f5dbfa-4df6-47fe-963c-4e0908a6264c/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Fractional Excretion of Urea (FEUrea) | Description
This endpoint will calculate the Fractional Excretion of Urea (FEUrea) of an individual from the individual's serum urea concentration, serum creatinine concentration, urine urea concentration and urine creatinine concentration.
Evidence
PMID: 1415365 / DOI: 10.1159/000168417
PMID: 12427149 / DOI: 10.1046/j.1523-1755.2002.00683.x
PMID: 21794161 / DOI: 10.1186/cc10327
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/d29be52c-e4dd-40b1-90f7-c2f991379c10/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Fractional Excretion of Sodium (FENa) | Description
This endpoint will calculate the Fractional Excretion of Sodium (FENa) of an individual from the individual's serum sodium concentration, serum creatinine concentration, urine sodium concentration and urine creatinine concentration.
Evidence
PMID: 947239 / DOI: 10.1001/jama.236.6.579
PMID: 666184 / DOI: 10.7326/0003-4819-89-1-47
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/d29be52c-e4dd-40b1-90f7-c2f991379c10/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Fractional Excretion of Sodium (FENa) | Description
This endpoint will calculate the Fractional Excretion of Sodium (FENa) of an individual from the individual's serum sodium concentration, serum creatinine concentration, urine sodium concentration and urine creatinine concentration.
Evidence
PMID: 947239 / DOI: 10.1001/jama.236.6.579
PMID: 666184 / DOI: 10.7326/0003-4819-89-1-47
| 200 | null | {"serum_sodium": 141, "serum_creatinine": {"mass_concentration": {"mg/dL": 0.9}, "molar_concentration": {"umol/L": 79.56152758132954}}, "urine_sodium": 155, "urine_creatinine": {"mass_concentration": {"mg/dL": 150}, "molar_concentration": {"umol/L": 13260.254596888257}}, "fractional_excretion_sodium": 0.6595744680851063} | {"title": "FenaOut", "required": ["serum_sodium", "serum_creatinine", "urine_sodium", "urine_creatinine", "fractional_excretion_sodium"], "type": "object", "properties": {"serum_sodium": {"title": "Serum sodium concentration in mmol/L or mEq/L", "minimum": 0, "type": "number", "description": "Serum sodium concentration [Na+] in mmol/L or mEq/L."}, "serum_creatinine": {"title": "Serum creatinine concentration", "allOf": [{"title": "ConcentrationCreatinineOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDl", "required": ["mg/dL"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}}}, "molar_concentration": {"title": "UmolL", "required": ["umol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}}}}}], "description": "Urine creatinine concentration in several common units."}, "urine_sodium": {"title": "Urine sodium concentration in mmol/L or mEq/L", "minimum": 0, "type": "number", "description": "Accepts urine sodium concentration [Na+] in mmol/L or mEq/L."}, "urine_creatinine": {"title": "Urine creatinine concentration", "allOf": [{"title": "ConcentrationCreatinineOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDl", "required": ["mg/dL"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}}}, "molar_concentration": {"title": "UmolL", "required": ["umol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}}}}}], "description": "Urine creatinine concentration in several common units."}, "fractional_excretion_sodium": {"title": "Fractional excretion of sodium (FENa) in %", "type": "number", "description": "Fractional excretion of sodium (FENa) in percent."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/a7ec55ef-ef2a-4746-bac8-fde410c7a9b7/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Adjusted Body Weight (ABW) | Description
This endpoint will return the Adjusted Body Weight based on length , body mass and sex.
Evidence
PMID: 6873144 / DOI: 10.1007/BF00542215
DOI: 10.1177/106002807400801104
Google Scholar
PMID: 6869387 / DOI: 10.1093/ajhp/40.6.1016
PMID: 6638023
PMID: 16105412 / DOI: 10.1381/0960892054621350
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/a7ec55ef-ef2a-4746-bac8-fde410c7a9b7/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Adjusted Body Weight (ABW) | Description
This endpoint will return the Adjusted Body Weight based on length , body mass and sex.
Evidence
PMID: 6873144 / DOI: 10.1007/BF00542215
DOI: 10.1177/106002807400801104
Google Scholar
PMID: 6869387 / DOI: 10.1093/ajhp/40.6.1016
PMID: 6638023
PMID: 16105412 / DOI: 10.1381/0960892054621350
| 200 | null | {"length": {"cm": 174, "m": 1.74, "in": 68.50393700787401, "ft": 5.708661417322834, "ft_in": {"ft": 5, "in": 8.503937007874011}, "m_cm": {"m": 1, "cm": 74}}, "mass": {"kg": 65, "lb": 143.30047042017043, "st": 10.23574788715503, "lb_oz": {"lb": 143, "oz": 4.807526722726834}, "st_lb": {"st": 10, "lb": 3.3004704201704236}}, "sex": "male", "abw": {"devine": {"kg": 67.73543307086614, "lb": 149.33106804875516, "st": 10.66650486062537, "lb_oz": {"lb": 149, "oz": 5.297088780082504}, "st_lb": {"st": 10, "lb": 9.331068048755178}}, "hamwi": {"kg": 68.5763779527559, "lb": 151.1850341590973, "st": 10.798931011364093, "lb_oz": {"lb": 151, "oz": 2.9605465455570084}, "st_lb": {"st": 10, "lb": 11.185034159097306}}, "robinson": {"kg": 66.89448818897637, "lb": 147.47710193841303, "st": 10.534078709886645, "lb_oz": {"lb": 147, "oz": 7.633631014608454}, "st_lb": {"st": 10, "lb": 7.477101938413025}}, "miller": {"kg": 66.91433070866142, "lb": 147.52084720618518, "st": 10.53720337187037, "lb_oz": {"lb": 147, "oz": 8.333555298962892}, "st_lb": {"st": 10, "lb": 7.520847206185191}}, "lemmens": {"kg": 65.96432, "lb": 145.42643210687163, "st": 10.387602293347973, "lb_oz": {"lb": 145, "oz": 6.822913709946079}, "st_lb": {"st": 10, "lb": 5.426432106871619}}}} | {"title": "AbwOut", "required": ["length", "mass", "sex", "abw"], "type": "object", "properties": {"length": {"title": "Body length", "allOf": [{"title": "LengthOutHuman", "type": "object", "properties": {"cm": {"title": "Cemtimetre", "minimum": 0, "type": "number"}, "m": {"title": "Metre", "minimum": 0, "type": "number"}, "in": {"title": "Inch", "minimum": 0, "type": "number"}, "ft": {"title": "Foot", "minimum": 0, "type": "number"}, "ft_in": {"title": "Foot and inch", "allOf": [{"title": "FtIn", "type": "object", "properties": {"ft": {"title": "Foot", "type": "number"}, "in": {"title": "Inch", "type": "number"}}}]}, "m_cm": {"title": "Metre and centimetre", "allOf": [{"title": "MCm", "type": "object", "properties": {"m": {"title": "Metre", "type": "number"}, "cm": {"title": "Centimetre", "type": "number"}}}]}}}], "description": "Body length converted to various units."}, "mass": {"title": "Actual body mass", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Actual body mass converted to various units."}, "sex": {"title": "Sex", "allOf": [{"title": "UnitSex", "enum": ["male", "female"], "type": "string", "description": "An enumeration."}], "description": "Biological sex."}, "abw": {"title": "Adjusted Body Weight", "allOf": [{"title": "Abw", "required": ["devine", "hamwi", "robinson", "miller", "lemmens"], "type": "object", "properties": {"devine": {"title": "ABW using IBW (BJ Devine Formula, 1974)", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Adjusted body weight, using IBW (BJ Devine Formula, 1974), converted to several common units."}, "hamwi": {"title": "ABW using IBW (GJ Hamwi Formula, 1964)", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Adjusted body weight, using IBW (GJ Hamwi Formula, 1964), converted to several common units."}, "robinson": {"title": "ABW using IBW (JD Robinson Formula, 1983)", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Adjusted body weight, using IBW (JD Robinson Formula, 1983), converted to several common units."}, "miller": {"title": "ABW using IBW (DR Miller Formula, 1983)", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Adjusted body weight, using IBW (DR Miller Formula, 1983), converted to several common units."}, "lemmens": {"title": "ABW using IBW (H Lemmens Formula, 2005)", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Adjusted body weight, using IBW (H Lemmens Formula, 2005), converted to several common units."}}}], "description": "Adjusted Body Weight (ABW) converted to various units."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/0d45e94c-e7a7-42c7-87a5-58fa488c69f6/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Risk of Kidney Failure in Patients with Chronic Kidney Disease | Description
This endpoint will calculate the 5-year risk of kidney failure in patients with chronic kidney disease (CKD) from the following criteria:
Biological sex
Age range
Estimated glomerular filtration rate (eGFR)
Urine albumin-to-creatinine ratio
Serum albumin concentration
Serum phosphorus concentration
Serum bicarbonate concentration
Serum calcium concentration
Evidence
PMID: 26757465 / DOI: 10.1001/jama.2015.18202
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/0d45e94c-e7a7-42c7-87a5-58fa488c69f6/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Risk of Kidney Failure in Patients with Chronic Kidney Disease | Description
This endpoint will calculate the 5-year risk of kidney failure in patients with chronic kidney disease (CKD) from the following criteria:
Biological sex
Age range
Estimated glomerular filtration rate (eGFR)
Urine albumin-to-creatinine ratio
Serum albumin concentration
Serum phosphorus concentration
Serum bicarbonate concentration
Serum calcium concentration
Evidence
PMID: 26757465 / DOI: 10.1001/jama.2015.18202
| 200 | null | {"sex": "male", "age_range": {"age_30": false, "age_30_39": false, "age_40_49": false, "age_50_59": false, "age_60_69": false, "age_70_79": true, "age_80_89": false, "age_90": false}, "egfr": {"egfr_10_14": false, "egfr_15_19": false, "egfr_20_24": false, "egfr_25_29": false, "egfr_30_34": false, "egfr_35_39": false, "egfr_40_44": true, "egfr_45_49": false, "egfr_50_54": false, "egfr_55_59": false}, "urine_alb_cre_ratio": {"alb_cre_ratio_30": false, "alb_cre_ratio_30_300": false, "alb_cre_ratio_300": true}, "serum_albumin": {"serum_alb_25": false, "serum_alb_26_30": true, "serum_alb_31_35": false, "serum_alb_36": false}, "serum_phosphorus": {"serum_phosphorus_35": false, "serum_phosphorus_35_45": false, "serum_phosphorus_46_55": true, "serum_phosphorus_55": false}, "serum_bicarbonate": {"serum_bicarbonate_18": false, "serum_bicarbonate_18_22": false, "serum_bicarbonate_23_25": false, "serum_bicarbonate_25": true}, "serum_calcium": {"serum_calcium_85": true, "serum_calcium_86_95": false, "serum_calcium_96": false}, "kidney_risk_failure_score": -29, "five_year_risk": "49.3%"} | {"title": "KidneyFailureRiskOut", "required": ["sex", "age_range", "egfr", "urine_alb_cre_ratio", "serum_albumin", "serum_phosphorus", "serum_bicarbonate", "serum_calcium", "kidney_risk_failure_score", "five_year_risk"], "type": "object", "properties": {"sex": {"title": "Sex", "allOf": [{"title": "UnitSex", "enum": ["male", "female"], "type": "string", "description": "An enumeration."}], "description": "Biological sex."}, "age_range": {"title": "Age range", "allOf": [{"title": "AgeRangeIn", "type": "object", "properties": {"age_30": {"title": "Age <30 years", "type": "boolean", "description": "'Age <30 years'.", "default": false}, "age_30_39": {"title": "Age 30-39 years", "type": "boolean", "description": "'Age 30-39 years'.", "default": false}, "age_40_49": {"title": "Age 40-49 years", "type": "boolean", "description": "'Age 40-49 years'.", "default": false}, "age_50_59": {"title": "Age 50-59 years", "type": "boolean", "description": "'Age 50-59 years'.", "default": false}, "age_60_69": {"title": "Age 60-69 years", "type": "boolean", "description": "'Age 60-69 years'.", "default": false}, "age_70_79": {"title": "Age 70-79 years", "type": "boolean", "description": "'Age 70-79 years'.", "default": false}, "age_80_89": {"title": "Age 80-89 years", "type": "boolean", "description": "'Age 80-89 years'.", "default": false}, "age_90": {"title": "Age \u226590 years", "type": "boolean", "description": "'Age \u226590 years'.", "default": false}}}], "description": "Age range."}, "egfr": {"title": "Estimated glomerular filtration rate (eGFR)", "allOf": [{"title": "EgfrIn", "type": "object", "properties": {"egfr_10_14": {"title": "eGFR 10-14 mL/min/1.73 m\u00b2", "type": "boolean", "description": "'eGFR 10-14 mL/min/1.73 m\u00b2'.", "default": false}, "egfr_15_19": {"title": "eGFR 15-19 mL/min/1.73 m\u00b2", "type": "boolean", "description": "'eGFR 15-19 mL/min/1.73 m\u00b2'.", "default": false}, "egfr_20_24": {"title": "eGFR 20-24 mL/min/1.73 m\u00b2", "type": "boolean", "description": "'eGFR 20-24 mL/min/1.73 m\u00b2'.", "default": false}, "egfr_25_29": {"title": "eGFR 25-29 mL/min/1.73 m\u00b2", "type": "boolean", "description": "'eGFR 25-29 mL/min/1.73 m\u00b2'.", "default": false}, "egfr_30_34": {"title": "eGFR 30-34 mL/min/1.73 m\u00b2", "type": "boolean", "description": "'eGFR 30-34 mL/min/1.73 m\u00b2'.", "default": false}, "egfr_35_39": {"title": "eGFR 35-39 mL/min/1.73 m\u00b2", "type": "boolean", "description": "'eGFR 35-39 mL/min/1.73 m\u00b2'.", "default": false}, "egfr_40_44": {"title": "eGFR 40-44 mL/min/1.73 m\u00b2", "type": "boolean", "description": "'eGFR 40-44 mL/min/1.73 m\u00b2'.", "default": false}, "egfr_45_49": {"title": "eGFR 45-49 mL/min/1.73 m\u00b2", "type": "boolean", "description": "'eGFR 45-49 mL/min/1.73 m\u00b2'.", "default": false}, "egfr_50_54": {"title": "eGFR 50-54 mL/min/1.73 m\u00b2", "type": "boolean", "description": "'eGFR 50-54 mL/min/1.73 m\u00b2'.", "default": false}, "egfr_55_59": {"title": "eGFR 55-59 mL/min/1.73 m\u00b2", "type": "boolean", "description": "'eGFR 55-59 mL/min/1.73 m\u00b2'.", "default": false}}}], "description": "Estimated glomerular filtration rate (eGFR)."}, "urine_alb_cre_ratio": {"title": "Urine albumin-to-creatinine ratio", "allOf": [{"title": "UrineAlbCreIn", "type": "object", "properties": {"alb_cre_ratio_30": {"title": "Urine albumin-to-creatinine ratio <30 mg/g", "type": "boolean", "description": "'Urine albumin-to-creatinine ratio <30 mg/g'.", "default": false}, "alb_cre_ratio_30_300": {"title": "Urine albumin-to-creatinine ratio 30-300 mg/g", "type": "boolean", "description": "'Urine albumin-to-creatinine ratio 30-300 mg/g'.", "default": false}, "alb_cre_ratio_300": {"title": "Urine albumin-to-creatinine ratio >300 mg/g", "type": "boolean", "description": "'Urine albumin-to-creatinine ratio >300 mg/g'.", "default": false}}}], "description": "Urine albumin-to-creatinine ratio."}, "serum_albumin": {"title": "Serum albumin", "allOf": [{"title": "SerumAlbIn", "type": "object", "properties": {"serum_alb_25": {"title": "Serum albumin \u22642.5 g/dL (25 g/L)", "type": "boolean", "description": "'Serum albumin \u22642.5 g/dL (25 g/L)'.", "default": false}, "serum_alb_26_30": {"title": "Serum albumin 2.6-3.0 g/dL (26-30 g/L)", "type": "boolean", "description": "'Serum albumin 2.6-3.0 g/dL (26-30 g/L)'.", "default": false}, "serum_alb_31_35": {"title": "Serum albumin 3.1-3.5 g/dL (31-35 g/L)", "type": "boolean", "description": "'Serum albumin 3.1-3.5 g/dL (31-35 g/L)'.", "default": false}, "serum_alb_36": {"title": "Serum albumin \u22653.6 g/dL (\u226536 g/L)", "type": "boolean", "description": "'Serum albumin \u22653.6 g/dL (\u226536 g/L)'.", "default": false}}}], "description": "Serum albumin concentration."}, "serum_phosphorus": {"title": "Serum phosphorus", "allOf": [{"title": "SerumPhosphorusIn", "type": "object", "properties": {"serum_phosphorus_35": {"title": "Serum phosphorus <3.5 mg/dL (<1.13 mmol/L)", "type": "boolean", "description": "'Serum phosphorus <3.5 mg/dL (<1.13 mmol/L)'.", "default": false}, "serum_phosphorus_35_45": {"title": "Serum phosphorus 3.5-4.5 mg/dL (1.13-1.45 mmol/L)", "type": "boolean", "description": "'Serum phosphorus 3.5-4.5 mg/dL (1.13-1.45 mmol/L)'.", "default": false}, "serum_phosphorus_46_55": {"title": "Serum phosphorus 4.6-5.5 mg/dL (1.49-1.78 mmol/L)", "type": "boolean", "description": "'Serum phosphorus 4.6-5.5 mg/dL (1.49-1.78 mmol/L)'.", "default": false}, "serum_phosphorus_55": {"title": "Serum phosphorus >5.5 mg/dL (>1.78 mmol/L)", "type": "boolean", "description": "'Serum phosphorus >5.5 mg/dL (>1.78 mmol/L)'.", "default": false}}}], "description": "Serum phosphorus concentration."}, "serum_bicarbonate": {"title": "Serum bicarbonate", "allOf": [{"title": "SerumCo3In", "type": "object", "properties": {"serum_bicarbonate_18": {"title": "Serum bicarbonate <18 mEq/L (<18 mmol/L)", "type": "boolean", "description": "'Serum bicarbonate <18 mEq/L (<18 mmol/L)'.", "default": false}, "serum_bicarbonate_18_22": {"title": "Serum bicarbonate 18-22 mEq/L (18-22 mmol/L)", "type": "boolean", "description": "'Serum bicarbonate 18-22 mEq/L (18-22 mmol/L)'.", "default": false}, "serum_bicarbonate_23_25": {"title": "Serum bicarbonate 23-25 mEq/L (23-25 mmol/L)", "type": "boolean", "description": "'Serum bicarbonate 23-25 mEq/L (23-25 mmol/L)'.", "default": false}, "serum_bicarbonate_25": {"title": "Serum bicarbonate >25 mEq/L (>25 mmol/L)", "type": "boolean", "description": "'Serum bicarbonate >25 mEq/L (>25 mmol/L)'.", "default": false}}}], "description": "Serum bicarbonate concentration."}, "serum_calcium": {"title": "Serum calcium", "allOf": [{"title": "SerumCalciumIn", "type": "object", "properties": {"serum_calcium_85": {"title": "Serum calcium \u22648.5 mg/dL (\u22642.12 mmol/L)", "type": "boolean", "description": "'Serum calcium \u22648.5 mg/dL (\u22642.12 mmol/L)'.", "default": false}, "serum_calcium_86_95": {"title": "Serum calcium 8.6-9.5 mg/dL (2.12-2.37 mmol/L)", "type": "boolean", "description": "'Serum calcium 8.6-9.5 mg/dL (2.12-2.37 mmol/L)'.", "default": false}, "serum_calcium_96": {"title": "Serum calcium \u22659.6 mg/dL (\u22642.4 mmol/L)", "type": "boolean", "description": "'Serum calcium \u22659.6 mg/dL (\u22642.4 mmol/L)'.", "default": false}}}], "description": "Serum calcium concentration."}, "kidney_risk_failure_score": {"title": "Kidney Failure Risk Score", "type": "integer", "description": "Kidney Failure Risk Score."}, "five_year_risk": {"title": "5-year risk of kidney failure", "allOf": [{"title": "FiveYearRiskEnum", "enum": [">90.0%", "89.0%", "86.9%", "84.1%", "81.0%", "74.4%", "70.9%", "67.3%", "63.6%", "59.9%", "56.3%", "52.8%", "49.3%", "45.9%", "42.7%", "39.6%", "36.6%", "33.8%", "31.2%", "28.7%", "26.4%", "24.2%", "22.2%", "20.3%", "18.6%", "17.0%", "15.5%", "14.1%", "12.9%", "11.7%", "10.7%", "9.7%", "8.8%", "8.0%", "7.3%", "6.6%", "6.0%", "5.5%", "<5.0%"], "type": "string", "description": "An enumeration."}], "description": "5-year risk of kidney failure."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/8df088e0-d254-430a-9640-09e7b8912e9d/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Pediatric Ins and Outs | Description
This endpoint will calculate the Paediatric Ins and Outs (fluid status in volume per weight & volume per weight per time, for a paediatric individual based on the individual's body mass, fluid volume to administered and period of time over which this is administered.
Evidence
PMID: 23055905 / DOI: 10.5863/1551-6776-14.4.204
| 200 | null | {"mass": {"kg": 30, "lb": 66.13867865546327, "st": 4.724191332533091, "lb_oz": {"lb": 66, "oz": 2.2188584874122625}, "st_lb": {"st": 4, "lb": 10.138678655463275}}, "volume": {"mL": 500}, "time": {"min": 360, "hour": 6}, "volume_mass": {"mL/kg": 16.666666666666668, "mL/lb": 7.559872833333334}, "volume_mass_hour": {"mL/kg/hour": 2.777777777777778, "mL/lb/hour": 1.2599788055555556}} | {"title": "PaedIOOut", "required": ["mass", "volume", "time", "volume_mass", "volume_mass_hour"], "type": "object", "properties": {"mass": {"title": "Body mass", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Body mass converted to various units."}, "volume": {"title": "Fluid volume to be calculated", "allOf": [{"title": "MlCl", "type": "object", "properties": {"mL": {"title": "Millilitre", "type": "number"}}}], "description": "Fluid volume to be calculated converted to various units."}, "time": {"title": "Period of time to administer fluids", "allOf": [{"title": "MinHour", "type": "object", "properties": {"min": {"title": "Minute", "type": "number"}, "hour": {"title": "Hour", "type": "number"}}}], "description": "Period of time to administer fluids converted to various units."}, "volume_mass": {"title": "Volume of fluid per unit body mass", "allOf": [{"title": "VolumeWeightOut", "required": ["mL/kg", "mL/lb"], "type": "object", "properties": {"mL/kg": {"title": "Volume per unit body mass in ml/kg", "type": "number", "description": "Volume per unit body mass in ml/kg."}, "mL/lb": {"title": "Volume per unit body mass in ml/lb", "type": "number", "description": "Volume per unit body mass in ml/lb."}}}], "description": "Volume of fluid per unit body mass in various units."}, "volume_mass_hour": {"title": "Volume of fluid per unit body mass per hour", "allOf": [{"title": "VolumeWeightHourOut", "required": ["mL/kg/hour", "mL/lb/hour"], "type": "object", "properties": {"mL/kg/hour": {"title": "Volume per body mass per hour in ml/kg/hour", "type": "number", "description": "Volume per body mass per hour in ml/kg."}, "mL/lb/hour": {"title": "Volume per body mass per hour in ml/lb/hour", "type": "number", "description": "Volume per body mass per hour in ml/lb."}}}], "description": "Volume of fluid per unit body mass per hour in various units."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/8df088e0-d254-430a-9640-09e7b8912e9d/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Pediatric Ins and Outs | Description
This endpoint will calculate the Paediatric Ins and Outs (fluid status in volume per weight & volume per weight per time, for a paediatric individual based on the individual's body mass, fluid volume to administered and period of time over which this is administered.
Evidence
PMID: 23055905 / DOI: 10.5863/1551-6776-14.4.204
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/0ac497fe-1454-452e-939f-87d57100188b/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Body Mass Index (BMI) | Description
This endpoint will calculate the Body Mass Index (BMI) and the CDC weight status of an individual based on their body mass and height.
Evidence
CDC Overweight & Obesity
PMID: 4030199
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/0ac497fe-1454-452e-939f-87d57100188b/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Body Mass Index (BMI) | Description
This endpoint will calculate the Body Mass Index (BMI) and the CDC weight status of an individual based on their body mass and height.
Evidence
CDC Overweight & Obesity
PMID: 4030199
| 200 | null | {"mass": {"kg": 65, "lb": 143.30047042017043, "st": 10.23574788715503, "lb_oz": {"lb": 143, "oz": 4.807526722726834}, "st_lb": {"st": 10, "lb": 3.3004704201704236}}, "length": {"cm": 175, "m": 1.75, "in": 68.8976377952756, "ft": 5.741469816272965, "ft_in": {"ft": 5, "in": 8.897637795275582}, "m_cm": {"m": 1, "cm": 75}}, "bmi": {"value": 21.224489795918366, "weight_status": "Normal weight"}} | {"title": "BmiOutAll", "required": ["mass", "length", "bmi"], "type": "object", "properties": {"mass": {"title": "Body mass", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Body mass converted to various units."}, "length": {"title": "Body length", "allOf": [{"title": "LengthOutHuman", "type": "object", "properties": {"cm": {"title": "Cemtimetre", "minimum": 0, "type": "number"}, "m": {"title": "Metre", "minimum": 0, "type": "number"}, "in": {"title": "Inch", "minimum": 0, "type": "number"}, "ft": {"title": "Foot", "minimum": 0, "type": "number"}, "ft_in": {"title": "Foot and inch", "allOf": [{"title": "FtIn", "type": "object", "properties": {"ft": {"title": "Foot", "type": "number"}, "in": {"title": "Inch", "type": "number"}}}]}, "m_cm": {"title": "Metre and centimetre", "allOf": [{"title": "MCm", "type": "object", "properties": {"m": {"title": "Metre", "type": "number"}, "cm": {"title": "Centimetre", "type": "number"}}}]}}}], "description": "Body length converted to various units."}, "bmi": {"title": "Body Mass Index and weight status", "allOf": [{"title": "BmiOut", "type": "object", "properties": {"value": {"title": "Body Mass Index", "type": "number", "description": "Body Mass Index (BMI)."}, "weight_status": {"title": "Weight status", "allOf": [{"title": "WeightStatusEnum", "enum": ["Underweight", "Normal weight", "Obese, Class 1", "Obese, Class 2", "Obese, Class 3"], "type": "string", "description": "An enumeration."}], "description": "Weight status."}}}], "description": "Body Mass Index (BMI) and weight status."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/83d7bc0a-d548-48fe-8082-a20d6863e446/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Estimated Urinary Protein Excretion | Description
This endpoint will calculate the Estimated urinary protein excretion and urinary protein/creatinine ratio from the urine protein concentration and urine creatinine concentration.
Evidence
PMID: 6656849 / DOI: 10.1056/NEJM198312223092503
PMID: 16020501 / DOI: 10.1373/clinchem.2005.049742
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/83d7bc0a-d548-48fe-8082-a20d6863e446/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Estimated Urinary Protein Excretion | Description
This endpoint will calculate the Estimated urinary protein excretion and urinary protein/creatinine ratio from the urine protein concentration and urine creatinine concentration.
Evidence
PMID: 6656849 / DOI: 10.1056/NEJM198312223092503
PMID: 16020501 / DOI: 10.1373/clinchem.2005.049742
| 200 | null | {"urine_protein": {"mass_concentration": {"mg/dL": 20, "g/dL": 0.02, "g/L": 0.2}}, "urine_creatinine": {"mass_concentration": {"mg/dL": 150}, "molar_concentration": {"umol/L": 13260.254596888257}}, "urine_protein_creatinine_ratio": 133.33333333333334, "urine_protein_excretion": 0.13333333333333333} | {"title": "UrinaryProteinExcretionOut", "required": ["urine_protein", "urine_creatinine", "urine_protein_creatinine_ratio", "urine_protein_excretion"], "type": "object", "properties": {"urine_protein": {"title": "Urine protein concentration", "allOf": [{"title": "ConcentrationProteinOut", "required": ["mass_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDlGDlGL", "required": ["mg/dL", "g/dL", "g/L"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}, "g/dL": {"title": "G/Dl", "type": "number"}, "g/L": {"title": "G/L", "type": "number"}}}}}], "description": "Urine protein concentration."}, "urine_creatinine": {"title": "Urine creatinine concentration", "allOf": [{"title": "ConcentrationCreatinineOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDl", "required": ["mg/dL"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}}}, "molar_concentration": {"title": "UmolL", "required": ["umol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}}}}}], "description": "Urine creatinine concentration."}, "urine_protein_creatinine_ratio": {"title": "Urine Protein/Creatinine Ratio in mg/g", "type": "number", "description": "Urine protein/creatinine ratio in mg/g."}, "urine_protein_excretion": {"title": "Estimated 24-hour Urinary Protein Excretion in g/day", "type": "number", "description": "Estimated 24-hour urinary protein excretion in g/day."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/9fbeadea-2e4d-466b-a717-96c3c3fc4daf/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Recommended Fluid Rate to Correct Hyponatraemia or Hypernatraemia | Description
This endpoint will calculates the recommended fluid rate to correct hyponatraemia or hypernatraemia using the individual's sex, age category, body mass, current serum sodium concentration, the concentration of the desired fluid and the intended rate of sodium correction.
Evidence
PMID: 10824078 / DOI: 10.1056/NEJM200005253422107
| 200 | null | {"sex": "male", "age_category": {"child": false, "adult": true, "elderly": false}, "mass": {"kg": 70, "lb": 154.3235835294143, "st": 11.023113109243878, "lb_oz": {"lb": 154, "oz": 5.177336470628688}, "st_lb": {"st": 11, "lb": 0.3235835294142966}}, "sodium": 130, "fluid_sodium": 513, "rate_sodium_correction": 0.5, "fluid_rate": 56.13577023498694} | {"title": "SodiumCorrectionDysnatraemiaOut", "required": ["sex", "age_category", "mass", "sodium", "fluid_sodium", "rate_sodium_correction", "fluid_rate"], "type": "object", "properties": {"sex": {"title": "Sex", "allOf": [{"title": "UnitSex", "enum": ["male", "female"], "type": "string", "description": "An enumeration."}], "description": "Biological sex."}, "age_category": {"title": "Age category", "allOf": [{"title": "AgeCategoryIn", "type": "object", "properties": {"child": {"title": "Child", "type": "boolean", "description": "'Child'.", "default": false}, "adult": {"title": "Adult", "type": "boolean", "description": "'Adult'.", "default": false}, "elderly": {"title": "Elderly", "type": "boolean", "description": "'Elderly'.", "default": false}}}], "description": "Age category."}, "mass": {"title": "Body mass", "allOf": [{"title": "MassOutHuman", "type": "object", "properties": {"kg": {"title": "Kilogram", "minimum": 0, "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "minimum": 0, "type": "number"}, "st": {"title": "Stone", "minimum": 0, "type": "number"}, "lb_oz": {"title": "Pound and ounce", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}]}, "st_lb": {"title": "Stone and pound", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}]}}}], "description": "Body mass converted to various units."}, "sodium": {"title": "Serum sodium concentration in mmol/L or mEq/L", "minimum": 0, "type": "number", "description": "Serum sodium concentration [Na+] in mmol/L or mEq/L."}, "fluid_sodium": {"title": "Sodium concentration of fluid in mmol/L.", "minimum": 0, "type": "number", "description": "Sodium concentration of fluid in mmol/L."}, "rate_sodium_correction": {"title": "Rate of sodium correction in mmol/L/hour", "exclusiveMinimum": 0, "type": "number", "description": "Rate of sodium correction in mmol/L/hour (To avoid central pontine myelinolysis, sodium should not be corrected faster than 0.5 mmol/L/hr unless patient is seriously symptomatic)."}, "fluid_rate": {"title": "Fluid rate in mL/hour", "type": "number", "description": "Fluid rate in mL/hour."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/9fbeadea-2e4d-466b-a717-96c3c3fc4daf/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Recommended Fluid Rate to Correct Hyponatraemia or Hypernatraemia | Description
This endpoint will calculates the recommended fluid rate to correct hyponatraemia or hypernatraemia using the individual's sex, age category, body mass, current serum sodium concentration, the concentration of the desired fluid and the intended rate of sodium correction.
Evidence
PMID: 10824078 / DOI: 10.1056/NEJM200005253422107
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/6c87f243-d4a8-42cd-9dd4-ca87f2fe3b25/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Expected Metabolic Acidosis Compensation (Winters' Formula) | Description
This endpoint will return the the Expected Metabolic Acidosis (pCO₂) Compensation as calculated by Winters' Formula when provided serum bicarbonate [HCO₃-].
Evidence
PMID: 6016545 / DOI: 10.7326/0003-4819-66-2-312
PMID: 5775132
| 200 | null | {"bicarbonate": 28, "expected_pco2": {"upper_range": 52, "lower_range": 48}} | {"title": "WintersMetabolicAcidosisOut", "required": ["bicarbonate", "expected_pco2"], "type": "object", "properties": {"bicarbonate": {"title": "Serum bicarbonate concentration in mmol/L or mEq/L", "minimum": 0, "type": "number", "description": "Serum bicarbonate [HCO\u2083-] concentration in mmol/L or mEq/L."}, "expected_pco2": {"title": "Expected pCO\u2082", "allOf": [{"title": "ExpectedPCo2", "required": ["upper_range", "lower_range"], "type": "object", "properties": {"upper_range": {"title": "Upper Range of Expected pCO\u2082 in mmHg", "type": "number", "description": "Upper range of expected pCO\u2082 in mmHg."}, "lower_range": {"title": "Lower Range of Expected pCO\u2082 in mmHg", "type": "number", "description": "Lower range of expected pCO\u2082 in mmHg."}}}], "description": "Expected pCO\u2082."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/6c87f243-d4a8-42cd-9dd4-ca87f2fe3b25/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Expected Metabolic Acidosis Compensation (Winters' Formula) | Description
This endpoint will return the the Expected Metabolic Acidosis (pCO₂) Compensation as calculated by Winters' Formula when provided serum bicarbonate [HCO₃-].
Evidence
PMID: 6016545 / DOI: 10.7326/0003-4819-66-2-312
PMID: 5775132
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/752f4edb-0319-427b-93ce-2cd79d19c7d6/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Sheiner-Tozer Corrected Blood Phenytoin Concentration | Description
This endpoint will calculate the corrected blood phenytoin concentration using the Shiner-Tozer formula based on an individual's measured serum phenytoin concentration, serum albumin concentration and whether creatinine clearance rate is below 20 mL/min.
Evidence
PMID: 599408 / DOI: 10.1007/BF01059685
Google Books
Google Books
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/752f4edb-0319-427b-93ce-2cd79d19c7d6/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Sheiner-Tozer Corrected Blood Phenytoin Concentration | Description
This endpoint will calculate the corrected blood phenytoin concentration using the Shiner-Tozer formula based on an individual's measured serum phenytoin concentration, serum albumin concentration and whether creatinine clearance rate is below 20 mL/min.
Evidence
PMID: 599408 / DOI: 10.1007/BF01059685
Google Books
Google Books
| 200 | null | {"phenytoin": {"mass_concentration": {"ug/mL": 10.00999424}, "molar_concentration": {"umol/L": 39.68}}, "albumin": {"mass_concentration": {"mg/dL": 3500, "g/dL": 3.5, "g/L": 35}}, "crcl_low": false, "corrected_phenytoin": {"mass_concentration": {"ug/mL": 9.421171049411763}, "molar_concentration": {"umol/L": 37.34588235294117}}} | {"title": "SheinerTozerOut", "required": ["phenytoin", "albumin", "crcl_low", "corrected_phenytoin"], "type": "object", "properties": {"phenytoin": {"title": "Serum phenytoin concentration", "allOf": [{"title": "PhenytoinOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "Mass concentration", "allOf": [{"title": "UgMl", "required": ["ug/mL"], "type": "object", "properties": {"ug/mL": {"title": "Ug/Ml", "type": "number"}}}], "description": "Mass concentration."}, "molar_concentration": {"title": "Molar concentration", "allOf": [{"title": "UmolL", "required": ["umol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}}}], "description": "Molar concentration."}}}], "description": "Serum phenytoin concentration."}, "albumin": {"title": "Serum albumin concentration", "allOf": [{"title": "ConcentrationAlbuminOut", "required": ["mass_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "MgDlGDlGL", "required": ["mg/dL", "g/dL", "g/L"], "type": "object", "properties": {"mg/dL": {"title": "Mg/Dl", "type": "number"}, "g/dL": {"title": "G/Dl", "type": "number"}, "g/L": {"title": "G/L", "type": "number"}}}}}], "description": "Serum albumin concentration expressed in various units."}, "crcl_low": {"title": "Creatinine clearance <20 mL/min", "type": "boolean", "description": "'Creatinine clearance <20 mL/min'."}, "corrected_phenytoin": {"title": "Corrected phenytoin concentration", "allOf": [{"title": "PhenytoinOut", "required": ["mass_concentration", "molar_concentration"], "type": "object", "properties": {"mass_concentration": {"title": "Mass concentration", "allOf": [{"title": "UgMl", "required": ["ug/mL"], "type": "object", "properties": {"ug/mL": {"title": "Ug/Ml", "type": "number"}}}], "description": "Mass concentration."}, "molar_concentration": {"title": "Molar concentration", "allOf": [{"title": "UmolL", "required": ["umol/L"], "type": "object", "properties": {"umol/L": {"title": "Umol/L", "type": "number"}}}], "description": "Molar concentration."}}}], "description": "Corrected phenytoin concentration in various units."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/0561b7a9-5038-4b4f-8542-65310da338ac/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | American Academy of Pediatrics (AAP) Paediatric Hypertension Categories | Description
This endpoint will provide the paediatric hypertension category from the American Academy of Pediatrics' guidelines when provided with sex, age, body length, systolic blood pressure and diastolic blood pressure.
Evidence
PMID: 28827377 / DOI: 10.1542/peds.2017-1904
| 200 | null | {"age": 3, "sex": "male", "length": {"cm": 100, "m": 1, "in": 39.37007874015748, "ft": 3.280839895013123, "ft_in": {"ft": 3, "in": 3.370078740157476}, "m_cm": {"m": 1, "cm": 0}}, "systolic_blood_pressure": 104, "diastolic_blood_pressure": 57, "whole_age": 3, "blood_pressure_category": "Elevated Blood Pressure"} | {"title": "AapPaediatricHtnOut", "required": ["age", "sex", "length", "systolic_blood_pressure", "diastolic_blood_pressure", "whole_age", "blood_pressure_category"], "type": "object", "properties": {"age": {"title": "Age in years", "exclusiveMaximum": 17.5, "minimum": 0, "type": "number", "description": "Age expressed in years."}, "sex": {"title": "Sex", "allOf": [{"title": "UnitSex", "enum": ["male", "female"], "type": "string", "description": "An enumeration."}], "description": "Biological sex."}, "length": {"title": "Body Length", "allOf": [{"title": "LengthOutHuman", "type": "object", "properties": {"cm": {"title": "Cemtimetre", "minimum": 0, "type": "number"}, "m": {"title": "Metre", "minimum": 0, "type": "number"}, "in": {"title": "Inch", "minimum": 0, "type": "number"}, "ft": {"title": "Foot", "minimum": 0, "type": "number"}, "ft_in": {"title": "Foot and inch", "allOf": [{"title": "FtIn", "type": "object", "properties": {"ft": {"title": "Foot", "type": "number"}, "in": {"title": "Inch", "type": "number"}}}]}, "m_cm": {"title": "Metre and centimetre", "allOf": [{"title": "MCm", "type": "object", "properties": {"m": {"title": "Metre", "type": "number"}, "cm": {"title": "Centimetre", "type": "number"}}}]}}}], "description": "Body length converted to various units."}, "systolic_blood_pressure": {"title": "Systolic blood pressure in mmHg", "minimum": 0, "type": "number", "description": "Systolic blood pressure in mmHg."}, "diastolic_blood_pressure": {"title": "Diastolic blood pressure in mmHg", "minimum": 0, "type": "number", "description": "Diastolic blood pressure in mmHg."}, "whole_age": {"title": "Age in years rounded to nearest whole number", "maximum": 17, "minimum": 0, "type": "integer", "description": "Age in years rounded to nearest whole number."}, "blood_pressure_category": {"title": "AAP paediatric blood pressure category", "allOf": [{"title": "UnitBloodPressureCategory", "enum": ["Normal Blood Pressure", "Elevated Blood Pressure", "Stage 1 Hypertension", "Stage 2 Hypertension"], "type": "string", "description": "An enumeration."}], "description": "AAP paediatric blood pressure category."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/0561b7a9-5038-4b4f-8542-65310da338ac/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | American Academy of Pediatrics (AAP) Paediatric Hypertension Categories | Description
This endpoint will provide the paediatric hypertension category from the American Academy of Pediatrics' guidelines when provided with sex, age, body length, systolic blood pressure and diastolic blood pressure.
Evidence
PMID: 28827377 / DOI: 10.1542/peds.2017-1904
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/5a6456d6-adc8-44cb-ad1f-31c65f4d0a7a/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Urine Anion Gap | Description
This endpoint will return the Urine Anion Gap when provided with urine sodium concentration [Na+], urine potassium concentration [K-], urine chlorine concentration [Cl-].
Evidence
PMID: 3752165 / DOI: 10.1097/00000441-198610000-00003
PMID: 8546137 / DOI: 10.1016/s0272-6386(96)90029-3
| 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/5a6456d6-adc8-44cb-ad1f-31c65f4d0a7a/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Urine Anion Gap | Description
This endpoint will return the Urine Anion Gap when provided with urine sodium concentration [Na+], urine potassium concentration [K-], urine chlorine concentration [Cl-].
Evidence
PMID: 3752165 / DOI: 10.1097/00000441-198610000-00003
PMID: 8546137 / DOI: 10.1016/s0272-6386(96)90029-3
| 200 | null | {"sodium": 140, "potassium": 30, "chloride": 90, "urine_anion_gap": 80} | {"title": "UrineAnionGapOut", "required": ["sodium", "chloride", "urine_anion_gap"], "type": "object", "properties": {"sodium": {"title": "Urine sodium concentration in mmol/L or mEq/L", "minimum": 0, "type": "number", "description": "Urine sodium concentration [Na+] in mmol/L or mEq/L."}, "potassium": {"title": "Urine potassium concentration in mmol/L or mEq/L", "minimum": 0, "type": "number", "description": "Urine potassium concentration [K+] in mmol/L or mEq/L.", "default": 0}, "chloride": {"title": "Urine chloride concentration in mmol/L or mEq/L", "minimum": 0, "type": "number", "description": "Urine chloride concentration [Cl-] in mmol/L or mEq/L."}, "urine_anion_gap": {"title": "Urine Anion Gap in mEq/L or mmol/L", "type": "number", "description": "Urine Anion Gap in mEq/L or mmol/L."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/2b8e0624-8592-4bfb-83bc-7312a44ece8a/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Convert Different Units of Mass | Description
This endpoint will convert mass expressed in one or more common unit types to several other common unit types. Pound and ounce are avoirdupois.
JSON Bodies
Request
At least one unit\value objects can be added to the array. If more than one unit\value objects (differing unit types are allowed) are added then these will then be summed and converted.
This is useful when for example combining 'lb' and 'oz'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/2b8e0624-8592-4bfb-83bc-7312a44ece8a/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Convert Different Units of Mass | Description
This endpoint will convert mass expressed in one or more common unit types to several other common unit types. Pound and ounce are avoirdupois.
JSON Bodies
Request
At least one unit\value objects can be added to the array. If more than one unit\value objects (differing unit types are allowed) are added then these will then be summed and converted.
This is useful when for example combining 'lb' and 'oz'. | 200 | null | {"pg": 65000000000000000, "ng": 65000000000000, "ug": 65000000000, "mg": 65000000, "g": 65000, "kg": 65, "oz": 2292.807526722727, "lb": 143.30047042017043, "st": 10.23574788715503, "lb_oz": {"lb": 143, "oz": 4.807526722726834}, "st_lb": {"st": 10, "lb": 3.3004704201704236}} | {"title": "MassOut", "required": ["pg", "ng", "ug", "mg", "g", "kg", "oz", "lb", "st", "lb_oz", "st_lb"], "type": "object", "properties": {"pg": {"title": "Picogram", "type": "number", "description": "Mass in picogram."}, "ng": {"title": "Nanogram", "type": "number", "description": "Mass in nanogram."}, "ug": {"title": "Microgram", "type": "number", "description": "Mass in microgram."}, "mg": {"title": "Milligram", "type": "number", "description": "Mass in milligram."}, "g": {"title": "Gram", "type": "number", "description": "Mass in gram."}, "kg": {"title": "Kilogram", "type": "number", "description": "Mass in kilogram."}, "oz": {"title": "Ounce (avoirdupois)", "type": "number", "description": "Mass in avoirdupois pound."}, "lb": {"title": "Pound (avoirdupois)", "type": "number", "description": "Mass in avoirdupois ounce."}, "st": {"title": "Stone", "type": "number", "description": "Mass in stone."}, "lb_oz": {"title": "Pound and ounce (avoirdupois)", "allOf": [{"title": "LbOz", "type": "object", "properties": {"lb": {"title": "Pound (avoirdupois)", "type": "number"}, "oz": {"title": "Ounc (avoirdupois)", "type": "number"}}}], "description": "Mass divided into avoirdupois pound and avoirdupois ounce."}, "st_lb": {"title": "Stone and pound (avoirdupois)", "allOf": [{"title": "StLb", "type": "object", "properties": {"st": {"title": "Stone", "type": "number"}, "lb": {"title": "Pound (avoirdupois)", "type": "number"}}}], "description": "Mass divided into stone and avoirdupois pound."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/84b3788d-f8a4-4089-98f0-5b7c9d7c9196/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Convert Different Units of Length | Description
This endpoint will convert length expressed in one or more common unit types to several other common unit types.
JSON Bodies
Request body
At least one unit\value objects can be added to the array. If more than one unit\value objects (differing unit types are allowed) are added then these will then be summed and converted.
This is useful when for example combining 'ft' and 'in'. | 200 | null | {"mm": 1750, "cm": 175, "m": 1.75, "km": 0.00175, "in": 68.8976377952756, "ft": 5.741469816272965, "ft_in": {"ft": 5, "in": 8.897637795275582}, "m_cm": {"m": 1, "cm": 75}} | {"title": "LengthOut", "required": ["mm", "cm", "m", "km", "in", "ft", "ft_in", "m_cm"], "type": "object", "properties": {"mm": {"title": "Millimetre", "type": "number", "description": "Length in millimetre."}, "cm": {"title": "Centiimetre", "type": "number", "description": "Length in centimetre."}, "m": {"title": "Metre", "type": "number", "description": "Length in metre."}, "km": {"title": "Kilometre", "type": "number", "description": "Length in kilometre."}, "in": {"title": "Inch", "type": "number", "description": "Length in inch."}, "ft": {"title": "Foot", "type": "number", "description": "Length in foot."}, "ft_in": {"title": "Foot and inch", "allOf": [{"title": "FtIn", "type": "object", "properties": {"ft": {"title": "Foot", "type": "number"}, "in": {"title": "Inch", "type": "number"}}}], "description": "Length divided into foot and inch."}, "m_cm": {"title": "Metre and centimetre", "allOf": [{"title": "MCm", "type": "object", "properties": {"m": {"title": "Metre", "type": "number"}, "cm": {"title": "Centimetre", "type": "number"}}}], "description": "Length divided into metre and centimetre."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/84b3788d-f8a4-4089-98f0-5b7c9d7c9196/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Convert Different Units of Length | Description
This endpoint will convert length expressed in one or more common unit types to several other common unit types.
JSON Bodies
Request body
At least one unit\value objects can be added to the array. If more than one unit\value objects (differing unit types are allowed) are added then these will then be summed and converted.
This is useful when for example combining 'ft' and 'in'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/cbd62171-514b-4a5b-8e9b-731d5e2983b7/0/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Convert Different Units of Volume | Description
This endpoint will convert volume expressed in one or more common unit types to several other common unit types.
JSON Bodies
Request
At least one unit\value objects can be added to the array. If more than one unit\value objects (differing unit types are allowed) are added then these will then be summed and converted.
This is useful when for example combining 'mL' and 'L'. | 200 | null | {"nL": 1000000000, "uL": 1000000, "mL": 1000, "cL": 100, "dL": 10, "L": 1, "floz": 33.814022701843, "cup": 4.226752837730375, "pt": 2.1133764188651876, "qt": 1.0566882094325938, "gal": 0.26417205235814845} | {"title": "VolumeOut", "required": ["nL", "uL", "mL", "cL", "dL", "L", "floz", "cup", "pt", "qt", "gal"], "type": "object", "properties": {"nL": {"title": "Nanolitre", "type": "number", "description": "Volume in nanolitre."}, "uL": {"title": "Microlitre", "type": "number", "description": "Volume in microlitre."}, "mL": {"title": "Millilitre", "type": "number", "description": "Volume in millilitre."}, "cL": {"title": "Centilitre", "type": "number", "description": "Volume in centilitre."}, "dL": {"title": "Decilitre", "type": "number", "description": "Volume in decilitre."}, "L": {"title": "Litre", "type": "number", "description": "Volume in litre."}, "floz": {"title": "Fluid ounce (US)", "type": "number", "description": "Volume in US fluid ounce."}, "cup": {"title": "Cup (US)", "type": "number", "description": "Volume in US cup."}, "pt": {"title": "Pint (US)", "type": "number", "description": "Volume in US pint."}, "qt": {"title": "Quart (US)", "type": "number", "description": "Volume in US quart."}, "gal": {"title": "Gallon (US liquid)", "type": "number", "description": "Volume in US liquid gallon."}}} |
5c1cc338-c1a7-4508-806d-2251b263e8b0/cbd62171-514b-4a5b-8e9b-731d5e2983b7/1/0 | MedAPI | A collection of medical calculators, scores and algorithms. | null | Convert Different Units of Volume | Description
This endpoint will convert volume expressed in one or more common unit types to several other common unit types.
JSON Bodies
Request
At least one unit\value objects can be added to the array. If more than one unit\value objects (differing unit types are allowed) are added then these will then be summed and converted.
This is useful when for example combining 'mL' and 'L'. | 422 | null | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"title": "HTTPValidationError", "type": "object", "properties": {"detail": {"title": "Detail", "type": "array", "items": {"title": "ValidationError", "required": ["loc", "msg", "type"], "type": "object", "properties": {"loc": {"title": "Location", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "integer"}]}}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}}}}} |
83a9b0be-0a22-4b7d-bdfd-90213e363f30/fade650e-e963-4f63-9864-dc44e1d61cfd/0/0 | Cocktails | The cocktail API with over 300 Cocktails! Get Cocktail and the ingredients. Get a random one or search! | 8.8 | Random | Get a random cocktail with all ingredients | 200 | Response | {"success": true, "body": [{"name": "traditional hot toddy", "ingredients": ["1 cup water ", "2 tablespoons honey ", "6 tablespoons bourbon whiskey ", "1 wedge lemon ", "1 (2 inch) piece cinnamon stick ", "1 thin slice lemon "]}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "body": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "ingredients": {"type": "array", "items": {"type": "string"}}}, "required": ["ingredients", "name"]}}}, "required": ["body", "success"]} |
4f12747a-58d0-471a-b428-f275590a258f/3c1ce964-03ed-44cd-bb51-028eab0d38bd/0/0 | diet api | An api showing all the diet realeted food and recipies also | 7.5 | Get Diet Food from Specific Source | Get Diet Food from Specific Source with images | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
4f12747a-58d0-471a-b428-f275590a258f/c771ae80-e95c-4e54-95ce-d7a3f3ce44cc/0/0 | diet api | An api showing all the diet realeted food and recipies also | 7.5 | Get All Diet Food Details | Get All Diet Food Details with images | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
9b7f445d-bae0-43c2-ae2a-85a66b9b1e33/064f289f-d519-4e90-a3e9-1a98f98ffc16/0/0 | Calories Daily Calculator | Get the necessary daily calories, according to age, weight and height | 7.3 | Calculate Calories | Calculate Calories | 200 | New Example | {"daily_needs": 2759.5} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"daily_needs": {"type": "number"}}, "required": ["daily_needs"]} |
a61435b6-4aed-49b3-821a-6fe8b367d630/e5614c2f-112a-43d4-857b-5d2f9249b9b6/0/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Converts kilocalories to kilojoules | kilocalories to kilojoules | 200 | Response | {"kjoule": 418.4} | {"properties": {"kjoule": {"type": "number"}}, "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/e5614c2f-112a-43d4-857b-5d2f9249b9b6/1/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Converts kilocalories to kilojoules | kilocalories to kilojoules | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "Detail", "type": "array"}}, "title": "HTTPValidationError", "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/d0bf29c9-db50-4011-a92a-24d62581251f/0/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Convert sodium (g) to salt (g) | Convert sodium in gram to salt im gram | 200 | Response | {"salt": 25} | {"properties": {"salt": {"type": "integer"}}, "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/d0bf29c9-db50-4011-a92a-24d62581251f/1/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Convert sodium (g) to salt (g) | Convert sodium in gram to salt im gram | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "Detail", "type": "array"}}, "title": "HTTPValidationError", "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/a702ab8d-14e0-4afa-aee7-9a8b404c2c48/0/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Convert salt (g) to sodium (g) | Convert salt in gram to sodium in gram | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "Detail", "type": "array"}}, "title": "HTTPValidationError", "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/a702ab8d-14e0-4afa-aee7-9a8b404c2c48/1/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Convert salt (g) to sodium (g) | Convert salt in gram to sodium in gram | 200 | Response | {"sodium": 4} | {"properties": {"sodium": {"type": "integer"}}, "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/3906ca3d-c47e-4ce6-83f4-7ac3d157f1c7/0/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Nutri-Score calculation of food | Nutri Score for food | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "Detail", "type": "array"}}, "title": "HTTPValidationError", "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/3906ca3d-c47e-4ce6-83f4-7ac3d157f1c7/1/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Nutri-Score calculation of food | Nutri Score for food | 200 | Response | {"final_score": -4, "negative_points": {"energy": 1, "sat_fat": 0, "sodium": 0, "sugar": 0}, "negative_points_sum": 1, "nutri_score_color": "Dark green", "nutri_score_letter": "A", "nutri_score_logo": "https://upload.wikimedia.org/wikipedia/commons/7/7d/Nutri-score-A.svg", "positive_points": {"fiber": 0, "fruit_veg_ratio": 0, "protein": 5}, "positive_points_sum": 5} | {"properties": {"final_score": {"type": "integer"}, "negative_points": {"properties": {"energy": {"type": "integer"}, "sat_fat": {"type": "integer"}, "sodium": {"type": "integer"}, "sugar": {"type": "integer"}}, "type": "object"}, "negative_points_sum": {"type": "integer"}, "nutri_score_color": {"type": "string"}, "nutri_score_letter": {"type": "string"}, "nutri_score_logo": {"type": "string"}, "positive_points": {"properties": {"fiber": {"type": "integer"}, "fruit_veg_ratio": {"type": "integer"}, "protein": {"type": "integer"}}, "type": "object"}, "positive_points_sum": {"type": "integer"}}, "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/0969b51e-3b8c-4008-84cf-b5fc280843ca/0/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Convert kilojoules to kilocalories | Convert kilojoules to kilocalories | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "Detail", "type": "array"}}, "title": "HTTPValidationError", "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/0969b51e-3b8c-4008-84cf-b5fc280843ca/1/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Convert kilojoules to kilocalories | Convert kilojoules to kilocalories | 200 | Response | {"kcal": 12.345} | {"properties": {"kcal": {"type": "number"}}, "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/9c0b8a41-ec00-4f4e-9894-039f2ab27fe5/0/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Nutri-Score calculation of added fats | Nutri-Score calculation of added fats (special case) | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "Detail", "type": "array"}}, "title": "HTTPValidationError", "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/9c0b8a41-ec00-4f4e-9894-039f2ab27fe5/1/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Nutri-Score calculation of added fats | Nutri-Score calculation of added fats (special case) | 200 | Response | {"final_score": 5, "negative_points": {"energy": 10, "sat_fat": 0, "sodium": 0, "sugar": 0}, "negative_points_sum": 10, "nutri_score_color": "Light orange", "nutri_score_letter": "C", "nutri_score_logo": "https://upload.wikimedia.org/wikipedia/commons/b/b5/Nutri-score-C.svg", "positive_points": {"fiber": 0, "fruit_veg_ratio": 0, "protein": 5}, "positive_points_sum": 5} | {"properties": {"final_score": {"type": "integer"}, "negative_points": {"properties": {"energy": {"type": "integer"}, "sat_fat": {"type": "integer"}, "sodium": {"type": "integer"}, "sugar": {"type": "integer"}}, "type": "object"}, "negative_points_sum": {"type": "integer"}, "nutri_score_color": {"type": "string"}, "nutri_score_letter": {"type": "string"}, "nutri_score_logo": {"type": "string"}, "positive_points": {"properties": {"fiber": {"type": "integer"}, "fruit_veg_ratio": {"type": "integer"}, "protein": {"type": "integer"}}, "type": "object"}, "positive_points_sum": {"type": "integer"}}, "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/94887f9f-12f2-4ac4-bc74-063101fddd61/0/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Nutri-Score calculation of beverages | Nutri Score of beverages (special case) | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "Detail", "type": "array"}}, "title": "HTTPValidationError", "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/94887f9f-12f2-4ac4-bc74-063101fddd61/1/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Nutri-Score calculation of beverages | Nutri Score of beverages (special case) | 200 | Response | {"final_score": 5, "negative_points": {"energy": 10, "sat_fat": 0, "sodium": 0, "sugar": 0}, "negative_points_sum": 10, "nutri_score_color": "Light orange", "nutri_score_letter": "C", "nutri_score_logo": "https://upload.wikimedia.org/wikipedia/commons/b/b5/Nutri-score-C.svg", "positive_points": {"fiber": 0, "fruit_veg_ratio": 0, "protein": 5}, "positive_points_sum": 5} | {"properties": {"final_score": {"type": "integer"}, "negative_points": {"properties": {"energy": {"type": "integer"}, "sat_fat": {"type": "integer"}, "sodium": {"type": "integer"}, "sugar": {"type": "integer"}}, "type": "object"}, "negative_points_sum": {"type": "integer"}, "nutri_score_color": {"type": "string"}, "nutri_score_letter": {"type": "string"}, "nutri_score_logo": {"type": "string"}, "positive_points": {"properties": {"fiber": {"type": "integer"}, "fruit_veg_ratio": {"type": "integer"}, "protein": {"type": "integer"}}, "type": "object"}, "positive_points_sum": {"type": "integer"}}, "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/3028330b-eb0b-4552-b219-ed658f99635b/0/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Nutri-Score calculation of cheese | Nutri Score for cheese (special case) | 422 | Example_1 | {"detail": [{"loc": [], "msg": "", "type": ""}]} | {"properties": {"detail": {"items": {"properties": {"loc": {"items": {"type": "string"}, "title": "Location", "type": "array"}, "msg": {"title": "Message", "type": "string"}, "type": {"title": "Error Type", "type": "string"}}, "required": ["loc", "msg", "type"], "title": "ValidationError", "type": "object"}, "title": "Detail", "type": "array"}}, "title": "HTTPValidationError", "type": "object"} |
a61435b6-4aed-49b3-821a-6fe8b367d630/3028330b-eb0b-4552-b219-ed658f99635b/1/0 | Nutri Score | Nutri-Score calculation based on the given nutrition values ( energy, saturated fatty acid, sugars, salt, fibers, proteins and percentage of fruits, vegetables, pulse, nuts, and rapeseed, walnut and olive oils). | null | Nutri-Score calculation of cheese | Nutri Score for cheese (special case) | 200 | Response | {"final_score": -4, "negative_points": {"energy": 1, "sat_fat": 0, "sodium": 0, "sugar": 0}, "negative_points_sum": 1, "nutri_score_color": "Dark green", "nutri_score_letter": "A", "nutri_score_logo": "https://upload.wikimedia.org/wikipedia/commons/7/7d/Nutri-score-A.svg", "positive_points": {"fiber": 0, "fruit_veg_ratio": 0, "protein": 5}, "positive_points_sum": 5} | {"properties": {"final_score": {"type": "integer"}, "negative_points": {"properties": {"energy": {"type": "integer"}, "sat_fat": {"type": "integer"}, "sodium": {"type": "integer"}, "sugar": {"type": "integer"}}, "type": "object"}, "negative_points_sum": {"type": "integer"}, "nutri_score_color": {"type": "string"}, "nutri_score_letter": {"type": "string"}, "nutri_score_logo": {"type": "string"}, "positive_points": {"properties": {"fiber": {"type": "integer"}, "fruit_veg_ratio": {"type": "integer"}, "protein": {"type": "integer"}}, "type": "object"}, "positive_points_sum": {"type": "integer"}}, "type": "object"} |
47d3f11b-23fc-4aae-a72b-e13fbbaf24c9/b1f3d03b-92b0-4be3-861e-81eec6867550/0/0 | Nutrifai | Changing our food habits and how we track our health should be easy, as easy as taking a quick picture, speaking to the application and talking about what you had for lunch, or even writing about it and getting all the useful info and insights a person needs. | null | Get image results | Get the result of image processing. | 200 | No food found | {"id": "to5krr67", "processed": true, "status": false} | {"properties": {"foods": {"items": {"properties": {"center_point": {"properties": {"x": {"type": "string"}, "y": {"type": "string"}}, "type": "object"}, "confidence": {"type": "string"}, "name": {"type": "string"}, "nutritions": {"properties": {"calorie": {"type": "integer"}, "carbs": {"type": "number"}, "cholesterol": {"type": "integer"}, "fats": {"type": "number"}, "fibres": {"type": "integer"}, "proteins": {"type": "number"}}, "type": "object"}}, "type": "object"}, "type": "array"}, "id": {"type": "string"}, "processed": {"type": "boolean"}, "status": {"type": "boolean"}, "total": {"properties": {"calorie": {"type": "integer"}, "carbs": {"type": "number"}, "cholesterol": {"type": "integer"}, "fats": {"type": "number"}, "fibres": {"type": "integer"}, "proteins": {"type": "number"}}, "type": "object"}}, "type": "object"} |
47d3f11b-23fc-4aae-a72b-e13fbbaf24c9/b1f3d03b-92b0-4be3-861e-81eec6867550/0/1 | Nutrifai | Changing our food habits and how we track our health should be easy, as easy as taking a quick picture, speaking to the application and talking about what you had for lunch, or even writing about it and getting all the useful info and insights a person needs. | null | Get image results | Get the result of image processing. | 200 | Processing | {"id": "to5krr67", "processed": false, "status": false} | {"properties": {"foods": {"items": {"properties": {"center_point": {"properties": {"x": {"type": "string"}, "y": {"type": "string"}}, "type": "object"}, "confidence": {"type": "string"}, "name": {"type": "string"}, "nutritions": {"properties": {"calorie": {"type": "integer"}, "carbs": {"type": "number"}, "cholesterol": {"type": "integer"}, "fats": {"type": "number"}, "fibres": {"type": "integer"}, "proteins": {"type": "number"}}, "type": "object"}}, "type": "object"}, "type": "array"}, "id": {"type": "string"}, "processed": {"type": "boolean"}, "status": {"type": "boolean"}, "total": {"properties": {"calorie": {"type": "integer"}, "carbs": {"type": "number"}, "cholesterol": {"type": "integer"}, "fats": {"type": "number"}, "fibres": {"type": "integer"}, "proteins": {"type": "number"}}, "type": "object"}}, "type": "object"} |
47d3f11b-23fc-4aae-a72b-e13fbbaf24c9/b1f3d03b-92b0-4be3-861e-81eec6867550/0/2 | Nutrifai | Changing our food habits and how we track our health should be easy, as easy as taking a quick picture, speaking to the application and talking about what you had for lunch, or even writing about it and getting all the useful info and insights a person needs. | null | Get image results | Get the result of image processing. | 200 | Successfully Proccessed | {"foods": [{"center_point": {"x": "0.6585578918457031", "y": "0.29929251968860626"}, "confidence": "low", "name": "Strawberry", "nutritions": {"calorie": 32, "carbs": 7.68, "cholesterol": 0, "fats": 0.3, "fibres": 2, "proteins": 0.67}}, {"center_point": {"x": "0.5903993844985962", "y": "0.6594200134277344"}, "confidence": "low", "name": "Strawberry", "nutritions": {"calorie": 32, "carbs": 7.68, "cholesterol": 0, "fats": 0.3, "fibres": 2, "proteins": 0.67}}], "id": "to5krr67", "processed": true, "status": true, "total": {"calorie": 64, "carbs": 15.36, "cholesterol": 0, "fats": 0.6, "fibres": 4, "proteins": 1.34}} | {"properties": {"foods": {"items": {"properties": {"center_point": {"properties": {"x": {"type": "string"}, "y": {"type": "string"}}, "type": "object"}, "confidence": {"type": "string"}, "name": {"type": "string"}, "nutritions": {"properties": {"calorie": {"type": "integer"}, "carbs": {"type": "number"}, "cholesterol": {"type": "integer"}, "fats": {"type": "number"}, "fibres": {"type": "integer"}, "proteins": {"type": "number"}}, "type": "object"}}, "type": "object"}, "type": "array"}, "id": {"type": "string"}, "processed": {"type": "boolean"}, "status": {"type": "boolean"}, "total": {"properties": {"calorie": {"type": "integer"}, "carbs": {"type": "number"}, "cholesterol": {"type": "integer"}, "fats": {"type": "number"}, "fibres": {"type": "integer"}, "proteins": {"type": "number"}}, "type": "object"}}, "type": "object"} |
47d3f11b-23fc-4aae-a72b-e13fbbaf24c9/5f6abcb7-73c0-4a55-bb03-3dbd6666e9d0/0/0 | Nutrifai | Changing our food habits and how we track our health should be easy, as easy as taking a quick picture, speaking to the application and talking about what you had for lunch, or even writing about it and getting all the useful info and insights a person needs. | null | Upload speech | Upload speech to be processed. You can get the result by calling the GET endpoint. | 201 | Uploaded Successfully | {"id": "to5krr67"} | {"properties": {"id": {"type": "string"}}, "type": "object"} |
47d3f11b-23fc-4aae-a72b-e13fbbaf24c9/f4e3681d-3c20-4d5b-94a0-d68df82e2159/0/0 | Nutrifai | Changing our food habits and how we track our health should be easy, as easy as taking a quick picture, speaking to the application and talking about what you had for lunch, or even writing about it and getting all the useful info and insights a person needs. | null | Upload image for detection | Upload image to be processed for food detection. You can get the result by calling the GET endpoint. | 201 | Uploaded Successfully | {"id": "to5krr67"} | {"properties": {"id": {"type": "string"}}, "type": "object"} |
8cc3c847-7518-4ac1-8e79-23d7c047f517/66ff99f9-9e24-438d-a6e1-11b369c08f26/0/0 | Flavor Pairing | Provided a list of ingredients, this API returns ingredients that go well together. | 6.1 | Ingredients | Get a list of all the available ingredients | 200 | Response | [{"ingredient": "mackerel"}, {"ingredient": "mahi mahi"}, {"ingredient": "malt"}, {"ingredient": "mangoes"}, {"ingredient": "maple syrup"}, {"ingredient": "marjoram"}, {"ingredient": "mascarpone"}, {"ingredient": "mediterranean cuisines"}, {"ingredient": "melon/"}, {"ingredient": "melon"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"ingredient": {"type": "string"}}, "required": ["ingredient"]}} |
8cc3c847-7518-4ac1-8e79-23d7c047f517/085f76b2-7e8e-44bc-804b-1f81179777d0/0/0 | Flavor Pairing | Provided a list of ingredients, this API returns ingredients that go well together. | 6.1 | Pairings | This will return a JSON of the pairings.
Usage
pairing?ingredients=ingredient1,ingredient2,etc.
accepts only ingredients you can access from the endpoint /ingredients | 200 | Response | ["meats", "moroccan cuisine", "almonds", "vinegar", "soups", "vegetables", "italian cuisine", "thyme", "mediterranean cuisine", "anchovies", "salt", "fish", "middle eastern cuisine"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.