{"info":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","description":"<html><head></head><body><p>Welcome to the GIDEON API.</p>\n<p>This API is based on RESTful principles and provides access to the world's premier global infectious diseases database. It consists of two principle content modules, which are updated continually: Infectious Diseases, and Microbiology. The Infectious Diseases module encompasses 350+ infectious diseases, 230+ countries and 700+ anti-infective drugs and vaccines. Microbiology includes 2,000+ microbial taxa (Bacteria, Mycobacteria, Yeasts).</p>\n<p>GIDEON’s global data sources include essentially the entire world’s literature and adhere to the standards of Evidence Based Medicine. 22,000+ notes with 3+ million words of text outline the status of specific infections within each country. Also featured are 2,500+ images, 30,000+ graphs, 350+ interactive maps and 230,000+ linked references.</p>\n<p>Now with the availability of the GIDEON API, it provides API endpoints to make much of this data available to help researchers and developers access GIDEON data in realtime and build solutions based on GIDEON features and data.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"4012138","collectionId":"72978a27-85fc-4968-b32c-34c5847d46c5","publishedId":"2sBXwnss2Q","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-05-29T21:02:33.000Z"},"item":[{"name":"Authorization","item":[{"name":"/auth/login","event":[{"listen":"test","script":{"exec":["// Do not store real passwords or tokens in this collection; use Postman environments."],"type":"text/javascript","packages":{},"requests":{},"id":"fc43bb42-bfc9-40e6-9b29-ac7bf0584e3e"}}],"id":"36cc4e12-a72b-4daa-a76c-0d8d6c528a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"user@mydomain.com\",\n\t\"password\":\"password\"\n}"},"url":"https://api.gideononline.com/auth/login?email=Required&password=Required","description":"<p>This endpoint is used to authenticate an individual user. A succcessful login will return a unique token along with the following user information:</p>\n<ul>\n<li>user<ul>\n<li>user_id</li>\n<li>email</li>\n<li>first_name</li>\n<li>last_name</li>\n</ul>\n</li>\n<li>subscription<ul>\n<li>part_number</li>\n<li>expire_date</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["auth","login"],"host":["api","gideononline","com"],"query":[{"key":"email","value":"Required"},{"description":{"content":"<p>md5 hashed password</p>\n","type":"text/plain"},"key":"password","value":"Required"}],"variable":[]}},"response":[{"id":"bc15539b-a019-40fd-a5ff-4595a05b64d6","name":"/auth/login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"user@mydomain.com\",\n\t\"password\":\"password\"\n}"},"url":"https://api.gideononline.com/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Mar 2020 20:37:53 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"394"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"<your token>\",\n    \"user\": {\n        \"user_id\": 90741,\n        \"email\": \"myuser@mydomain.com\",\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\"\n    },\n    \"subscription\": {\n        \"part_number\": 10015,\n        \"expire_date\": \"2021-11-20\"\n    }\n}"}],"_postman_id":"36cc4e12-a72b-4daa-a76c-0d8d6c528a2d"},{"name":"/auth/institution/login/ip","id":"33fdfe56-1f01-4733-9336-eca4eac393f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"institution\": \"myinstitution\"\n}"},"url":"https://api.gideononline.com/auth/institution/login/ip?institution=Required","description":"<p>This endpoint is used to authenticate institution users that use IP address as a form of authentication. </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["auth","institution","login","ip"],"host":["api","gideononline","com"],"query":[{"key":"institution","value":"Required"}],"variable":[]}},"response":[{"id":"5c0e0aa3-011a-4972-b95b-b3eaf5aa950d","name":"/auth/institution/login/ip","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"institution\": \"myinstitution\"\n}"},"url":{"raw":"https://api.gideononline.com/auth/institution/login/ip?institution=Required","protocol":"https","host":["api","gideononline","com"],"path":["auth","institution","login","ip"],"query":[{"key":"institution","value":"Required"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Mar 2020 21:23:01 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"485"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"<your token>\",\n    \"institution\": {\n        \"institution_id\": \"myinstitution\",\n        \"logo_url\": \"https://www.mydomain.com/logo.jpg\",\n        \"caption\": \"Welcome to My Institution\",\n        \"link_url\": \"https://www.mydomain.com\",\n        \"alt_tag\": \"My Institution\"\n    }\n}"}],"_postman_id":"33fdfe56-1f01-4733-9336-eca4eac393f1"},{"name":"/auth/institution/login/token","id":"b48dfd11-ccf3-4da2-bba4-30fdc0382ecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.gideononline.com/auth/institution/login/token?institution=Required&token=Required","description":"<p>This endpoint is used to authenticate institution users that use the token method of authentication.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["auth","institution","login","token"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>String. Institution ID</p>\n","type":"text/plain"},"key":"institution","value":"Required"},{"description":{"content":"<p>String.</p>\n","type":"text/plain"},"key":"token","value":"Required"}],"variable":[]}},"response":[{"id":"13bf2f3b-f253-4cfb-bdc6-9d82a73d2910","name":"Institution token login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"ospToken\": \"mytoken\",\n\t\"institutionId\": \"myinstitution\"\n}"},"url":"https://api.gideononline.com/auth/institution/login/token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:08:38 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"OSP token is invalid.\"\n}"}],"_postman_id":"b48dfd11-ccf3-4da2-bba4-30fdc0382ecc"},{"name":"/auth/institution/login","id":"62b89702-13ae-4989-98e1-2250e5ed0d1e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.gideononline.com/auth/institution/login?institution=My Institution&username=My Username&password=My Password","description":"<p>This endpoint is used to authenticate institution users that use login-password method of authentication.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["auth","institution","login"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Institution ID (Required)</p>\n","type":"text/plain"},"key":"institution","value":"My Institution"},{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"key":"username","value":"My Username"},{"description":{"content":"<p>(Required)</p>\n","type":"text/plain"},"key":"password","value":"My Password"}],"variable":[]}},"response":[{"id":"00997b5e-fd79-47bf-a716-af94e5160eee","name":"Institution Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"institutionId\": myinstitution,\n\t\"userId\": \"myuser\",\n\t\"password\": \"mypassword\"\n}"},"url":"https://api.gideononline.com/auth/institution/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:08:28 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"45"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"User id or password is invalid.\"\n}"}],"_postman_id":"62b89702-13ae-4989-98e1-2250e5ed0d1e"},{"name":"Profile","id":"7d7f7ef1-acf3-4df8-9b54-8240b73b7fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/auth/profile","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["auth","profile"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d7f7ef1-acf3-4df8-9b54-8240b73b7fc7"}],"id":"18ffaa08-b67e-49c2-8c86-8d7cc60691b6","description":"<p>The collection of Authentication APIs lets you configure GIDEON as an authorization server to authenticate a user and return an access Token for authorizing access to the GIDEON APIs. All users (including institutions) being authenticated must first exist in the GIDEON database as registered users.</p>\n<p>To use the API Key method instead to authenticate your API requests, add to header</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"53a96862-3344-40a8-b8c3-df33e5f2b564"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a51e5fe7-b687-40f5-8537-ba3bb9ff8c72"}}],"_postman_id":"18ffaa08-b67e-49c2-8c86-8d7cc60691b6","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Diseases","item":[{"name":"/diseases","id":"d88ee0bd-fd78-4da8-8acd-4a612d941a40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases?return=Optional&search=Optional&limit=Optional&offset=Optional","description":"<p>Returns the list of all disease names along with their {disease_code} values. Most of the /diseases API endpoints require {disease_code}. </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>detailed | simple (default)</p>\n","type":"text/plain"},"key":"return","value":"Optional"},{"description":{"content":"<p>String. Prefix search</p>\n","type":"text/plain"},"key":"search","value":"Optional"},{"description":{"content":"<p>Numeric.  Specifies records per page</p>\n","type":"text/plain"},"key":"limit","value":"Optional"},{"description":{"content":"<p>Numeric. Specifies the starting record</p>\n","type":"text/plain"},"key":"offset","value":"Optional"}],"variable":[]}},"response":[{"id":"4e3d5424-51a8-492d-b15f-9675498a0b2f","name":"/diseases?return=detailed&search=m&limit=5&offset=20","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"{{api_key}}","type":"text","disabled":true}],"url":{"raw":"https://api.gideononline.com/diseases?return=detailed&search=m&limit=5&offset=20","protocol":"https","host":["api","gideononline","com"],"path":["diseases"],"query":[{"key":"return","value":"detailed"},{"key":"search","value":"m"},{"key":"limit","value":"5"},{"key":"offset","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 19:00:36 GMT"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Length","value":"35882"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json;charset=utf-8"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 10405,\n            \"disease\": \"Myalgic encephalomyelitis\",\n            \"agent_text\": \"UNKNOWN\",\n            \"reservoir_text\": \"Unknown\",\n            \"vehicle_text\": \"Unknown\",\n            \"vector_text\": \"None\",\n            \"incubation\": \"Unknown\",\n            \"clinical_note\": \"Myalgic encephalomyelitis/chronic fatigue syndrome is a chronic condition characterized by symptoms which include excessive fatigue and malaise which worsen following exertion, cognitive and immune dysfunction, pain, autonomic dysfunction and symptoms suggestive of neuroendocrine and immune disorders.\\r\\n\\r\\nAs of 2015, nine sets of clinical criteria had been published for definition of Myalgic encephalomyelitis / Chronic fatigue syndrome. {p 26075754} {p 26973437}\\r\\n\\r\\nThe CDC (The United States Centers for Disease Control) consensus definition of Chronic Fatigue Syndrome (currently Myalgic encephalomyelitis {p 21777306} {p 23685416} {p 23683713} ) requires the presence of two major criteria, in addition to at least six symptom criteria and at least two physical criteria (or the presence of eight symptom criteria, without need for physical criteria) as follows: {p 15699086} {p 15555147} {p 16443043} {p 19818157} {p 21029269} {p 23480562} {p 23576883} {p 23914329} {p 24511456} {p 24510231}\\r\\n\\r\\n<b>Major criteria</b>\\r\\n     A. New onset of persistent or relapsing, debilitating fatigue or fatigability without a history of similar illness.  Fatigue does not resolve with bed rest, and reduces daily activity by at least 50% for at least 6 months.\\r\\n     B. Exclusion of other disorders through history, physical examination and laboratory studies.\\r\\n\\r\\n<b>Minor criteria</b>\\r\\n - A. Symptoms.\\r\\n    1.  Mild fever or chills\\r\\n    2.  Sore throat\\r\\n    3.  Painful cervical or axillary adenopathy\\r\\n    4.  Myalgia\\r\\n    5.  Muscle weakness\\r\\n    6.  Migratory arthralgia\\r\\n    7.  Prolonged fatigue not meeting major criteria\\r\\n    8.  Generalized headaches\\r\\n    9.  Neuropsychological complaints (photophobia), scotomata, forgetfulness, irritability, confusion, problems in thinking or concentration {p 20047703} {p 20403509} {p 21255911} , depression)\\r\\n    10. Sleep disturbances \\r\\n    11. Description of the initial symptom complex as developing over a period of hours to days.\\r\\n\\r\\n - B. Physical criteria.\\r\\n    1. Low grade fever\\r\\n    2. Nonexudative pharyngitis\\r\\n    3. Cervical or axillary lymphadenopathy (nodes may be tender, and are usually no larger than 2 cm).\\r\\n\\r\\nSome authorities suggest that several features (cognitive impairment, muscle weakness, circulatory disturbances, marked variability of symptoms, and post-exertional malaise) are present in Myalgic encephalomyelitis, but not in Chronic fatigue syndrome. {p 24734022}\\r\\n\\r\\n<b>Alternative case definition</b> {p 30205585}\\r\\n\\r\\nMyalgic encephalomyelitis (ME) is a multi-systemic illness, characterized by four mandatory elements: \\r\\n - (1) muscle fatigability/post-exertional muscle weakness lasting for days\\r\\n - (2) operational criteria for \\\"neurological disturbance, especially of cognitive, autonomic and sensory functions\\\"\\r\\n - (3) fluctuation of symptoms\\r\\n - (4) a prolonged relapsing course\\r\\n\\r\\n<b>Additional elements</b>\\r\\n - often has a sudden onset, in most cases a respiratory and/or gastro-intestinal infection, but a gradual or more dramatic onset is also possible\\r\\n-  has an epidemic and an endemic form\\r\\n - has an unique clinical pattern deviating from other post-viral states\\r\\n - is distinguished by muscle fatigability/prolonged muscle weakness after trivial exertion\\r\\n - is accompanied by symptoms relating to neurological disturbance, especially of cognitive, autonomic, and sensory functions\\r\\n - can be accompanied by symptoms associated with cardiac and other systems\\r\\n - is characterized by fluctuation of symptoms (within and between \\\"episodes\\\")\\r\\n - has a prolonged relapsing course\\r\\n - has a tendency to become chronic.\\r\\n\\r\\n - Affected children present with low levels of school attendance, malaise, fatigue, anxiety, sleep disturbances, functional disability and pain. {p 18192312} {p 24146285} {p 28674681}\\r\\n - Three phenotypes of Chronic Fatigue Syndrome are described in children: musculoskeletal, migraine and \\\"sore throat.\\\" {p 19843509}\\r\\n\\r\\n - Patients with disease onset above age 50 years present with relatively high rates of fatigue, depression and autonomic dysfunction. {p 23397955}\\r\\n\\r\\n - Additional findings described in Chronic fatigue syndrome have included sleep disorders {p 26877195} , generalized hyperalgesia {p 20077123} {p 21793823} , impaired cardiac function {p 21793948} , intracranial hypertension {p 24475346} , migraine headache {p 21375763} and postural orthostatic tachycardia. {p 18805903} {p 23206180}\\r\\n\\r\\n - Patients suspected of suffering from \\\"Chronic Lyme disease\\\" are often found to have Chronic Fatigue Syndrome. {p 22301822} {p 26082507}\\r\\n - Myalgic encephalomyelitis and multiple sclerosis may share some overlapping symptoms. {p 29430570}\",\n            \"clinical_hints\": \" - Unexplained depression, fatigue, cognitive disorders and sleep disturbance\\r\\n - Recurrent bouts of pharyngitis and adenopathy\\r\\n - Rheumatological symptoms and fever persist more than six months\",\n            \"adult_therapy\": \"Supportive; ? immune modulators (experimental)\",\n            \"pediatric_therapy\": \"As for adult\",\n            \"diagnostic_tests\": \"y\",\n            \"agents\": [\n                {\n                    \"agent_code\": 1013,\n                    \"agent\": \"Unknown\"\n                }\n            ],\n            \"reservoirs\": [\n                {\n                    \"reservoir_code\": \"U\",\n                    \"reservoir\": \"Unknown\"\n                }\n            ],\n            \"vehicles\": [\n                {\n                    \"vehicle_code\": \"U\",\n                    \"vehicle\": \"Unknown\"\n                }\n            ],\n            \"vectors\": [\n                {\n                    \"vector_code\": \"U\",\n                    \"vector\": \"Unknown\"\n                }\n            ],\n            \"pathogens\": [],\n            \"vaccines\": [],\n            \"icd9\": [\n                \"780.71\"\n            ],\n            \"icd10\": [\n                \"G93.3\"\n            ],\n            \"therapy_references\": [],\n            \"clinical_references\": [\n                {\n                    \"reference_number\": \"p 26075754\",\n                    \"citation\": \"Ann Intern Med 2015 Jun 16;162(12):834-40.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/26075754\"\n                },\n                {\n                    \"reference_number\": \"p 26973437\",\n                    \"citation\": \"Popul Health Metr 2016  ;14:5.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/26973437\"\n                },\n                {\n                    \"reference_number\": \"p 21777306\",\n                    \"citation\": \"J Intern Med 2011 Oct ;270(4):327-38.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/21777306\"\n                },\n                {\n                    \"reference_number\": \"p 23685416\",\n                    \"citation\": \"Neuro Endocrinol Lett 2013  ;34(3):185-99.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/23685416\"\n                },\n                {\n                    \"reference_number\": \"p 23683713\",\n                    \"citation\": \"Ann Epidemiol 2013 Jun ;23(6):371-6.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/23683713\"\n                },\n                {\n                    \"reference_number\": \"p 15699086\",\n                    \"citation\": \"Occup Med (Lond) 2005 Jan ;55(1):13-9.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/15699086\"\n                },\n                {\n                    \"reference_number\": \"p 15555147\",\n                    \"citation\": \"Clin Evid 2003 Dec ;(10):1289-303.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/15555147\"\n                },\n                {\n                    \"reference_number\": \"p 16443043\",\n                    \"citation\": \"Lancet 2006 Jan 28;367(9507):346-55.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/16443043\"\n                },\n                {\n                    \"reference_number\": \"p 19818157\",\n                    \"citation\": \"BMC Med 2009 Oct 12;7:57.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/19818157\"\n                },\n                {\n                    \"reference_number\": \"p 21029269\",\n                    \"citation\": \"J Eval Clin Pract 2012 Feb ;18(1):25-31.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/21029269\"\n                },\n                {\n                    \"reference_number\": \"p 23480562\",\n                    \"citation\": \"Expert Opin Med Diagn 2013 May ;7(3):221-5.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/23480562\"\n                },\n                {\n                    \"reference_number\": \"p 23576883\",\n                    \"citation\": \"Clin Epidemiol 2013  ;5:105-10.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/23576883\"\n                },\n                {\n                    \"reference_number\": \"p 23914329\",\n                    \"citation\": \"Fatigue 2013 Jun 01;1(3):168-183.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/23914329\"\n                },\n                {\n                    \"reference_number\": \"p 24511456\",\n                    \"citation\": \"Fatigue 2014 Jan 01;2(1):40-56.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/24511456\"\n                },\n                {\n                    \"reference_number\": \"p 24510231\",\n                    \"citation\": \"J Health Psychol 2016 Jan ;21(1):3-15.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/24510231\"\n                },\n                {\n                    \"reference_number\": \"p 20047703\",\n                    \"citation\": \"Psychol Med 2010 Aug ;40(8):1253-67.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/20047703\"\n                },\n                {\n                    \"reference_number\": \"p 20403509\",\n                    \"citation\": \"J Psychosom Res 2010 May ;68(5):489-94.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/20403509\"\n                },\n                {\n                    \"reference_number\": \"p 21255911\",\n                    \"citation\": \"Clin Neurol Neurosurg 2011 May ;113(4):295-302.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/21255911\"\n                },\n                {\n                    \"reference_number\": \"p 24734022\",\n                    \"citation\": \"Front Physiol 2014  ;5:109.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/24734022\"\n                },\n                {\n                    \"reference_number\": \"p 30205585\",\n                    \"citation\": \"Diagnostics (Basel) 2018 Sep 08;8(3)\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/30205585\"\n                },\n                {\n                    \"reference_number\": \"p 18192312\",\n                    \"citation\": \"Arch Dis Child 2008 May ;93(5):419-21.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/18192312\"\n                },\n                {\n                    \"reference_number\": \"p 24146285\",\n                    \"citation\": \"Arch Dis Child 2014 Feb ;99(2):171-4.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/24146285\"\n                },\n                {\n                    \"reference_number\": \"p 28674681\",\n                    \"citation\": \"Front Pediatr 2017  ;5:121.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/28674681\"\n                },\n                {\n                    \"reference_number\": \"p 19843509\",\n                    \"citation\": \"Arch Dis Child 2010 Apr ;95(4):245-9.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/19843509\"\n                },\n                {\n                    \"reference_number\": \"p 23397955\",\n                    \"citation\": \"Eur J Clin Invest 2013 Mar ;43(3):302-8.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/23397955\"\n                },\n                {\n                    \"reference_number\": \"p 26877195\",\n                    \"citation\": \"Neurologia 2016 Feb 11;\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/26877195\"\n                },\n                {\n                    \"reference_number\": \"p 20077123\",\n                    \"citation\": \"Clin Rheumatol 2010 Apr ;29(4):393-8.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/20077123\"\n                },\n                {\n                    \"reference_number\": \"p 21793823\",\n                    \"citation\": \"Eur J Clin Invest 2012 Feb ;42(2):203-12.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/21793823\"\n                },\n                {\n                    \"reference_number\": \"p 21793948\",\n                    \"citation\": \"J Intern Med 2012 Mar ;271(3):264-70.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/21793948\"\n                },\n                {\n                    \"reference_number\": \"p 24475346\",\n                    \"citation\": \"JRSM Short Rep 2013 Dec ;4(12):2042533313507920.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/24475346\"\n                },\n                {\n                    \"reference_number\": \"p 21375763\",\n                    \"citation\": \"BMC Neurol 2011 Mar 05;11:30.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/21375763\"\n                },\n                {\n                    \"reference_number\": \"p 18805903\",\n                    \"citation\": \"QJM 2008 Dec ;101(12):961-5.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/18805903\"\n                },\n                {\n                    \"reference_number\": \"p 23206180\",\n                    \"citation\": \"J Intern Med 2013 May ;273(5):501-10.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/23206180\"\n                },\n                {\n                    \"reference_number\": \"p 22301822\",\n                    \"citation\": \"QJM 2012 Jun ;105(6):537-43.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/22301822\"\n                },\n                {\n                    \"reference_number\": \"p 26082507\",\n                    \"citation\": \"Clin Infect Dis 2015 Oct 01;61(7):1084-91.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/26082507\"\n                },\n                {\n                    \"reference_number\": \"p 29430570\",\n                    \"citation\": \"Insights Biomed 2017  ;2(2)\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/29430570\"\n                }\n            ],\n            \"adult_drugs\": [],\n            \"pediatric_drugs\": [],\n            \"synonyms\": [\n                \"Akureyri disease\",\n                \"Atypical poliomyelitis\",\n                \"Chronic fatigue syndrome\",\n                \"Effort syndrome\",\n                \"Fabricula\",\n                \"Royal Free disease\",\n                \"Systemic exercise intolerance disease\",\n                \"Tapanui disease\"\n            ]\n        }\n    ],\n    \"total\": 29,\n    \"offset\": 20,\n    \"limit\": 5\n}"}],"_postman_id":"d88ee0bd-fd78-4da8-8acd-4a612d941a40"},{"name":"/diseases/bioterror","id":"d629a7a7-fc0a-4a4e-bed8-708391700694","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/bioterror?return=Optional","description":"<p>Returns list of all bioterror diseases. Several aspects of GIDEON are relevant to the field of Bioterror. This API endpoint allows users to consider a potential bioterror threat which they may not have considered. </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","bioterror"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>simple | detailed</p>\n","type":"text/plain"},"key":"return","value":"Optional"}],"variable":[]}},"response":[{"id":"0083e9d6-d798-4369-b095-c17cc729fa46","name":"/diseases/bioterror?return=simple","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/bioterror?return=simple","protocol":"https","host":["api","gideononline","com"],"path":["diseases","bioterror"],"query":[{"key":"return","value":"simple","description":"simple or detailed\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 20:55:47 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"2309"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 10100,\n            \"disease\": \"Anthrax\"\n        },\n        {\n            \"disease_code\": 10110,\n            \"disease\": \"Argentine hemorrhagic fever\"\n        },\n        {\n            \"disease_code\": 10220,\n            \"disease\": \"Bolivian hemorrhagic fever\"\n        }\n    ]\n}"}],"_postman_id":"d629a7a7-fc0a-4a4e-bed8-708391700694"},{"name":"/diseases/bioterrorism/latest-outbreaks","id":"e97babcf-310f-4122-8c63-b22eae617087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/bioterrorism/latest-outbreaks","description":"<p>Returns list of all latest bioterror disease outbreaks.</p>\n<ul>\n<li><p><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_first_reported</code>. Do not use.</p>\n</li>\n<li><p><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_last_reported</code>. Do not use.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","bioterrorism","latest-outbreaks"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"6bc69465-6dff-4447-8af3-cb67af0d78a0","name":"/diseases/bioterrorism/latest-outbreaks","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/bioterrorism/latest-outbreaks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Mar 2025 06:17:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16209"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.54 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"outbreak_start\": 2025,\n            \"hash_id\": \"5fe70b3e-b791-4bbc-b909-39cd35a73fb9\",\n            \"id\": \"o_35203\",\n            \"outbreak_first_reported\": 2025,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": null,\n            \"deaths\": null,\n            \"region\": \"Zamfara\",\n            \"country_code\": \"G232\",\n            \"country\": \"Nigeria\",\n            \"city\": null,\n            \"state\": \"Zamfara\",\n            \"disease_code\": 10100,\n            \"disease\": \"Anthrax\"\n        }\n    ]\n}"}],"_postman_id":"e97babcf-310f-4122-8c63-b22eae617087"},{"name":"/diseases/charts","id":"56b1dac2-b850-4ce4-bd75-99a271dd5cf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/charts?diseases=10590&countries=G158","description":"<p>Returns a list of charts (graphs) that match your filters—each item identifies the disease, country, chart title, type, and a link (<code>href</code>) to fetch the full chart data. Results are sorted by title and <strong>limited to 1000</strong> items per request.</p>\n<h4 id=\"required-at-least-one\"><strong>Required (at least one)</strong></h4>\n<p>Provide at least one non-empty value using <strong>one or more</strong> of these query parameters (comma-separated where multiple values are allowed):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>diseases</code></td>\n<td>Disease IDs</td>\n</tr>\n<tr>\n<td><code>countries</code></td>\n<td>Country codes (see <code>/diseases/fingerprint/countries</code>)</td>\n</tr>\n<tr>\n<td><code>states</code></td>\n<td>State or province codes</td>\n</tr>\n<tr>\n<td><code>countryregions</code></td>\n<td>Country region identifiers</td>\n</tr>\n<tr>\n<td><code>keywords</code></td>\n<td>Words or phrases to find in chart titles</td>\n</tr>\n</tbody>\n</table>\n</div><p>If you omit all of the above, the API returns <strong>400</strong> with a short <code>message</code> explaining that a filter is required.</p>\n<h4 id=\"optional\"><strong>Optional</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>type</code></td>\n<td>Limit results to one or more chart types (comma-separated)</td>\n</tr>\n</tbody>\n</table>\n</div><p>Use <strong><code>GET /diseases/charts/countries</code></strong> and <strong><code>GET /diseases/charts/regions</code></strong> to list <strong><code>countries</code></strong>, <strong><code>states</code></strong>, and <strong><code>countryregions</code></strong> values that appear in the chart catalog. Use <strong><code>GET /diseases/charts/keywords</code></strong> (parameter <strong><code>q</code></strong>) to suggest <strong><code>keywords</code></strong> for the title search on <strong><code>GET /diseases/charts</code></strong>. When you already know the disease id, <strong><code>GET /diseases/{disease_code}/charts</code></strong> returns every catalog row for that disease across countries. For <strong>every chart in one country</strong> without building filters, <strong><code>GET /diseases/countries/{country_code}/charts</code></strong> returns the same style of rows for that country only.</p>\n<p>Typical fields in each result include disease and country names, codes, chart identifier, title, type, and <code>href</code> for the follow-up chart request.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","charts"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Comma-separated disease IDs. At least one of diseases, countries, states, countryregions, or keywords must have a non-empty value.</p>\n","type":"text/plain"},"key":"diseases","value":"10590"},{"description":{"content":"<p>Comma-separated country codes (e.g. from /diseases/fingerprint/countries).</p>\n","type":"text/plain"},"key":"countries","value":"G158"},{"disabled":true,"description":{"content":"<p>Comma-separated state codes; used with countries or alone per API logic.</p>\n","type":"text/plain"},"key":"states","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated country region IDs.</p>\n","type":"text/plain"},"key":"countryregions","value":""},{"disabled":true,"description":{"content":"<p>Comma-separated words or phrases to search for in chart titles. When you use <code>keywords</code>, the API searches titles rather than applying the disease/country filters.</p>\n","type":"text/plain"},"key":"keywords","value":""},{"disabled":true,"description":{"content":"<p>Optional. Comma-separated chart type labels to filter by.</p>\n","type":"text/plain"},"key":"type","value":""}],"variable":[]}},"response":[{"id":"aa426b22-6a1a-4681-9563-e0d3b6f8bbdf","name":"/diseases/charts?diseases=10590&countries=G158","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/charts?diseases=10590&countries=G158","protocol":"https","host":["api","gideononline","com"],"path":["diseases","charts"],"query":[{"key":"diseases","value":"10590"},{"key":"countries","value":"G158"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 10590,\n            \"country_code\": \"G158\",\n            \"state_code\": null,\n            \"countryregion_id\": null,\n            \"graph_id\": 12345,\n            \"title\": \"Example incidence chart\",\n            \"type\": \"incidence\",\n            \"disease\": \"Dengue\",\n            \"country\": \"Ethiopia\",\n            \"href\": \"/diseases/10590/distribution/G158/charts/12345\"\n        }\n    ]\n}"}],"_postman_id":"56b1dac2-b850-4ce4-bd75-99a271dd5cf2"},{"name":"/diseases/charts/countries","id":"d9733e7a-7a35-4e82-9e8f-4f38b50df902","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/charts/countries?diseases=10590","description":"<p>Returns <strong>distinct country options</strong> that appear in the <strong>GIDEON chart catalog</strong>, for building chart filters or autocompletes.</p>\n<p>Each item has <strong><code>country_code</code></strong> (GIDEON code) and <strong><code>country</code></strong> (display name). Use these codes as <strong><code>countries</code></strong> on <strong><code>GET /diseases/charts</code></strong>. For the full global country list (not limited to charts), use <strong><code>GET /diseases/fingerprint/countries</code></strong>.</p>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>diseases</code></td>\n<td>No</td>\n<td>Comma-separated disease ids; narrows to countries that have charts for those diseases. When omitted, all countries that appear anywhere in the chart catalog are returned (can be a long list).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","charts","countries"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Optional comma-separated disease ids; limits countries to those that appear in chart metadata for those diseases.</p>\n","type":"text/plain"},"key":"diseases","value":"10590"}],"variable":[]}},"response":[{"id":"3953d6e2-53a2-441b-a7ec-700a7e6feac2","name":"/diseases/charts/countries?diseases=10590","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/charts/countries?diseases=10590","protocol":"https","host":["api","gideononline","com"],"path":["diseases","charts","countries"],"query":[{"key":"diseases","value":"10590"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"country_code\": \"G100\",\n            \"country\": \"< Worldwide >\"\n        },\n        {\n            \"country_code\": \"G102\",\n            \"country\": \"Albania\"\n        }\n    ]\n}"}],"_postman_id":"d9733e7a-7a35-4e82-9e8f-4f38b50df902"},{"name":"/diseases/charts/keywords","id":"822be82d-a6ee-4e0b-9b1a-e02a1bdb54d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/charts/keywords?q=incid","description":"<p>Returns a <strong>flat list of keyword strings</strong> used for chart title search, ordered by <strong>relevance</strong> (more useful or common terms first), for autocomplete or building <strong><code>keywords</code></strong> on <strong><code>GET /diseases/charts</code></strong>.</p>\n<p>Each <strong><code>keywords</code></strong> value on <strong><code>GET /diseases/charts</code></strong> is matched as a substring against chart <strong>titles</strong> (comma-separated list supported there). This endpoint helps pick common tokens; it does <strong>not</strong> require the same filters as the chart list itself.</p>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>q</code></td>\n<td>No</td>\n<td>Substring applied to the keyword suggestions (matches tokens that contain <strong><code>q</code></strong>).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","charts","keywords"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Substring filter on suggested title keywords (matches tokens that contain the given text). Omit or leave empty for a broad, server-ranked list.</p>\n","type":"text/plain"},"key":"q","value":"incid"}],"variable":[]}},"response":[{"id":"3a458c92-c453-4c01-9786-ecf8d99d4ed9","name":"/diseases/charts/keywords?q=incid","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/charts/keywords?q=incid","protocol":"https","host":["api","gideononline","com"],"path":["diseases","charts","keywords"],"query":[{"key":"q","value":"incid"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"incidence\",\n        \"incident\",\n        \"incident-related\"\n    ]\n}"}],"_postman_id":"822be82d-a6ee-4e0b-9b1a-e02a1bdb54d5"},{"name":"/diseases/charts/regions","id":"919b45a6-e632-47a5-9948-3067f1014cce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/charts/regions?countries=G292","description":"<p>Returns <strong>distinct region options</strong> that appear in the <strong>GIDEON chart catalog</strong>, for building chart filters or autocompletes. Pair with <strong><code>GET /diseases/charts/countries</code></strong> for country pickers scoped the same way.</p>\n<p>Each item has <strong><code>id</code></strong> (numeric id for chart filters), <strong><code>source</code></strong> (<code>countryregion</code> or <code>state</code>), and <strong><code>name</code></strong> (label). Use <strong><code>source</code></strong> to decide how to pass the id into <strong><code>GET /diseases/charts</code></strong>: <code>state</code> rows correspond to the <strong><code>states</code></strong> query parameter; <code>countryregion</code> rows correspond to <strong><code>countryregions</code></strong>.</p>\n<p>All query parameters are <strong>optional</strong>; omitting filters returns a larger set (still limited to regions that appear on charts in the catalog).</p>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>countries</code></td>\n<td>No</td>\n<td>Comma-separated country codes.</td>\n</tr>\n<tr>\n<td><code>diseases</code></td>\n<td>No</td>\n<td>Comma-separated disease ids.</td>\n</tr>\n<tr>\n<td><code>q</code></td>\n<td>No</td>\n<td>Prefix filter on the resolved region name.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","charts","regions"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Comma-separated GIDEON country codes (see <strong><code>GET /diseases/charts/countries</code></strong> or <strong><code>GET /diseases/fingerprint/countries</code></strong>). Narrows regions to chart metadata that references those countries.</p>\n","type":"text/plain"},"key":"countries","value":"G292"},{"disabled":true,"description":{"content":"<p>Optional comma-separated disease ids; further restricts to charts for those diseases.</p>\n","type":"text/plain"},"key":"diseases","value":""},{"disabled":true,"description":{"content":"<p>Optional prefix on the region display name (matches start of <strong><code>countryregion</code></strong> or <strong><code>state</code></strong> names).</p>\n","type":"text/plain"},"key":"q","value":"New Hamps"}],"variable":[]}},"response":[{"id":"c4b5bdd2-7f53-4b66-8e2e-52eec943ca60","name":"/diseases/charts/regions?countries=G292&q=New Hamps","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/charts/regions?countries=G292&q=New Hamps","protocol":"https","host":["api","gideononline","com"],"path":["diseases","charts","regions"],"query":[{"key":"countries","value":"G292"},{"key":"q","value":"New Hamps"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 3881,\n            \"source\": \"state\",\n            \"name\": \"New Hampshire\"\n        }\n    ]\n}"}],"_postman_id":"919b45a6-e632-47a5-9948-3067f1014cce"},{"name":"/diseases/case-series/filter","id":"1cc4f9af-76b6-49f1-a9a2-6fe19c624a3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/case-series/filter?disease=10040&country=G292","description":"<p>Returns <strong>case series</strong> rows matching optional filters. Results are ordered by the greater of start year and publication year (newest first).</p>\n<p>Successful responses include <strong><code>record_count</code></strong> and <strong><code>timestamp</code></strong> (Unix epoch seconds from the most recent row update in the filtered set).</p>\n<p>If the filter matches <strong>more than</strong> the server cap (default <strong>500</strong>, <code>case_series_max_records_without_filters</code>), the API returns <strong>HTTP 200</strong> with <code>{ \"data\": { \"record_count\", \"max_records\" } }</code> instead of listing rows—tighten filters and call again.</p>\n<h4 id=\"query-parameters-all-optional-camelcase\"><strong>Query parameters</strong> (all optional; <strong>camelCase</strong>)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease</code></td>\n<td>Numeric GIDEON disease identifier.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>GIDEON country code for the reporting country.</td>\n</tr>\n<tr>\n<td><code>startYear</code> / <code>endYear</code></td>\n<td><strong>Overlap</strong> window: with both set, a series must overlap that calendar range; with only <code>startYear</code>, the series’ effective end year must be ≥ <code>startYear</code>; with only <code>endYear</code>, its start year must be ≤ <code>endYear</code>. If no explicit end year exists for a series, its start year is used as the end for overlap checks.</td>\n</tr>\n<tr>\n<td><code>publicationYear</code></td>\n<td>Exact match on publication year.</td>\n</tr>\n<tr>\n<td><code>setting</code></td>\n<td>Setting id.</td>\n</tr>\n<tr>\n<td><code>population</code></td>\n<td>Population group id.</td>\n</tr>\n<tr>\n<td><code>parameter</code></td>\n<td>Case parameter id.</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>Region id for subdivision filtering.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"success-with-rows\"><strong>Success with rows</strong></h4>\n<p><code>{ \"data\": [ ... ], \"record_count\": &lt;n&gt;, \"timestamp\": &lt;unix_epoch_seconds&gt; }</code> — normalized <strong>lowercase</strong> keys (e.g. <code>id</code> with <code>c_</code> prefix, <code>start_year</code>, <code>refs</code>, <code>region_name</code>). <code>timestamp</code> is a Unix epoch integer (seconds), not an ISO-8601 string. The Postman example shows <strong>one</strong> <code>data</code> row for brevity; <code>record_count</code> is still the full filtered total.</p>\n<h4 id=\"too-many-matches\"><strong>Too many matches</strong></h4>\n<p><code>{ \"data\": { \"record_count\", \"max_records\" } }</code> with <strong>200</strong>.</p>\n<h4 id=\"errors\"><strong>Errors</strong></h4>\n<ul>\n<li><strong>500</strong> — Invalid request (generic error body).</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","case-series","filter"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Numeric GIDEON disease identifier.</p>\n","type":"text/plain"},"key":"disease","value":"10040"},{"description":{"content":"<p>GIDEON country code.</p>\n","type":"text/plain"},"key":"country","value":"G292"},{"disabled":true,"description":{"content":"<p>Lower bound for calendar-year overlap with each series’ span</p>\n","type":"text/plain"},"key":"startYear","value":""},{"disabled":true,"description":{"content":"<p>Upper bound for calendar-year overlap</p>\n","type":"text/plain"},"key":"endYear","value":""},{"disabled":true,"description":{"content":"<p>Exact publication year</p>\n","type":"text/plain"},"key":"publicationYear","value":""},{"disabled":true,"description":{"content":"<p>Setting id</p>\n","type":"text/plain"},"key":"setting","value":""},{"disabled":true,"description":{"content":"<p>Population id</p>\n","type":"text/plain"},"key":"population","value":""},{"disabled":true,"description":{"content":"<p>Case parameter id</p>\n","type":"text/plain"},"key":"parameter","value":""},{"disabled":true,"description":{"content":"<p>Region id</p>\n","type":"text/plain"},"key":"region","value":""}],"variable":[]}},"response":[{"id":"7d927d8a-49cc-470a-adcc-b724eef8f444","name":"/diseases/case-series/filter?disease=10040&country=G292","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/case-series/filter?disease=10040&country=G292","protocol":"https","host":["api","gideononline","com"],"path":["diseases","case-series","filter"],"query":[{"key":"disease","value":"10040"},{"key":"country","value":"G292"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"c_369938\",\n            \"start_year\": null,\n            \"end_year\": null,\n            \"publication_year\": 2026,\n            \"disease_id\": 10040,\n            \"hash_id\": \"e0332889-2c0a-4d05-ac9b-f5d03b048699\",\n            \"disease_name\": \"HIV/AIDS\",\n            \"country_code\": \"G292\",\n            \"country_name\": \"United States\",\n            \"setting_id\": 1652,\n            \"setting_name\": \"hospitals\",\n            \"population_id\": 1904,\n            \"population_name\": \"patients - HIV / AIDS\",\n            \"parameter_id\": 1150,\n            \"parameter_name\": \"Coinfection - viral\",\n            \"cases\": 134,\n            \"deaths\": null,\n            \"refs\": \"p 41728304\",\n            \"region_name\": \"Multiple locations\",\n            \"last_update_date\": \"2026-02-25 09:18:42\"\n        }\n    ],\n    \"record_count\": 91,\n    \"timestamp\": 1772011122\n}"}],"_postman_id":"1cc4f9af-76b6-49f1-a9a2-6fe19c624a3f"},{"name":"/diseases/case-series/filter-options","id":"a8929255-ae07-4f37-bd6a-65b08b774e2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/case-series/filter-options","description":"<p>Returns <strong>distinct filter values</strong> for case-series UIs. Uses the same <strong>camelCase</strong> query parameters as <strong><code>GET /diseases/case-series/filter</code></strong>.</p>\n<p>With <strong>no</strong> parameters, a faster path loads options from the full case-series set. With <strong>any</strong> of <code>disease</code>, <code>country</code>, <code>startYear</code>, <code>endYear</code>, <code>setting</code>, <code>population</code>, <code>parameter</code>, or <code>region</code>, options for each facet are built with that facet’s own filter relaxed.</p>\n<ul>\n<li><strong><code>regions</code></strong> — Populated only when <strong><code>country</code></strong> is set and subdivision-level rows exist; items use <code>region_id</code> and <code>region_name</code>.</li>\n<li><strong><code>years</code></strong> — Keys are <code>survey_start_years</code> and <code>survey_end_years</code> (naming mirrors surveys; values are case-series start / derived end years, with publication years merged into the start list).</li>\n</ul>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease</code></td>\n<td>Disease id.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>Country code.</td>\n</tr>\n<tr>\n<td><code>startYear</code> / <code>endYear</code></td>\n<td>Year overlap filters.</td>\n</tr>\n<tr>\n<td><code>publicationYear</code></td>\n<td>Exact publication year.</td>\n</tr>\n<tr>\n<td><code>setting</code></td>\n<td>Setting id.</td>\n</tr>\n<tr>\n<td><code>population</code></td>\n<td>Population id.</td>\n</tr>\n<tr>\n<td><code>parameter</code></td>\n<td>Parameter id.</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>Region id.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response</strong></h4>\n<p><code>data</code> contains <code>diseases</code>, <code>countries</code>, <code>settings</code>, <code>populations</code>, <code>parameters</code>, <code>regions</code>, <code>years</code>. The saved example trims each facet to one item (and a few sample years); live responses list every distinct value.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","case-series","filter-options"],"host":["api","gideononline","com"],"query":[{"disabled":true,"description":{"content":"<p>Disease id; narrows distinct values to case series for that disease.</p>\n","type":"text/plain"},"key":"disease","value":""},{"disabled":true,"description":{"content":"<p>Country code; when set, non-empty <code>regions</code> is possible.</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>Lower year bound (same overlap rules as filter).</p>\n","type":"text/plain"},"key":"startYear","value":""},{"disabled":true,"description":{"content":"<p>Upper year bound.</p>\n","type":"text/plain"},"key":"endYear","value":""},{"disabled":true,"description":{"content":"<p>Exact publication year.</p>\n","type":"text/plain"},"key":"publicationYear","value":""},{"disabled":true,"description":{"content":"<p>Setting id.</p>\n","type":"text/plain"},"key":"setting","value":""},{"disabled":true,"description":{"content":"<p>Population id.</p>\n","type":"text/plain"},"key":"population","value":""},{"disabled":true,"description":{"content":"<p>Parameter id.</p>\n","type":"text/plain"},"key":"parameter","value":""},{"disabled":true,"description":{"content":"<p>Region id.</p>\n","type":"text/plain"},"key":"region","value":""}],"variable":[]}},"response":[{"id":"19950102-a8c0-443c-aad0-0161fa9b7d32","name":"/diseases/case-series/filter-options","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/case-series/filter-options","protocol":"https","host":["api","gideononline","com"],"path":["diseases","case-series","filter-options"],"query":[{"key":"disease","value":"","description":"Disease id; narrows distinct values to case series for that disease.","disabled":true},{"key":"country","value":"","description":"Country code; when set, non-empty `regions` is possible.","disabled":true},{"key":"startYear","value":"","description":"Lower year bound (same overlap rules as filter).","disabled":true},{"key":"endYear","value":"","description":"Upper year bound.","disabled":true},{"key":"publicationYear","value":"","description":"Exact publication year.","disabled":true},{"key":"setting","value":"","description":"Setting id.","disabled":true},{"key":"population","value":"","description":"Population id.","disabled":true},{"key":"parameter","value":"","description":"Parameter id.","disabled":true},{"key":"region","value":"","description":"Region id.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"diseases\": [\n            {\n                \"disease_id\": 10020,\n                \"disease_name\": \"Actinomycosis\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"country_id\": \"G100\",\n                \"country_name\": \"< Worldwide >\"\n            }\n        ],\n        \"settings\": [\n            {\n                \"setting_id\": 1702,\n                \"setting_name\": \"Aboriginal community\"\n            }\n        ],\n        \"populations\": [\n            {\n                \"population_id\": 1016,\n                \"population_name\": \"adolescents\"\n            }\n        ],\n        \"parameters\": [\n            {\n                \"parameter_id\": 1063,\n                \"parameter_name\": \"Age\"\n            }\n        ],\n        \"regions\": [],\n        \"years\": {\n            \"survey_start_years\": [\n                1909,\n                1918,\n                1919\n            ],\n            \"survey_end_years\": [\n                1918,\n                1919,\n                1921\n            ]\n        }\n    }\n}"}],"_postman_id":"a8929255-ae07-4f37-bd6a-65b08b774e2a"},{"name":"/diseases/compare","id":"c23b17dd-fcf0-4cef-95bc-861c2580598c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/compare?diseases=Required","description":"<p>Returns a list of combined clinical findings for selected diseases. Clinical findings are rated by probability. <br /> <br />\nThe code example illustrates comparison between Adenovirus infection <strong>disease code 10030</strong> and Actinomycosis, <strong>disease code 10020</strong>. \nAt 80% probability (0.80000000000000004), Outbreak or case cluster is a likely clinical finding for Adenovirus infection, while Actinomycosis is rated at 0%.</p>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","compare"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>List of comma separated disease codes</p>\n","type":"text/plain"},"key":"diseases","value":"Required"}],"variable":[]}},"response":[{"id":"c37c5fef-6071-474c-be07-2f168e97578f","name":"/compare?diseases=10020,10030","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/compare?diseases=10020,10030","protocol":"https","host":["api","gideononline","com"],"path":["diseases","compare"],"query":[{"key":"diseases","value":"10020,10030","description":"List of comma separated disease codes"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Mar 2020 02:18:08 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"30159"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 10020,\n            \"symptoms\": [\n                {\n                    \"symptom_code\": \"B01\",\n                    \"symptom_name\": \"Outbreak or case cluster\",\n                    \"probability\": 0\n                },\n                {\n                    \"symptom_code\": \"F01\",\n                    \"symptom_name\": \"Epidemic or large outbreak\",\n                    \"probability\": 0\n                },\n                {\n                    \"symptom_code\": \"B02\",\n                    \"symptom_name\": \"The patient is an adult\",\n                    \"probability\": 0.90000000000000002\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"c23b17dd-fcf0-4cef-95bc-861c2580598c"},{"name":"/diseases/countries/{country_code}/latest-outbreaks","id":"55ea927b-e128-48be-9768-630187ff2a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/countries/{country_code}/latest-outbreaks?return=simple","description":"<p>Returns <strong>one current outbreak-style row per disease</strong> for a single country: among qualifying <strong>outbreak</strong> and <strong>sporadic</strong> records in that country.</p>\n<p>Results are ordered by <strong><code>disease</code></strong> name.</p>\n<ul>\n<li><p><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Same calendar value as <strong><code>outbreak_first_reported</code></strong>; prefer <strong><code>outbreak_first_reported</code></strong> / <strong><code>outbreak_last_reported</code></strong>.</p>\n</li>\n<li><p><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <strong><code>outbreak_last_reported</code></strong> for new integrations.</p>\n</li>\n</ul>\n<p>The <strong><code>type</code></strong> field follows the same comma-separated semantics as other outbreak listings (for example <strong><code>outbreak</code></strong>, <strong><code>sporadic</code></strong>, <strong><code>travelcase</code></strong>, and combinations).</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code for the reporting country.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>return</code></td>\n<td><code>simple</code> (default) or <code>detailed</code>. <strong><code>detailed</code></strong> adds vehicle, setting, population, pathogen, clinical, <strong><code>notes</code></strong>, and a resolved <strong><code>references</code></strong> array (<code>reference_number</code>, <code>citation</code>, <code>short_citation</code>, <code>href</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><p>For a <strong>specific</strong> outbreak record anywhere, use <strong><code>GET /diseases/outbreaks/{hash_id}</code></strong>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","countries","{country_code}","latest-outbreaks"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Use <code>detailed</code> for notes, references, and extra columns.</p>\n","type":"text/plain"},"key":"return","value":"simple"}],"variable":[]}},"response":[{"id":"09410d1f-affb-4b5d-b793-daf87bc81c30","name":"/diseases/countries/G292/latest-outbreaks","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/countries/G292/latest-outbreaks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"outbreak_start\": 2022,\n            \"hash_id\": \"910a1680-1abf-40d5-bb7b-1b78e6acce4e\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_30097\",\n            \"update_date\": \"2026-03-06 22:38:36\",\n            \"update_date_epoch\": 1772836716,\n            \"outbreak_first_reported\": 2022,\n            \"outbreak_end\": 2023,\n            \"outbreak_last_reported\": 2023,\n            \"publication_year\": null,\n            \"cases\": 90,\n            \"deaths\": null,\n            \"region\": \"Michigan\",\n            \"country_code\": \"G292\",\n            \"country\": \"United States\",\n            \"city\": null,\n            \"state\": \"Michigan\",\n            \"disease_code\": 10030,\n            \"disease\": \"Adenovirus infection\"\n        },\n        {\n            \"outbreak_start\": 2025,\n            \"hash_id\": \"5e483239-f8e1-46f7-b949-59c1cccc9206\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_37793\",\n            \"update_date\": \"2026-03-06 22:39:19\",\n            \"update_date_epoch\": 1772836759,\n            \"outbreak_first_reported\": 2025,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": 88,\n            \"deaths\": 9,\n            \"region\": \"Multiple locations\",\n            \"country_code\": \"G292\",\n            \"country\": \"United States\",\n            \"city\": null,\n            \"state\": null,\n            \"disease_code\": 10035,\n            \"disease\": \"Aeromonas and marine Vibrio infections\"\n        }\n    ]\n}"}],"_postman_id":"55ea927b-e128-48be-9768-630187ff2a1f"},{"name":"/diseases/countries/{country_code}/charts","id":"c622e4ca-87ae-4e9c-a993-1f2de27a1586","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/countries/G292/charts","description":"<p>Returns <strong>all charts in the catalog</strong> for a <strong>single country</strong>: every disease in that country that has at least one chart.</p>\n<p>Each item includes <strong><code>disease_code</code></strong>, <strong><code>graph_id</code></strong>, <strong><code>title</code></strong>, chart <strong><code>type</code></strong>, resolved <strong><code>disease</code></strong> and <strong><code>country</code></strong> names, <strong><code>country_code</code></strong>, and an <strong><code>href</code></strong> path to fetch chart data: <strong><code>GET /diseases/{disease_code}/distribution/{country_code}/charts/{graph_id}</code></strong> (prepend your API base URL if needed).</p>\n<p>Results are sorted by <strong><code>disease</code></strong> name. There are <strong>no</strong> query parameters.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code (same as <strong><code>countries</code></strong> on <strong><code>GET /diseases/charts</code></strong>).</td>\n</tr>\n</tbody>\n</table>\n</div><p>For chart discovery with additional filters, use <strong><code>GET /diseases/charts</code></strong>; for country lists scoped to the chart catalog, <strong><code>GET /diseases/charts/countries</code></strong>. To list <strong>all charts for a single disease</strong> across every country where it appears, use <strong><code>GET /diseases/{disease_code}/charts</code></strong>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","countries","G292","charts"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"336e43bd-a5cc-43af-a230-655e7e8cd4c1","name":"/diseases/countries/G292/charts","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/countries/G292/charts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 10020,\n            \"graph_id\": \"1\",\n            \"title\": \"United States. Actinomycosis, deaths\",\n            \"type\": \"deaths\",\n            \"disease\": \"Actinomycosis\",\n            \"country_code\": \"G292\",\n            \"country\": \"United States\",\n            \"href\": \"/diseases/10020/distribution/G292/charts/1\"\n        }\n    ]\n}"}],"_postman_id":"c622e4ca-87ae-4e9c-a993-1f2de27a1586"},{"name":"/diseases/countries/{country_code}/all","id":"5ea485c1-1f0d-4d61-9212-60381b2609e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/countries/{country_code}/all","description":"<p>Returns <strong>every disease in the GIDEON disease catalog</strong> scoped to a country: each row identifies the disease, whether a <strong>country distribution note</strong> exists, whether the disease is <strong>endemic</strong> in that country (from incidence data), an optional <strong>annual rate</strong>, and an <strong><code>href</code></strong> to <strong><code>GET /diseases/{disease_code}/distribution/{country_code}</code></strong> (same path shape as elsewhere in this collection).</p>\n<p>This differs from <strong><code>GET /diseases/countries/{country_code}</code></strong>, which returns only diseases that <strong>have</strong> a country note for that country.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>return</code></td>\n<td><code>simple</code> (default) or <code>detailed</code>. <strong><code>simple</code></strong> returns compact rows (<code>id</code>, <code>name</code>, <code>has_country_note</code>, <code>href</code>, <code>is_endemic</code>, <code>annual_rate</code>). <strong><code>detailed</code></strong> returns the full disease-record projection used elsewhere in the Diseases API (restructured to <strong>lowercase</strong> JSON keys), with pagination fields <strong><code>total</code></strong>, <strong><code>offset</code></strong>, and <strong><code>limit</code></strong>.</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>Optional <strong>prefix</strong> filter on disease <strong><code>name</code></strong> (case-sensitive on the server; empty means no name filter).</td>\n</tr>\n<tr>\n<td><code>limit</code> / <code>offset</code></td>\n<td>Pagination for <strong><code>return=detailed</code></strong> (ignored for <strong><code>simple</code></strong>). <strong><code>limit</code></strong> is capped by the server <strong>max records</strong> setting for the caller.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-returnsimple\"><strong>Response (<code>return=simple</code>)</strong></h4>\n<p><code>{ \"data\": [ … ] }</code> — no top-level <strong><code>timestamp</code></strong>. Each item: <strong><code>id</code></strong> (disease id), <strong><code>name</code></strong>, boolean <strong><code>has_country_note</code></strong>, <strong><code>href</code></strong>, boolean <strong><code>is_endemic</code></strong>, <strong><code>annual_rate</code></strong> (number or <code>null</code> when absent).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","countries","{country_code}","all"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"012e8aa9-fb39-40f7-984e-2f705b3596fb","name":"/diseases/countries/G292/all","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/countries/G292/all"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 11505,\n            \"name\": \"Acanthocephaliasis\",\n            \"has_country_note\": true,\n            \"href\": \"/diseases/11505/distribution/G292\",\n            \"is_endemic\": true,\n            \"annual_rate\": 0.01\n        },\n        {\n            \"id\": 10020,\n            \"name\": \"Actinomycosis\",\n            \"has_country_note\": true,\n            \"href\": \"/diseases/10020/distribution/G292\",\n            \"is_endemic\": true,\n            \"annual_rate\": 0.05\n        }\n    ]\n}"}],"_postman_id":"5ea485c1-1f0d-4d61-9212-60381b2609e1"},{"name":"/diseases/countries/{country_code}","id":"23b69589-2766-4c2a-9bbb-6dde4785097a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/countries/{country_code}","description":"<p>Returns the list of all diseases that are endemic to the country. For <strong>all charts in this country</strong> (across diseases), see <strong><code>GET /diseases/countries/{country_code}/charts</code></strong>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","countries","{country_code}"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"09602460-3c9a-41cd-8ea4-a97af8a15dd9","name":"/diseases/countries/{country_code}","originalRequest":{"method":"GET","header":[],"url":"https://ap.gideononline.com/diseases/countries/G102"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jun 2020 20:19:28 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"7952"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 10030,\n            \"name\": \"Adenovirus infection\",\n            \"href\": \"/diseases/10030/distribution/G102\"\n        },\n        {\n            \"id\": 10050,\n            \"name\": \"Amoebiasis\",\n            \"href\": \"/diseases/10050/distribution/G102\"\n        },\n        {\n            \"id\": 10055,\n            \"name\": \"Amoebic abscess\",\n            \"href\": \"/diseases/10055/distribution/G102\"\n        }\n    ]\n}"}],"_postman_id":"23b69589-2766-4c2a-9bbb-6dde4785097a"},{"name":"/diseases/events","id":"e587179e-689a-453c-a728-7de327e535bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/events?year=2025&return=simple","description":"<p>Returns <strong>outbreak-style event rows across all diseases</strong> for a calendar <strong><code>year</code></strong>: outbreaks, sporadic reports, travel-linked rows, and related <strong><code>type</code></strong> combinations—<strong>not</strong> limited to classical “outbreak” records only.</p>\n<h4 id=\"required-query-parameters\"><strong>Required query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>year</code></td>\n<td>Calendar year to match. A row is included when <strong><code>year</code></strong> falls within its derived reporting span <strong>or</strong> when <strong><code>publication_year</code></strong> equals <strong><code>year</code></strong>. Omitting <strong><code>year</code></strong> returns <strong>404</strong> with <code>{ \"error\": { \"message\": \"year is required.\" } }</code>. Non-numeric values return <strong>404</strong> (<code>Invalid year.</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"optional-query-parameters\"><strong>Optional query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>return</code></td>\n<td><code>simple</code> (default), <code>detailed</code>, <code>minimal</code>, or <code>compact</code>. <strong><code>detailed</code></strong> adds notes, vehicle, setting, population, pathogen, clinical, and resolved <strong><code>references</code></strong>, and uses <strong><code>limit</code></strong> / <strong><code>offset</code></strong> pagination with <strong><code>total</code></strong> in the envelope. <strong><code>minimal</code></strong> and <strong><code>compact</code></strong> return reduced field sets (no derived <strong><code>is_\\*</code></strong> type flags on <strong><code>minimal</code></strong>).</td>\n</tr>\n<tr>\n<td><code>limit</code> / <code>offset</code></td>\n<td>Pagination for <strong><code>return=detailed</code></strong> only.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Each <strong><code>simple</code></strong> / <strong><code>detailed</code></strong> row includes update timestamps, <strong><code>hash_id</code></strong>, <strong><code>id</code></strong> (<code>o_</code> prefix), year fields (<strong><code>outbreak_first_reported</code></strong> / <strong><code>outbreak_last_reported</code></strong> alongside legacy <strong><code>outbreak_start</code></strong> / <strong><code>outbreak_end</code></strong>), <strong><code>publication_year</code></strong>, counts (<strong><code>cases</code></strong>, <strong><code>deaths</code></strong>, <strong><code>animal_cases</code></strong>, <strong><code>animal_deaths</code></strong>), geography (<strong><code>region</code></strong>, <strong><code>country_code</code></strong>, <strong><code>country</code></strong>, <strong><code>state</code></strong>, <strong><code>city</code></strong>, <strong><code>latitude</code></strong>, <strong><code>longitude</code></strong>), <strong><code>disease_code</code></strong>, <strong><code>disease</code></strong>, boolean flags <strong><code>is_animal</code></strong> / <strong><code>is_human</code></strong>, and derived booleans <strong><code>is_travelcase</code></strong>, <strong><code>is_outbreak</code></strong>, <strong><code>is_sporadic</code></strong> parsed from <strong><code>type</code></strong>.</p>\n<ul>\n<li><p><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Same value as <strong><code>outbreak_first_reported</code></strong>.</p>\n</li>\n<li><p><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Prefer <strong><code>outbreak_last_reported</code></strong>.</p>\n</li>\n</ul>\n<p>For the same event feed <strong>scoped to one disease</strong>, use <strong><code>GET /diseases/{disease_code}/events</code></strong>; for <strong>one country’s</strong> feed, <strong><code>GET /countries/{country_code}/events</code></strong>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","events"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Required. Calendar year filter.</p>\n","type":"text/plain"},"key":"year","value":"2025"},{"description":{"content":"<p>simple | detailed | minimal | compact</p>\n","type":"text/plain"},"key":"return","value":"simple"},{"disabled":true,"description":{"content":"<p>With return=detailed only.</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>With return=detailed only.</p>\n","type":"text/plain"},"key":"offset","value":""}],"variable":[]}},"response":[{"id":"baf59258-d5a3-4d2d-acaa-5e693fe6569a","name":"/diseases/events?year=2025&return=simple","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/events?year=2025&return=simple","protocol":"https","host":["api","gideononline","com"],"path":["diseases","events"],"query":[{"key":"year","value":"2025"},{"key":"return","value":"simple"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2026-03-06 22:36:51\",\n            \"update_date_epoch\": 1772836611,\n            \"hash_id\": \"803728a8-96b1-444a-b719-550657f72930\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_12836\",\n            \"outbreak_start\": 2017,\n            \"outbreak_first_reported\": 2017,\n            \"outbreak_end\": 2025,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": 31,\n            \"deaths\": 13,\n            \"animal_cases\": null,\n            \"animal_deaths\": null,\n            \"region\": \"Sinoe\",\n            \"country_code\": \"G202\",\n            \"country\": \"Liberia\",\n            \"city\": \"Sinoe\",\n            \"latitude\": \"5.33333\",\n            \"longitude\": \"-8.76667\",\n            \"state\": \"Sino\",\n            \"disease_code\": 11480,\n            \"disease\": \"Meningitis - bacterial\",\n            \"is_animal\": false,\n            \"is_human\": true,\n            \"is_travelcase\": false,\n            \"is_outbreak\": true,\n            \"is_sporadic\": false\n        },\n        {\n            \"update_date\": \"2026-03-06 22:38:05\",\n            \"update_date_epoch\": 1772836685,\n            \"hash_id\": \"3f9523b0-0ad7-4ba8-8cbf-d114cd12f2c3\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_24311\",\n            \"outbreak_start\": 2020,\n            \"outbreak_first_reported\": 2020,\n            \"outbreak_end\": 2025,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": 34571873,\n            \"deaths\": 35934,\n            \"animal_cases\": null,\n            \"animal_deaths\": null,\n            \"region\": \"Nationwide\",\n            \"country_code\": \"G197\",\n            \"country\": \"South Korea\",\n            \"city\": null,\n            \"latitude\": \"35.907757\",\n            \"longitude\": \"127.766922\",\n            \"state\": null,\n            \"disease_code\": 12683,\n            \"disease\": \"COVID-19\",\n            \"is_animal\": null,\n            \"is_human\": true,\n            \"is_travelcase\": false,\n            \"is_outbreak\": true,\n            \"is_sporadic\": false\n        }\n    ]\n}"}],"_postman_id":"e587179e-689a-453c-a728-7de327e535bb"},{"name":"/diseases/fingerprint/agents","id":"74b218c8-847f-4268-abda-a11c57cf3f19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/agents","description":"<p>Returns list of classification (e.g., virus, parasite) and taxonomic designation. An agent can then be used to perform filters to retrieve only the subset of diseases known to occur in the presence of a specified agent.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","fingerprint","agents"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"05ae9f2d-0106-47b6-9f23-3031ee9dee34","name":"/diseases/fingerprint/agents","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/agents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 20:56:55 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"4315"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"agent_code\": 0,\n            \"agent\": \"<Any Agent>\"\n        },\n        {\n            \"agent_code\": 1068,\n            \"agent\": \"Acanthocephala\"\n        },\n        {\n            \"agent_code\": 1051,\n            \"agent\": \"Actinomycetes\"\n        }\n    ]\n}"}],"_postman_id":"74b218c8-847f-4268-abda-a11c57cf3f19"},{"name":"/diseases/fingerprint/countries","id":"f476924b-2a99-4314-a8a4-216af58b7eeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/countries","description":"<p>Returns list of country names that correspond to accepted geographical and political designations.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","fingerprint","countries"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"8db10d4c-e870-4803-99d0-2101fb7e62de","name":"/diseases/fingerprint/countries","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:00:09 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"10707"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"country_code\": \"G90\",\n            \"country\": \"< Bioterrorism simulator >\"\n        },\n        {\n            \"country_code\": \"G100\",\n            \"country\": \"< Worldwide >\"\n        },\n        {\n            \"country_code\": \"G101\",\n            \"country\": \"Afghanistan\"\n        }\n    ]\n}"}],"_postman_id":"f476924b-2a99-4314-a8a4-216af58b7eeb"},{"name":"/diseases/fingerprint/countries/synonyms","id":"4f8c59a7-a2fb-49ad-ab47-11218ba4be13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/countries/synonyms","description":"<p>Returns list of all synonyms (or alternate names) of countries in which GIDEON tracks diseases. This list also includes indexing terms, outdated disease names and disease names in other languages (Swedish, French, Polish, German, et al).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","fingerprint","countries","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"cc2f1686-44f3-4414-845e-8e4165a69f5c","name":"/diseases/fingerprint/countries/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/countries/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:00:34 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"23234"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"country_code\": \"G191\",\n            \"country\": \"Abidjan\"\n        },\n        {\n            \"country_code\": \"G290\",\n            \"country\": \"Abu Dhabi\"\n        },\n        {\n            \"country_code\": \"G232\",\n            \"country\": \"Abuja\"\n        }\n    ]\n}"}],"_postman_id":"4f8c59a7-a2fb-49ad-ab47-11218ba4be13"},{"name":"/diseases/fingerprint/reservoirs","id":"e0bae874-1e5e-4f10-8b59-b4462c2e5050","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/reservoirs","description":"<p>Returns the list of all reservoirs that are associated with transmission of diseases. Reservoir refers to any animal, arthropod, plant, soil or substance in which an infectious agent normally lives and multiplies, on which it depends primarily for survival, and where it reproduces itself in such a manner that it can be transmitted to a susceptible host.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","fingerprint","reservoirs"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"feb71422-d630-49be-bb9f-33d2eb8e78de","name":"/diseases/fingerprint/reservoirs","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/reservoirs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 20:59:50 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1547"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"reservoir_code\": null,\n            \"reservoir\": \"<Any Reservoir>\"\n        },\n        {\n            \"reservoir_code\": \"AM\",\n            \"reservoir\": \"Amphibian or reptile\"\n        },\n        {\n            \"reservoir_code\": \"AN\",\n            \"reservoir\": \"Ant\"\n        }\n    ]\n}"}],"_postman_id":"e0bae874-1e5e-4f10-8b59-b4462c2e5050"},{"name":"/diseases/fingerprint/vectors","id":"6a2a5f51-a9cc-4710-9b9e-b9198dee68ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/vectors","description":"<p>Returns list arthropods or other living carriers which transports an infectious agent from an infected organism or reservoir to a susceptible individual or immediate surroundings.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","fingerprint","vectors"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"b191b19d-daf5-4f27-81d9-11223087a1cd","name":"/diseases/fingerprint/vectors","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/vectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 20:59:05 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"465"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"vector_code\": null,\n            \"vector\": \"<Any Vector>\"\n        },\n        {\n            \"vector_code\": \"B\",\n            \"vector\": \"Bug\"\n        },\n        {\n            \"vector_code\": \"FA\",\n            \"vector\": \"Flea\"\n        }\n    ]\n}"}],"_postman_id":"6a2a5f51-a9cc-4710-9b9e-b9198dee68ce"},{"name":"/diseases/fingerprint/vehicles","id":"483483d0-b6a1-47e5-a6a5-9ca5fdd99b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/vehicles","description":"<p>Returns the list of transmission modes for an infectious agent. This generally implies a passive and inanimate (i.e., non-vector) mode.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","fingerprint","vehicles"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"925129e0-8e7c-4a6f-97e5-49a5a08962ac","name":"/diseases/fingerprint/vehicles","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/fingerprint/vehicles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 20:59:29 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1198"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"vehicle_code\": null,\n            \"vehicle\": \"<Any Vehicle>\"\n        },\n        {\n            \"vehicle_code\": \"AM\",\n            \"vehicle\": \"Amphibian or reptile\"\n        },\n        {\n            \"vehicle_code\": \"B\",\n            \"vehicle\": \"Animal bite\"\n        }\n    ]\n}"}],"_postman_id":"483483d0-b6a1-47e5-a6a5-9ca5fdd99b74"},{"name":"/diseases/filter","id":"168956ad-424b-4aa9-ac8d-5de1ccd5d82d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/filter?agent=Optional&vector=Optional&vehicle=Optional&reservoir=Optional&country=Optional&return=Optional","description":"<p>This endpoint returns list of all diseases matching filters. This is a valuable tool for the diagnostician. It can be used to create disease profiles and to generate reports on the status of diseases in any country.</p>\n<p>The user employs the filter API to generate a list of diseases that fit an epidemiological profile. The following filters are available:</p>\n<ul>\n<li>Agent – Classification (e.g., virus, parasite) and taxonomic designation.</li>\n<li>Vector – An arthropod or other living carrier which transports an infectious agent from an infected organism or reservoir to a susceptible individual or immediate surroundings.</li>\n<li>Vehicle – The mode of transmission for an infectious agent. This generally implies a passive and inanimate (i.e., non-vector) mode.</li>\n<li>Reservoir – Any animal, arthropod, plant, soil or substance in which an infectious agent normally lives and multiplies, on which it depends primarily for survival, and where it reproduces itself in such a manner that it can be transmitted to a susceptible host.</li>\n<li>Country – In general, this list of country names corresponds to accepted geographical and political designations. When Country filter is used, it will only retrieve diseases that are endemic to the country.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","filter"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>agent code. Get list of agents by calling /diseases/fingerprint/agents</p>\n","type":"text/plain"},"key":"agent","value":"Optional"},{"description":{"content":"<p>vector code. Get list of vectors by calling /diseases/fingerprint/vectors</p>\n","type":"text/plain"},"key":"vector","value":"Optional"},{"description":{"content":"<p>vehicle code. Get list of vehicles by calling /diseases/fingerprint/vehicles</p>\n","type":"text/plain"},"key":"vehicle","value":"Optional"},{"description":{"content":"<p>reservoir code. Get list of reservoirs by calling /diseases/fingerprint/reservoirs</p>\n","type":"text/plain"},"key":"reservoir","value":"Optional"},{"description":{"content":"<p>country code. Get list of countries by calling /diseases/fingerprint/countries</p>\n","type":"text/plain"},"key":"country","value":"Optional"},{"description":{"content":"<p>simple | detailed</p>\n","type":"text/plain"},"key":"return","value":"Optional"}],"variable":[]}},"response":[{"id":"9d4acad4-2193-46ad-84ba-40fec54b21c4","name":"/diseases/filter?agent=1014&vector=T&vehicle=MI&reservoir=A&country=G100&return=simple","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/filter?agent=1014&vector=T&vehicle=MI&reservoir=A&country=G100&return=simple","protocol":"https","host":["api","gideononline","com"],"path":["diseases","filter"],"query":[{"key":"agent","value":"1014","description":"agent code. Get list of agents by calling /diseases/fingerprint/agents"},{"key":"vector","value":"T","description":"vector code. Get list of vectors by calling /diseases/fingerprint/vectors\n"},{"key":"vehicle","value":"MI","description":"vehicle code. Get list of vehicles by calling /diseases/fingerprint/vehicles"},{"key":"reservoir","value":"A","description":"reservoir code. Get list of reservoirs by calling /diseases/fingerprint/reservoirs"},{"key":"country","value":"G100","description":"country code. Get list of countries by calling /diseases/fingerprint/countries"},{"key":"return","value":"simple","description":"simple or detailed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:00:52 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"242"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 11350,\n            \"disease\": \"Louping ill\"\n        },\n        {\n            \"disease_code\": 11900,\n            \"disease\": \"Powassan\"\n        },\n        {\n            \"disease_code\": 10880,\n            \"disease\": \"Tick-borne encephalitis\"\n        },\n        {\n            \"disease_code\": 10900,\n            \"disease\": \"Tick-borne encephalitis: Russian spring-summer\"\n        }\n    ]\n}"}],"_postman_id":"168956ad-424b-4aa9-ac8d-5de1ccd5d82d"},{"name":"/diseases/outbreaks","id":"f57c644d-bbae-46e3-8ca2-12ff55ee026a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks?year=2025","description":"<p>Returns a list of disease outbreaks that were active during the specified year. An outbreak is considered active if either its first reported year or last reported year falls within the provided year.</p>\n<ul>\n<li><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_first_reported</code>. Do not use.</li>\n<li><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_last_reported</code>. Do not use.</li>\n</ul>\n<p>The <code>type</code> field in the outbreak response indicates the nature of the reported disease occurrence. It can have one or two comma-separated values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>outbreak</code></td>\n<td>A confirmed outbreak involving multiple cases linked by time and location.</td>\n</tr>\n<tr>\n<td><code>sporadic</code></td>\n<td>A single or isolated case not linked to other known cases.</td>\n</tr>\n<tr>\n<td><code>travelcase</code></td>\n<td>The case was imported from another country or region, typically through travel.</td>\n</tr>\n<tr>\n<td><code>outbreak,travelcases</code></td>\n<td>A cluster of travel-related cases that are considered part of an outbreak.</td>\n</tr>\n<tr>\n<td><code>sporadic,travelcase</code></td>\n<td>A single travel-related case that is not part of a known outbreak.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n</blockquote>\n<p><strong>Note:</strong> Values may appear in combination (e.g., <code>outbreak,travelcases</code>) to indicate both the type of event and whether the case(s) were travel-related.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks"],"host":["api","gideononline","com"],"query":[{"key":"year","value":"2025"}],"variable":[]}},"response":[{"id":"76c09dd6-d34d-40cc-962f-600f2ff363a8","name":"/diseases/outbreaks?year=$year","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks?year=2025","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks"],"query":[{"key":"year","value":"2025"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 17:52:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"420825"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2024-06-01 00:00:00\",\n            \"update_date_epoch\": 1717200000,\n            \"hash_id\": \"17c5439a-ceb3-4288-a917-2549eebca3dd\",\n            \"type\": \"sporadic\",\n            \"id\": \"o_18555\",\n            \"outbreak_start\": 2011,\n            \"outbreak_first_reported\": 2011,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": 2011,\n            \"publication_year\": null,\n            \"cases\": 680,\n            \"deaths\": null,\n            \"region\": null,\n            \"country_code\": \"G180\",\n            \"country\": \"Honduras\",\n            \"city\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"state\": null,\n            \"disease_code\": 10590,\n            \"disease\": \"Dengue\"\n        },\n        {\n            \"update_date\": \"2024-10-14 10:25:15\",\n            \"update_date_epoch\": 1728901515,\n            \"hash_id\": \"469ad251-53be-4e14-a61f-1372f8c358c9\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_24423\",\n            \"outbreak_start\": 2020,\n            \"outbreak_first_reported\": 2020,\n            \"outbreak_end\": 2025,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": 2720116,\n            \"deaths\": 4426,\n            \"region\": \"Nationwide\",\n            \"country_code\": \"G229\",\n            \"country\": \"New Zealand\",\n            \"city\": null,\n            \"latitude\": \"-40.90055700\",\n            \"longitude\": \"174.88597100\",\n            \"state\": null,\n            \"disease_code\": 12683,\n            \"disease\": \"COVID-19\"\n        }\n    ]\n}"}],"_postman_id":"f57c644d-bbae-46e3-8ca2-12ff55ee026a"},{"name":"/diseases/outbreaks/alerts","id":"0cb950cd-24b4-47da-bc68-7f90a2ada0f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/alerts?days=2","description":"<p>Returns a list of disease outbreaks that were reported in the last since=$days.</p>\n<h4 id=\"query-parameters\"><strong>Query Parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>since</code></td>\n<td>integer</td>\n<td>Yes.  <br />Default = 5</td>\n<td>The number of past days to look back from today. For example, <code>since=2</code> returns outbreaks reported in the last 2 days.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_first_reported</code>. Do not use.</li>\n<li><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_last_reported</code>. Do not use.</li>\n</ul>\n<p>The <code>type</code> field in the outbreak response indicates the nature of the reported disease occurrence. It can have one or two comma-separated values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>outbreak</code></td>\n<td>A confirmed outbreak involving multiple cases linked by time and location.</td>\n</tr>\n<tr>\n<td><code>sporadic</code></td>\n<td>A single or isolated case not linked to other known cases.</td>\n</tr>\n<tr>\n<td><code>travelcase</code></td>\n<td>The case was imported from another country or region, typically through travel.</td>\n</tr>\n<tr>\n<td><code>outbreak,travelcases</code></td>\n<td>A cluster of travel-related cases that are considered part of an outbreak.</td>\n</tr>\n<tr>\n<td><code>sporadic,travelcase</code></td>\n<td>A single travel-related case that is not part of a known outbreak.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong> Values may appear in combination (e.g., <code>outbreak,travelcases</code>) to indicate both the type of event and whether the case(s) were travel-related.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","alerts"],"host":["api","gideononline","com"],"query":[{"key":"days","value":"2"}],"variable":[]}},"response":[{"id":"42ebd4e2-150d-4638-a483-f70bf69a2a82","name":"/diseases/outbreaks/alerts?since=$days","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/alerts?since=2","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","alerts"],"query":[{"key":"since","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 17:52:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"28904"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2025-03-24 07:36:42\",\n            \"update_date_epoch\": 1742801802,\n            \"hash_id\": \"cebc75f2-4211-43b8-b752-be078aab602c\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_29961\",\n            \"outbreak_start\": 2024,\n            \"outbreak_first_reported\": 2024,\n            \"outbreak_end\": 2025,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": 70,\n            \"deaths\": 1,\n            \"region\": \"Multiple locations\",\n            \"country_code\": \"G292\",\n            \"country\": \"United States\",\n            \"city\": null,\n            \"latitude\": \"37.09024000\",\n            \"longitude\": \"-95.71289100\",\n            \"state\": null,\n            \"disease_code\": 11170,\n            \"disease\": \"Influenza\"\n        },\n        {\n            \"update_date\": \"2025-03-23 05:44:09\",\n            \"update_date_epoch\": 1742708649,\n            \"hash_id\": \"40b94d91-8f96-4b45-a058-8e822a76f850\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_34795\",\n            \"outbreak_start\": 2024,\n            \"outbreak_first_reported\": 2024,\n            \"outbreak_end\": 2025,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": 13178,\n            \"deaths\": 291,\n            \"region\": \"Multiple locations\",\n            \"country_code\": \"G232\",\n            \"country\": \"Nigeria\",\n            \"city\": null,\n            \"latitude\": \"9.08199900\",\n            \"longitude\": \"8.67527700\",\n            \"state\": null,\n            \"disease_code\": 11260,\n            \"disease\": \"Lassa fever\"\n        }\n    ]\n}"}],"_postman_id":"0cb950cd-24b4-47da-bc68-7f90a2ada0f1"},{"name":"/diseases/outbreaks/distribution/{country_code}","id":"ee72cc60-6e4f-4912-a428-61f69291abc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/distribution/G292?year=2025","description":"<p>Returns <strong>outbreak and sporadic</strong> rows for a <strong>single reporting country</strong> (<code>{country_code}</code> — same GIDEON code as <strong><code>country</code></strong> on <strong><code>GET /diseases/outbreaks/filter</code></strong>).</p>\n<p>Only events whose <strong><code>type</code></strong> field contains <strong><code>outbreak</code></strong> or <strong><code>sporadic</code></strong> are included (other event types are omitted).</p>\n<p><strong><code>year</code></strong> is <strong>required</strong> on this path. If it is missing, the API returns <strong>404</strong> with <code>{ \"error\": { \"message\": \"year is required.\" } }</code>.</p>\n<ul>\n<li><strong><code>return=simple</code></strong> (default): each row includes update timestamps, ids, year fields (<strong><code>outbreak_first_reported</code></strong> / <strong><code>outbreak_last_reported</code></strong> alongside legacy <strong><code>outbreak_start</code></strong> / <strong><code>outbreak_end</code></strong>), cases/deaths, resolved <strong><code>region</code></strong>, geography (<strong><code>city</code></strong>, <strong><code>state</code></strong> when present), and disease. The list is <strong>not</strong> paginated — large countries/years can return many rows.</li>\n<li><strong><code>return=detailed</code></strong>: adds vehicle, setting, population, pathogen, clinical, notes, and resolved reference objects; results are <strong>paginated</strong> (<code>data</code>, <code>total</code>, <code>offset</code>, <code>limit</code>).</li>\n</ul>\n<p>Related: <strong><code>GET /diseases/outbreaks/distribution/{country_code}/summary</code></strong> (aggregates); <strong><code>GET /diseases/outbreaks/distribution/{country_code}/alerts</code></strong> (recent updates; uses <strong><code>days</code></strong>, not <strong><code>year</code></strong>). For arbitrary filters across countries, use <strong><code>GET /diseases/outbreaks/filter</code></strong>.</p>\n<ul>\n<li><strong><code>outbreak_start</code></strong> / <strong><code>outbreak_end</code></strong> in responses are <strong>deprecated</strong> in favor of <strong><code>outbreak_first_reported</code></strong> / <strong><code>outbreak_last_reported</code></strong>.</li>\n</ul>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code for the reporting country.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>year</code></td>\n<td><strong>Yes</strong></td>\n<td>Integer calendar year.</td>\n</tr>\n<tr>\n<td><code>return</code></td>\n<td>No</td>\n<td><code>simple</code> (default) or <code>detailed</code>.</td>\n</tr>\n<tr>\n<td><code>limit</code> / <code>offset</code></td>\n<td>No</td>\n<td>For <strong><code>detailed</code></strong> only: page size and skip (subject to server and API-key caps).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","distribution","G292"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Calendar year filter (required for this path). A row matches if its first reported year, last reported span, or publication year intersects this year (server-side OR logic).</p>\n","type":"text/plain"},"key":"year","value":"2025"},{"disabled":true,"description":{"content":"<p><code>simple</code> (default): all matching rows in <code>data</code>. <code>detailed</code>: extra fields, paginated; use <code>limit</code> and <code>offset</code> (see other paginated outbreak endpoints).</p>\n","type":"text/plain"},"key":"return","value":"simple"}],"variable":[]}},"response":[{"id":"56d2a199-9d16-41d8-917d-55275039fd36","name":"/diseases/outbreaks/distribution/G292?year=2025 (simple)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/distribution/G292?year=2025","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","distribution","G292"],"query":[{"key":"year","value":"2025"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2026-03-06 22:39:19\",\n            \"update_date_epoch\": 1772836759,\n            \"hash_id\": \"5e483239-f8e1-46f7-b949-59c1cccc9206\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_37793\",\n            \"outbreak_start\": 2025,\n            \"outbreak_first_reported\": 2025,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": 88,\n            \"deaths\": 9,\n            \"region\": \"Multiple locations\",\n            \"country_code\": \"G292\",\n            \"country\": \"United States\",\n            \"city\": null,\n            \"state\": null,\n            \"disease_code\": 10035,\n            \"disease\": \"Aeromonas and marine Vibrio infections\"\n        }\n    ]\n}"}],"_postman_id":"ee72cc60-6e4f-4912-a428-61f69291abc6"},{"name":"/diseases/outbreaks/distribution/{country_code}/summary","id":"3d8ddd58-cd4e-48ae-b64e-582e70e1381e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/distribution/G292/summary?year=2025","description":"<p>Returns a <strong>per-disease summary</strong> for one <strong>reporting country</strong>: each item is <strong><code>disease_code</code></strong>, <strong><code>disease</code></strong>, and <strong><code>cases</code></strong>.</p>\n<p><strong><code>cases</code></strong> is not a simple sum of every row. The server groups rows by disease and derives a single number as the <strong>maximum</strong> of several geographic rules (nationwide marker, unknown subdivision, state-level totals, and an “all city-level” sum when every row for that disease is city-specific).</p>\n<p><strong><code>year</code></strong> is <strong>optional</strong>. With <strong><code>year</code></strong>, behavior aligns with <strong><code>GET /diseases/outbreaks/distribution/{country_code}?year=…</code></strong> (year overlap + outbreak/sporadic types only). When <strong><code>year</code></strong> is omitted, the set of rows is broader (see query parameter note).</p>\n<p>For individual outbreak rows, use <strong><code>GET /diseases/outbreaks/distribution/{country_code}</code></strong> or <strong><code>GET /diseases/outbreaks/filter</code></strong>. For recent activity only, <strong><code>GET /diseases/outbreaks/distribution/{country_code}/alerts</code></strong> uses <strong><code>days</code></strong>, not <strong><code>year</code></strong>.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code for the reporting country.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>year</code></td>\n<td>No</td>\n<td>Calendar year filter; see above for interaction with row selection and type filtering.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","distribution","G292","summary"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Optional calendar year. When set, uses the same year window as <strong><code>GET /diseases/outbreaks/distribution/{country_code}</code></strong> and only types containing <strong><code>outbreak</code></strong> or <strong><code>sporadic</code></strong>. When omitted, aggregates <strong>all</strong> rows for the country with a non-null disease id (no year filter and <strong>no</strong> outbreak/sporadic type filter).</p>\n","type":"text/plain"},"key":"year","value":"2025"}],"variable":[]}},"response":[{"id":"573d4124-fdce-4bfb-b039-ae237d78254e","name":"/diseases/outbreaks/distribution/G292/summary?year=2025","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/distribution/G292/summary?year=2025","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","distribution","G292","summary"],"query":[{"key":"year","value":"2025"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 10035,\n            \"disease\": \"Aeromonas and marine Vibrio infections\",\n            \"cases\": 135\n        },\n        {\n            \"disease_code\": 10040,\n            \"disease\": \"HIV/AIDS\",\n            \"cases\": 69\n        }\n    ]\n}"}],"_postman_id":"3d8ddd58-cd4e-48ae-b64e-582e70e1381e"},{"name":"/diseases/outbreaks/distribution/{country_code}/alerts","id":"a52aaea6-efad-4b60-a12b-df0468d05ae8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/distribution/G292/alerts?days=30","description":"<p>Returns <strong>recently updated</strong> outbreak rows for a <strong>single reporting country</strong>, using the same handler and <strong><code>return=simple</code> / <code>detailed</code></strong> shapes as <strong><code>GET /diseases/outbreaks/distribution/{country_code}</code></strong> (simple = full <code>data</code> array; detailed = extra fields + pagination with <strong><code>limit</code></strong> / <strong><code>offset</code></strong>).</p>\n<p><strong>Time window:</strong> rows must have <strong><code>last_update_date</code></strong> on or after midnight <strong>N</strong> calendar days ago (<strong><code>days</code></strong>), <strong>and</strong> either <strong><code>outbreak_start</code></strong> or <strong><code>outbreak_end</code></strong> equal to the <strong>current calendar year</strong> (server clock). This path does <strong>not</strong> apply the outbreak/sporadic-only type filter used when <strong><code>year</code></strong> is applied on the non-alerts distribution route. Do not pass <strong><code>year</code></strong> on this path, or the server will use that year-based branch instead of this rolling window.</p>\n<p><strong><code>days</code>:</strong> optional; default <strong>5</strong>. Must be ≤ server <strong><code>max_alert_days</code></strong> or the API returns <strong>404</strong> with <code>days can't be greater than …</code>.</p>\n<p>Compare <strong><code>GET /diseases/outbreaks/alerts</code></strong> (worldwide, different query naming in older Postman examples). For a fixed calendar year across types, use <strong><code>GET /diseases/outbreaks/distribution/{country_code}?year=…</code></strong>.</p>\n<ul>\n<li><strong><code>outbreak_start</code></strong> / <strong><code>outbreak_end</code></strong> in responses are <strong>deprecated</strong> in favor of <strong><code>outbreak_first_reported</code></strong> / <strong><code>outbreak_last_reported</code></strong>.</li>\n</ul>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code for the reporting country.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>days</code></td>\n<td>No</td>\n<td>Integer look-back days (default <strong>5</strong>; capped by <strong><code>max_alert_days</code></strong>).</td>\n</tr>\n<tr>\n<td><code>return</code></td>\n<td>No</td>\n<td><code>simple</code> (default) or <code>detailed</code>.</td>\n</tr>\n<tr>\n<td><code>limit</code> / <code>offset</code></td>\n<td>No</td>\n<td>For <strong><code>detailed</code></strong> only.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","distribution","G292","alerts"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Look-back window in days from today (start of day). Default <strong>5</strong> if omitted. Cannot exceed server <strong><code>max_alert_days</code></strong> (returns <strong>404</strong> if too large).</p>\n","type":"text/plain"},"key":"days","value":"30"},{"disabled":true,"description":{"content":"<p><code>simple</code> (default) or <code>detailed</code> — same as <strong><code>GET /diseases/outbreaks/distribution/{country_code}</code></strong>.</p>\n","type":"text/plain"},"key":"return","value":"simple"}],"variable":[]}},"response":[{"id":"c3230cfd-ec71-4034-8dac-c0ac4dc17fb5","name":"/diseases/outbreaks/distribution/G292/alerts?days=30","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/distribution/G292/alerts?days=30","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","distribution","G292","alerts"],"query":[{"key":"days","value":"30"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2026-03-18 09:41:44\",\n            \"update_date_epoch\": 1773826904,\n            \"hash_id\": \"bb81aa7c-22fe-4fcf-8143-fdb3bb1b8fb3\",\n            \"type\": \"outbreak,travelcase\",\n            \"id\": \"o_35214\",\n            \"outbreak_start\": 2025,\n            \"outbreak_first_reported\": 2025,\n            \"outbreak_end\": 2026,\n            \"outbreak_last_reported\": 2026,\n            \"publication_year\": null,\n            \"cases\": 38,\n            \"deaths\": null,\n            \"region\": \"Washington\",\n            \"country_code\": \"G292\",\n            \"country\": \"United States\",\n            \"city\": null,\n            \"state\": \"Washington\",\n            \"disease_code\": 11450,\n            \"disease\": \"Measles\"\n        }\n    ]\n}"}],"_postman_id":"a52aaea6-efad-4b60-a12b-df0468d05ae8"},{"name":"/diseases/outbreaks/filter-options","id":"f7901c17-f15e-4e90-a292-ccff6ac3ba22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/filter-options","description":"<p>Returns <strong>distinct filter values</strong> for outbreak UIs, aligned with <strong><code>GET /diseases/outbreaks/filter</code></strong>. Pass the same optional query parameters to reflect the current filter context.</p>\n<p>With <strong>no</strong> parameters, a faster path loads options from the full outbreak set. With <strong>any</strong> filter present, each facet’s options are computed with that facet relaxed.</p>\n<ul>\n<li><strong><code>regions</code></strong> — Only when <strong><code>country</code></strong> is set and subdivision-level geography exists; items use <code>region_id</code> and <code>region_name</code>.</li>\n<li><strong><code>source_countries</code></strong> overlaps reporting-country options; <strong><code>countries</code></strong> merges reporting and origin country codes (prefer <strong><code>countries</code></strong> for new integrations where noted in release notes).</li>\n<li><strong><code>years</code></strong> — <code>outbreak_start_years</code> merges start years with publication years; <code>outbreak_end_years</code> uses end year or start when end is missing.</li>\n<li><strong><code>eventType</code></strong> — Maps each row’s <strong><code>type</code></strong> field to <code>event_code</code> / <code>event_name</code> (Outbreak, Cross-border, Sporadic).</li>\n<li><strong><code>GET /diseases/outbreaks/regions</code></strong> — pass <strong><code>countryId</code></strong> (reporting country); returns <strong><code>region_code</code></strong> / <strong><code>region</code></strong> (same id as <strong><code>region_id</code></strong> / name as <strong><code>region_name</code></strong> in <strong><code>data.regions</code></strong> here). Optional <strong><code>search</code></strong> prefixes the subdivision name.</li>\n<li><strong><code>GET /diseases/outbreaks/settings</code></strong>, <strong><code>GET /diseases/outbreaks/population</code></strong>, <strong><code>GET /diseases/outbreaks/pathogens</code></strong>, and <strong><code>GET /diseases/outbreaks/vehicles</code></strong> return the full setting, population, pathogen, and vehicle catalogs with optional prefix <strong><code>search</code></strong> on labels (same codes as <code>data.settings</code>, <code>data.populations</code> / <code>data.animal_populations</code>, <code>data.pathogens</code>, and <code>data.vehicles</code> here).</li>\n</ul>\n<h4 id=\"response\"><strong>Response</strong></h4>\n<p><code>data</code> contains <code>settings</code>, <code>populations</code>, <code>vehicles</code>, <code>pathogens</code>, <code>regions</code>, <code>animal_populations</code>, <code>countries</code>, <code>source_countries</code>, <code>origin_countries</code>, <code>diseases</code>, <code>eventType</code>, <code>years</code>. The saved example trims each list to <strong>one</strong> item (and a few sample years); live responses are much larger.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","filter-options"],"host":["api","gideononline","com"],"query":[{"disabled":true,"description":{"content":"<p>Disease id; narrows distinct values.</p>\n","type":"text/plain"},"key":"disease","value":""},{"disabled":true,"description":{"content":"<p>Country code; enables <code>regions</code> when subdivision data exists.</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>Event type filter context</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Overlap window lower year</p>\n","type":"text/plain"},"key":"outbreak_start","value":""},{"disabled":true,"description":{"content":"<p>Overlap window upper year</p>\n","type":"text/plain"},"key":"outbreak_end","value":""}],"variable":[]}},"response":[{"id":"c92c8a02-dbad-47b6-9dac-ea0e1e71c692","name":"/diseases/outbreaks/filter-options","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/filter-options","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","filter-options"],"query":[{"key":"disease","value":"","description":"Disease id; narrows distinct values.","disabled":true},{"key":"country","value":"","description":"Country code; enables `regions` when subdivision data exists.","disabled":true},{"key":"type","value":"","description":"Event type filter context","disabled":true},{"key":"outbreak_start","value":"","description":"Overlap window lower year","disabled":true},{"key":"outbreak_end","value":"","description":"Overlap window upper year","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"settings\": [\n            {\n                \"setting_code\": 1002,\n                \"setting\": \"abattoir\"\n            }\n        ],\n        \"populations\": [\n            {\n                \"population_code\": 1878,\n                \"population\": \"abattoir workers\",\n                \"is_human\": 1\n            }\n        ],\n        \"vehicles\": [\n            {\n                \"vehicle_code\": 1389,\n                \"vehicle\": \"abortion\"\n            }\n        ],\n        \"pathogens\": [\n            {\n                \"pathogen_code\": 690,\n                \"pathogen\": \"<i>Absidia corymbifera</i>\"\n            }\n        ],\n        \"regions\": [],\n        \"animal_populations\": [\n            {\n                \"animal_population_code\": 1142,\n                \"animal_population\": \"alpacas\",\n                \"is_human\": 0\n            }\n        ],\n        \"countries\": [\n            {\n                \"country_id\": \"G90\",\n                \"country_name\": \"< Bioterrorism simulator >\"\n            }\n        ],\n        \"source_countries\": [\n            {\n                \"source_country_id\": \"G90\",\n                \"source_country_name\": \"< Bioterrorism simulator >\"\n            }\n        ],\n        \"origin_countries\": [\n            {\n                \"origin_country_id\": \"G100\",\n                \"origin_country_name\": \"< Worldwide >\"\n            }\n        ],\n        \"diseases\": [\n            {\n                \"disease_code\": 10030,\n                \"disease_name\": \"Adenovirus infection\"\n            }\n        ],\n        \"eventType\": [\n            {\n                \"event_code\": \"outbreak\",\n                \"event_name\": \"Outbreak\"\n            }\n        ],\n        \"years\": {\n            \"outbreak_start_years\": [\n                1338,\n                1348,\n                1349\n            ],\n            \"outbreak_end_years\": [\n                1339,\n                1348,\n                1349\n            ]\n        }\n    }\n}"}],"_postman_id":"f7901c17-f15e-4e90-a292-ccff6ac3ba22"},{"name":"/diseases/outbreaks/filter","id":"73319720-2500-4a6d-8867-d1d6305d6a86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/filter?disease=10040&country=G292","description":"<p>Returns <strong>outbreak</strong> rows in <strong>simple</strong> mode by default (<code>return=simple</code>). Each row includes <strong><code>update_date</code></strong>, <strong><code>update_date_epoch</code></strong> (Unix seconds; derived from each row’s update time), geography, counts, and resolved names (vehicle, pathogen, populations, etc.). <strong><code>id</code></strong> is prefixed (<code>o_</code>, <code>t_</code>, <code>sp_</code>) from event type and a stable numeric key.</p>\n<p><strong>Year overlap</strong> uses the query parameters <strong><code>outbreak_start</code></strong> and <strong><code>outbreak_end</code></strong> (calendar years) with derived span logic on the server.</p>\n<p>If the filtered row count exceeds <strong><code>outbreaks_max_records_without_filters</code></strong> (default <strong>500</strong>), the API returns <strong>HTTP 200</strong> with <code>{ \"data\": { \"record_count\", \"max_records\" } }</code> instead of listing rows.</p>\n<p>Use <strong><code>GET /diseases/outbreaks/filter-options</code></strong> for facet values. Use <strong><code>GET /diseases/outbreaks/regions</code></strong> (requires <strong><code>countryId</code></strong>) for subdivision pickers; use <strong><code>GET /diseases/outbreaks/settings</code></strong>, <strong><code>GET /diseases/outbreaks/population</code></strong>, <strong><code>GET /diseases/outbreaks/pathogens</code></strong>, and <strong><code>GET /diseases/outbreaks/vehicles</code></strong> for the full setting, population, pathogen, and vehicle catalogs (optional prefix <strong><code>search</code></strong> where noted on each request).</p>\n<h4 id=\"query-parameters-optional-combine-as-needed\"><strong>Query parameters</strong> (optional; combine as needed)</h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease</code></td>\n<td>Numeric GIDEON disease identifier.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>GIDEON country code for the reporting country.</td>\n</tr>\n<tr>\n<td><code>originCountry</code></td>\n<td>Country code for the country of origin (imported exposure), when applicable.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>Substring match on stored event <code>type</code> (e.g. outbreak, sporadic, travelcase).</td>\n</tr>\n<tr>\n<td><code>outbreak_start</code> / <code>outbreak_end</code></td>\n<td>Calendar-year overlap window.</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>Subdivision id (<code>region_code</code> from <strong><code>GET /diseases/outbreaks/regions</code></strong> with the same country as <strong><code>countryId</code></strong>, or filter-options <strong><code>region_id</code></strong>).</td>\n</tr>\n<tr>\n<td><code>setting</code></td>\n<td>Setting id (<code>setting_code</code> from <strong><code>GET /diseases/outbreaks/settings</code></strong> or filter-options).</td>\n</tr>\n<tr>\n<td><code>population</code></td>\n<td>Human population id (<code>population_code</code> from <strong><code>GET /diseases/outbreaks/population</code></strong> with <code>is_human=1</code>, or filter-options <code>data.populations</code>).</td>\n</tr>\n<tr>\n<td><code>animalPopulation</code></td>\n<td>Animal population id (<code>population_code</code> from <strong><code>GET /diseases/outbreaks/population</code></strong> with <code>is_human=0</code>, or filter-options <code>data.animal_populations</code> as <code>animal_population_code</code>).</td>\n</tr>\n<tr>\n<td><code>vehicle</code></td>\n<td>Vehicle id (<code>vehicle_code</code> from <strong><code>GET /diseases/outbreaks/vehicles</code></strong> or filter-options).</td>\n</tr>\n<tr>\n<td><code>pathogen</code></td>\n<td>Pathogen id (<code>pathogen_code</code> from <strong><code>GET /diseases/outbreaks/pathogens</code></strong> or filter-options).</td>\n</tr>\n<tr>\n<td><code>humanCases</code> / <code>humanDeaths</code> / <code>animalCases</code> / <code>animalDeaths</code></td>\n<td>Numeric filters (same operator rules as similar endpoints).</td>\n</tr>\n<tr>\n<td><code>return</code></td>\n<td><code>simple</code> (default) or <code>detailed</code> (paginated, extra fields).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"success-with-rows-simple\"><strong>Success with rows (simple)</strong></h4>\n<p><code>{ \"data\": [ ... ] }</code> — the Postman example shows <strong>one</strong> row for brevity (from api-dev; values change).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","filter"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Numeric GIDEON disease identifier.</p>\n","type":"text/plain"},"key":"disease","value":"10040"},{"description":{"content":"<p>GIDEON country code for the reporting country.</p>\n","type":"text/plain"},"key":"country","value":"G292"},{"disabled":true,"description":{"content":"<p>Substring match on event type labels</p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Lower bound of outbreak year overlap window</p>\n","type":"text/plain"},"key":"outbreak_start","value":""},{"disabled":true,"description":{"content":"<p>Upper bound of outbreak year overlap window</p>\n","type":"text/plain"},"key":"outbreak_end","value":""},{"disabled":true,"description":{"content":"<p>Subdivision id (<code>region_code</code> from <code>GET /diseases/outbreaks/regions</code> with the same <code>country</code> as <code>countryId</code>, or filter-options <code>region_id</code>).</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>Setting id (<code>setting_code</code> from <code>GET /diseases/outbreaks/settings</code> or filter-options).</p>\n","type":"text/plain"},"key":"setting","value":""},{"disabled":true,"description":{"content":"<p>Human population id (<code>population_code</code> from <code>GET /diseases/outbreaks/population</code> when <code>is_human=1</code>, or filter-options).</p>\n","type":"text/plain"},"key":"population","value":""},{"disabled":true,"description":{"content":"<p>Animal population id (<code>population_code</code> from <code>GET /diseases/outbreaks/population</code> when <code>is_human=0</code>, or filter-options <code>animal_population_code</code>).</p>\n","type":"text/plain"},"key":"animalPopulation","value":""},{"disabled":true,"description":{"content":"<p>Vehicle id (<code>vehicle_code</code> from <code>GET /diseases/outbreaks/vehicles</code> or filter-options).</p>\n","type":"text/plain"},"key":"vehicle","value":""},{"disabled":true,"description":{"content":"<p>Pathogen id (<code>pathogen_code</code> from <code>GET /diseases/outbreaks/pathogens</code> or filter-options).</p>\n","type":"text/plain"},"key":"pathogen","value":""},{"disabled":true,"description":{"content":"<p>Origin country code when applicable</p>\n","type":"text/plain"},"key":"originCountry","value":""},{"disabled":true,"description":{"content":"<p><code>simple</code> (default) or <code>detailed</code></p>\n","type":"text/plain"},"key":"return","value":""}],"variable":[]}},"response":[{"id":"bc602e81-1b31-4549-b723-7625e1e18cb5","name":"/diseases/outbreaks/filter?disease=10040&country=G292","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/filter?disease=10040&country=G292","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","filter"],"query":[{"key":"disease","value":"10040"},{"key":"country","value":"G292"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2026-03-06 22:39:25\",\n            \"update_date_epoch\": 1772836765,\n            \"hash_id\": \"aed6b4e4-8322-4416-861d-d898238ace6e\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_38752\",\n            \"outbreak_start\": 2025,\n            \"outbreak_first_reported\": 2025,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": 200,\n            \"deaths\": null,\n            \"animal_cases\": null,\n            \"animal_deaths\": null,\n            \"setting_id\": null,\n            \"setting_name\": \"\",\n            \"population_id\": null,\n            \"animal_population_id\": null,\n            \"vehicle_id\": 1361,\n            \"pathogen_id\": null,\n            \"region\": \"Massachusetts - Boston\",\n            \"country_code\": \"G292\",\n            \"country\": \"United States\",\n            \"origin_country_code\": \"\",\n            \"origin_country\": null,\n            \"city\": \"Boston\",\n            \"latitude\": \"42.3555\",\n            \"longitude\": \"-71.06575\",\n            \"state\": \"Massachusetts\",\n            \"disease_code\": 10040,\n            \"disease\": \"HIV/AIDS\",\n            \"vehicle_name\": \"drug abuse\",\n            \"pathogen_name\": null,\n            \"population_name\": null,\n            \"animal_population_name\": null\n        }\n    ]\n}"}],"_postman_id":"73319720-2500-4a6d-8867-d1d6305d6a86"},{"name":"/diseases/outbreaks/{hash_id}","id":"8e1b69b9-49ab-4c60-aa20-67de92da0886","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Retrieves detailed information about a specific disease outbreak using its unique <code>hash_id</code>.</p>\n<ul>\n<li><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_first_reported</code>. Do not use.</li>\n<li><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_last_reported</code>. Do not use.</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>outbreak</code></td>\n<td>A confirmed outbreak involving multiple cases linked by time and location.</td>\n</tr>\n<tr>\n<td><code>sporadic</code></td>\n<td>A single or isolated case not linked to other known cases.</td>\n</tr>\n<tr>\n<td><code>travelcase</code></td>\n<td>The case was imported from another country or region, typically through travel.</td>\n</tr>\n<tr>\n<td><code>outbreak,travelcases</code></td>\n<td>A cluster of travel-related cases that are considered part of an outbreak.</td>\n</tr>\n<tr>\n<td><code>sporadic,travelcase</code></td>\n<td>A single travel-related case that is not part of a known outbreak.</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Note:</strong> Values may appear in combination (e.g., <code>outbreak,travelcases</code>) to indicate both the type of event and whether the case(s) were travel-related.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"48724c7b-379d-4dc8-9633-b8e52af45796","name":"/diseases/outbreaks/03775a92-1c5c-48af-94dc-e41005fe3536","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/03775a92-1c5c-48af-94dc-e41005fe3536"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 18:06:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"768"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"update_date\": \"2024-06-19 23:58:21\",\n        \"update_date_epoch\": 1718841501,\n        \"hash_id\": \"03775a92-1c5c-48af-94dc-e41005fe3536\",\n        \"type\": \"outbreak\",\n        \"id\": \"o_487\",\n        \"outbreak_start\": null,\n        \"outbreak_first_reported\": null,\n        \"outbreak_end\": null,\n        \"outbreak_last_reported\": null,\n        \"publication_year\": \"1961\",\n        \"cases\": null,\n        \"deaths\": null,\n        \"region\": \"Ancona\",\n        \"vehicle\": null,\n        \"setting\": null,\n        \"population\": null,\n        \"pathogen\": null,\n        \"clinical\": null,\n        \"notes\": \"Outbreak in Senigallia, Ancona Province.\",\n        \"references\": [\n            {\n                \"reference_number\": \"p 13687157\",\n                \"citation\": \"Minerva Med 1961 Jul 04;52:2385-6.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/13687157\"\n            }\n        ],\n        \"country_code\": \"G190\",\n        \"country\": \"Italy\",\n        \"latitude\": \"43.6333\",\n        \"longitude\": \"13.5\",\n        \"city\": \"Ancona\",\n        \"state\": \"Marche\",\n        \"disease_code\": 10640,\n        \"disease\": \"Diphtheria\"\n    }\n}"}],"_postman_id":"8e1b69b9-49ab-4c60-aa20-67de92da0886"},{"name":"/diseases/outbreaks/news","id":"f2bb0b67-0fa3-4104-9a8d-130f37fd286b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/news?count=20&days=7","description":"<p>Returns curated disease outbreak news articles, ordered by outbreak date (newest first).</p>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td>integer</td>\n<td>No. Default = 20</td>\n<td>Maximum number of articles when <code>days</code> is <strong>not</strong> used. Capped at <strong>100</strong> (larger values are treated as 100).</td>\n</tr>\n<tr>\n<td><code>days</code></td>\n<td>integer</td>\n<td>No</td>\n<td>If set, only articles added to the feed within the last <code>days</code> days are returned (maximum effective window <strong>20</strong> days). When <code>days</code> is set, <code>count</code> is <strong>not</strong> applied.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response</strong></h4>\n<p>JSON object with a <code>data</code> array. Typical fields per article include disease and country names and codes, location (state, city, admin areas), dates, title, source, URL, case counts, summary (<code>abstract</code>), and related labels.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","news"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Maximum rows returned when <code>days</code> is omitted. Default is 20. Not applied when <code>days</code> is provided (all approved matches in the window are returned).</p>\n","type":"text/plain"},"key":"count","value":"20"},{"description":{"content":"<p>Optional. Only include articles added to the feed within the last N days. Values above 20 are treated as 20; values below 1 are ignored (same as omitting <code>days</code>).</p>\n","type":"text/plain"},"key":"days","value":"7"}],"variable":[]}},"response":[{"id":"6f72ff29-2d53-4ca7-bec9-1d276802a815","name":"/diseases/outbreaks/news?count=20","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/news?count=20","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","news"],"query":[{"key":"count","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 11170,\n            \"country_code\": \"G158\",\n            \"disease\": \"Influenza\",\n            \"country\": \"Ethiopia\",\n            \"state\": null,\n            \"city\": \"Addis Ababa\",\n            \"outbreak_first_reported\": \"2025-01-15\",\n            \"publication_date\": \"2025-01-16\",\n            \"title\": \"Example headline\",\n            \"news_source\": \"Example News\",\n            \"url\": \"https://example.com/article\",\n            \"cases\": 10,\n            \"deaths\": null,\n            \"animal_cases\": null,\n            \"animal_deaths\": null,\n            \"abstract\": \"Short summary text.\",\n            \"admin_1_name\": null,\n            \"admin_2_name\": null,\n            \"admin_3_name\": null\n        }\n    ]\n}"}],"_postman_id":"f2bb0b67-0fa3-4104-9a8d-130f37fd286b"},{"name":"/diseases/outbreaks/news/count","id":"fa7a1a00-15f0-4ad4-b7cb-ae87d6c8eace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/news/count?days=14","description":"<p>Returns how many curated outbreak news articles were <strong>added to the feed</strong> within the last <code>days</code> days (counted from today).</p>\n<h4 id=\"query-parameters\"><strong>Query Parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>days</code></td>\n<td>integer</td>\n<td>No. Default = 14</td>\n<td>Length of the look-back window in days.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response-body\"><strong>Response body</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td>integer</td>\n<td>Number of articles matching the window.</td>\n</tr>\n<tr>\n<td><code>days</code></td>\n<td>integer</td>\n<td>Window length the API applied (your value or the default).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","news","count"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>How many days back from today to include (based on when each article entered the outbreak news feed). If omitted, the API uses 14.</p>\n","type":"text/plain"},"key":"days","value":"14"}],"variable":[]}},"response":[{"id":"415d3943-0bc4-4cd7-b85e-47a13e5dba95","name":"/diseases/outbreaks/news/count?days=14","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/news/count?days=14","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","news","count"],"query":[{"key":"days","value":"14"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 42,\n    \"days\": 14\n}"}],"_postman_id":"fa7a1a00-15f0-4ad4-b7cb-ae87d6c8eace"},{"name":"/diseases/outbreaks/pathogens","id":"f81be214-9f12-4775-93db-51ca42bfeb3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/pathogens","description":"<p>Returns the <strong>reference list of outbreak pathogens</strong> (etiologic agents linked to outbreak records). Each item has <strong><code>pathogen_code</code></strong> (numeric id) and <strong><code>pathogen</code></strong> (label, often with simple HTML such as italics).</p>\n<p>Pass <strong><code>pathogen_code</code></strong> as the <strong><code>pathogen</code></strong> query parameter on <strong><code>GET /diseases/outbreaks/filter</code></strong>. For values already constrained by other outbreak filters, <strong><code>GET /diseases/outbreaks/filter-options</code></strong> also returns <code>data.pathogens</code> with the same shape (<code>pathogen_code</code> / <code>pathogen</code>).</p>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td>No</td>\n<td>If set, only rows whose <strong><code>pathogen</code></strong> label starts with this string are returned (prefix match).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","pathogens"],"host":["api","gideononline","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional prefix on the pathogen label (many values begin with HTML such as <code>&lt;i&gt;</code>; plain-letter prefixes may return no rows).</p>\n","type":"text/plain"},"key":"search","value":"<i>Abs"}],"variable":[]}},"response":[{"id":"dd151366-298f-4893-995a-4bf8c34e7ec7","name":"/diseases/outbreaks/pathogens?search=<i>Abs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/pathogens?search=<i>Abs","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","pathogens"],"query":[{"key":"search","value":"<i>Abs"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"pathogen_code\": 690,\n            \"pathogen\": \"<i>Absidia corymbifera</i>\"\n        }\n    ]\n}"}],"_postman_id":"f81be214-9f12-4775-93db-51ca42bfeb3c"},{"name":"/diseases/outbreaks/population","id":"367e8cee-bbc0-40d5-ac31-8626c88b9326","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/population","description":"<p>Returns the <strong>reference list of outbreak populations</strong> (human and animal host or cohort labels attached to outbreak records). Each item has <strong><code>population_code</code></strong> (numeric id), <strong><code>population</code></strong> (label), and <strong><code>is_human</code></strong> (<code>1</code> = human population, <code>0</code> = animal population).</p>\n<p>On <strong><code>GET /diseases/outbreaks/filter</code></strong>, pass <strong><code>population_code</code></strong> as <strong><code>population</code></strong> for the human population field, or as <strong><code>animalPopulation</code></strong> for the animal population field (the same ids appear in outbreak rows and in filter facets). For values already constrained by other outbreak filters, <strong><code>GET /diseases/outbreaks/filter-options</code></strong> returns overlapping options under <code>data.populations</code> / <code>data.animal_populations</code> (with <code>population_code</code> / <code>animal_population_code</code> respectively).</p>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td>No</td>\n<td>If set, only rows whose <strong><code>population</code></strong> label starts with this string are returned (prefix match).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","population"],"host":["api","gideononline","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional prefix on the population label (matches from the start of the label text).</p>\n","type":"text/plain"},"key":"search","value":"abattoir workers  ("}],"variable":[]}},"response":[{"id":"35810653-a1ad-4fb6-b3ec-d665326cc53b","name":"/diseases/outbreaks/population?search=abattoir workers  (","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/population?search=abattoir workers  (","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","population"],"query":[{"key":"search","value":"abattoir workers  ("}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"population_code\": 1895,\n            \"population\": \"abattoir workers  (Literature Review)\",\n            \"is_human\": 1\n        }\n    ]\n}"}],"_postman_id":"367e8cee-bbc0-40d5-ac31-8626c88b9326"},{"name":"/diseases/outbreaks/regions","id":"8b6c821d-135d-47e7-98cf-85460be4c492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/regions?countryId=G292","description":"<p>Returns <strong>subdivisions</strong> (states, provinces, or equivalent) for outbreak geography, scoped to one reporting country.</p>\n<p><strong><code>countryId</code></strong> is required (use the same GIDEON code as <strong><code>country</code></strong> on <strong><code>GET /diseases/outbreaks/filter</code></strong>). <strong><code>sourceCountryId</code></strong> is accepted as a legacy synonym. If neither is set, <strong><code>data</code></strong> is an empty array.</p>\n<p>Each row has <strong><code>region_code</code></strong> (numeric subdivision id for the reporting country) and <strong><code>region</code></strong> (display name). Pass <strong><code>region_code</code></strong> as the <strong><code>region</code></strong> query parameter on <strong><code>GET /diseases/outbreaks/filter</code></strong>. Those ids align with <strong><code>region_id</code></strong> under <strong><code>data.regions</code></strong> on <strong><code>GET /diseases/outbreaks/filter-options</code></strong> when <strong><code>country</code></strong> is set.</p>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>countryId</code></td>\n<td><strong>Yes</strong> (for data)</td>\n<td>GIDEON country code.</td>\n</tr>\n<tr>\n<td><code>sourceCountryId</code></td>\n<td>No</td>\n<td>Same as <strong><code>countryId</code></strong>; supported for backward compatibility.</td>\n</tr>\n<tr>\n<td><code>search</code></td>\n<td>No</td>\n<td>If set, only rows whose <strong><code>region</code></strong> name starts with this string are returned (prefix match).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","regions"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>GIDEON country code for the reporting country (required for a non-empty list).</p>\n","type":"text/plain"},"key":"countryId","value":"G292"},{"disabled":true,"description":{"content":"<p>Legacy alias for <strong><code>countryId</code></strong>; same meaning.</p>\n","type":"text/plain"},"key":"sourceCountryId","value":""},{"disabled":true,"description":{"content":"<p>Optional prefix on the subdivision (<strong><code>region</code></strong>) name.</p>\n","type":"text/plain"},"key":"search","value":"Mass"}],"variable":[]}},"response":[{"id":"e83d008a-8f32-4f6f-82d8-248a6297dcd4","name":"/diseases/outbreaks/regions?countryId=G292&search=Mass","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/regions?countryId=G292&search=Mass","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","regions"],"query":[{"key":"countryId","value":"G292"},{"key":"search","value":"Mass"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"region_code\": 3868,\n            \"region\": \"Massachusetts\"\n        }\n    ]\n}"}],"_postman_id":"8b6c821d-135d-47e7-98cf-85460be4c492"},{"name":"/diseases/outbreaks/settings","id":"574e90e6-f4bf-464a-ba3d-195fdfaed5db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/settings","description":"<p>Returns the <strong>reference list of outbreak settings</strong> (places or contexts where outbreaks are recorded, such as facilities). Each item has <strong><code>setting_code</code></strong> (numeric id) and <strong><code>setting</code></strong> (label).</p>\n<p>Pass <strong><code>setting_code</code></strong> as the <strong><code>setting</code></strong> query parameter on <strong><code>GET /diseases/outbreaks/filter</code></strong>. For values already constrained by other outbreak filters, <strong><code>GET /diseases/outbreaks/filter-options</code></strong> also returns <code>data.settings</code> with the same shape.</p>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td>No</td>\n<td>If set, only rows whose <strong><code>setting</code></strong> value starts with this string are returned (prefix match).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","settings"],"host":["api","gideononline","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional prefix on the setting label (matches from the start of the label text).</p>\n","type":"text/plain"},"key":"search","value":"abat"}],"variable":[]}},"response":[{"id":"8c53b9f1-3187-4bee-ba8b-edfeccd05d1d","name":"/diseases/outbreaks/settings?search=abat","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/settings?search=abat","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","settings"],"query":[{"key":"search","value":"abat"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"setting_code\": 1002,\n            \"setting\": \"abattoir\"\n        }\n    ]\n}"}],"_postman_id":"574e90e6-f4bf-464a-ba3d-195fdfaed5db"},{"name":"/diseases/outbreaks/vehicles","id":"991c4834-590f-4cfe-af96-13bb2529f1cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/vehicles","description":"<p>Returns the <strong>reference list of outbreak vehicles</strong> (transmission vehicles or modes attached to outbreak records). Each item has <strong><code>vehicle_code</code></strong> (numeric id) and <strong><code>vehicle</code></strong> (label).</p>\n<p>Pass <strong><code>vehicle_code</code></strong> as the <strong><code>vehicle</code></strong> query parameter on <strong><code>GET /diseases/outbreaks/filter</code></strong>. For values already constrained by other outbreak filters, <strong><code>GET /diseases/outbreaks/filter-options</code></strong> also returns <code>data.vehicles</code> with the same shape.</p>\n<p><strong>Not</strong> the same dataset as <strong><code>GET /diseases/fingerprint/vehicles</code></strong>, which lists agent-level transmission modes for the fingerprint tool.</p>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>search</code></td>\n<td>No</td>\n<td>If set, only rows whose <strong><code>vehicle</code></strong> value starts with this string are returned (prefix match).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","vehicles"],"host":["api","gideononline","com"],"query":[{"disabled":true,"description":{"content":"<p>Optional prefix on the vehicle label (matches from the start of the label text).</p>\n","type":"text/plain"},"key":"search","value":"drug"}],"variable":[]}},"response":[{"id":"4719bd0f-8b80-459a-bf93-65a7c2ae541d","name":"/diseases/outbreaks/vehicles","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/vehicles?search=drug","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","vehicles"],"query":[{"key":"search","value":"drug"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"vehicle_code\": 1361,\n            \"vehicle\": \"drug abuse\"\n        }\n    ]\n}"}],"_postman_id":"991c4834-590f-4cfe-af96-13bb2529f1cb"},{"name":"/diseases/surveys/filter","id":"897e7f21-a64a-4874-960d-237cd91febf1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/surveys/filter?disease=10040&country=G292&type=Prevalence","description":"<p>Returns <strong>prevalence and seroprevalence survey</strong> rows matching optional filters. Results are ordered by the greater of survey start year and publication year (newest first).</p>\n<p>Each row includes core survey fields, resolved <strong><code>pathogens</code></strong> and <strong><code>test_types</code></strong> name arrays (underlying id lists are not returned), and a top-level <strong><code>timestamp</code></strong> (Unix epoch seconds) reflecting the most recent row update in the filtered set.</p>\n<p>If the filter set matches <strong>more than</strong> the server limit (see <code>max_records</code> in the capped response; default <strong>500</strong> when no setting override), the API returns <strong>HTTP 200</strong> with <code>{ \"data\": { \"record_count\", \"max_records\" } }</code> instead of the full list—add filters (for example <code>disease</code> and <code>country</code>) and call again.</p>\n<p>Use <strong><code>GET /diseases/surveys/filter-options</code></strong> to discover available filter values for the current dataset.</p>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease</code></td>\n<td>No</td>\n<td>Numeric GIDEON disease identifier.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>No</td>\n<td>GIDEON country code.</td>\n</tr>\n<tr>\n<td><code>survey_start_year</code></td>\n<td>No</td>\n<td>Lower bound on survey start year.</td>\n</tr>\n<tr>\n<td><code>survey_end_year</code></td>\n<td>No</td>\n<td>Upper bound on end year; uses end year when present, otherwise start year.</td>\n</tr>\n<tr>\n<td><code>test_type</code></td>\n<td>No</td>\n<td>Substring match on test-type labels.</td>\n</tr>\n<tr>\n<td><code>pathogen</code></td>\n<td>No</td>\n<td>Substring match on pathogen labels.</td>\n</tr>\n<tr>\n<td><code>percentRange</code></td>\n<td>No</td>\n<td>Filter on primary percentage: operators <code>&lt;</code>, <code>&gt;</code>, <code>&lt;=</code>, <code>&gt;=</code> plus a number (e.g. <code>&gt;=10</code>), or a plain number (treated as <strong>&gt;=</strong> that value).</td>\n</tr>\n<tr>\n<td><code>population</code></td>\n<td>No</td>\n<td>Survey population group id (values from filter-options).</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>No</td>\n<td>Subdivision (state or equivalent) code from filter-options when available.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td>No</td>\n<td><code>Prevalence</code> or <code>Seroprevalence</code> (exact spelling).</td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td>No</td>\n<td>Survey size bucket: <code>min-max</code> (e.g. <code>0-500</code>, <code>500-1000</code>) or <code>threshold+</code> (e.g. <code>500000+</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"success-with-rows\"><strong>Success with rows</strong></h4>\n<p><code>{ \"data\": [ ... ], \"timestamp\": &lt;unix_epoch_seconds&gt; }</code> — each survey object uses <strong>lowercase</strong> keys (e.g. <code>id</code> prefixed with <code>s_</code>, <code>survey_start</code>, <code>survey_end</code>, <code>publication_year</code>, <code>region</code>, <code>population</code>, <code>percent1</code>, <code>percent2</code>, <code>surveysize</code>, <code>disease_id</code>, <code>hash_id</code>, <code>disease_name</code>, <code>country_code</code>, <code>country_name</code>, <code>last_update_date</code>, <code>survey_type</code>, <code>pathogens</code>, <code>test_types</code>). Top-level <code>timestamp</code> is a Unix epoch integer (seconds), not an ISO string. The Postman example shows <strong>one</strong> <code>data</code> row for brevity.</p>\n<h4 id=\"too-many-matches\"><strong>Too many matches</strong></h4>\n<p><code>{ \"data\": { \"record_count\": &lt;n&gt;, \"max_records\": &lt;cap&gt; } }</code> with <strong>200</strong>.</p>\n<h4 id=\"errors\"><strong>Errors</strong></h4>\n<ul>\n<li><strong>500</strong> — Invalid request (generic error body).</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","surveys","filter"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Numeric GIDEON disease identifier.</p>\n","type":"text/plain"},"key":"disease","value":"10040"},{"description":{"content":"<p>GIDEON country code.</p>\n","type":"text/plain"},"key":"country","value":"G292"},{"description":{"content":"<p>Prevalence or Seroprevalence</p>\n","type":"text/plain"},"key":"type","value":"Prevalence"},{"disabled":true,"description":{"content":"<p>Minimum survey start year</p>\n","type":"text/plain"},"key":"survey_start_year","value":""},{"disabled":true,"description":{"content":"<p>Maximum end year; uses end year when present, otherwise start year</p>\n","type":"text/plain"},"key":"survey_end_year","value":""},{"disabled":true,"description":{"content":"<p>Substring match on test-type labels</p>\n","type":"text/plain"},"key":"test_type","value":""},{"disabled":true,"description":{"content":"<p>Substring match on pathogen labels</p>\n","type":"text/plain"},"key":"pathogen","value":""},{"disabled":true,"description":{"content":"<p>e.g. &gt;10, &lt;=5, or a number (&gt;=)</p>\n","type":"text/plain"},"key":"percentRange","value":""},{"disabled":true,"description":{"content":"<p>Survey population group id (from filter-options)</p>\n","type":"text/plain"},"key":"population","value":""},{"disabled":true,"description":{"content":"<p>Subdivision (state) code from filter-options when available</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p>e.g. 0-500, 500-1000, 500000+</p>\n","type":"text/plain"},"key":"size","value":""}],"variable":[]}},"response":[{"id":"245588b4-7fd1-4c12-b2fe-dce8a29cbfbc","name":"/diseases/surveys/filter?disease=10040&country=G292&type=Prevalence","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/surveys/filter?disease=10040&country=G292&type=Prevalence","protocol":"https","host":["api","gideononline","com"],"path":["diseases","surveys","filter"],"query":[{"key":"disease","value":"10040"},{"key":"country","value":"G292"},{"key":"type","value":"Prevalence"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"s_119813\",\n            \"survey_start\": 2022,\n            \"survey_end\": 2023,\n            \"publication_year\": null,\n            \"region\": \"Multiple locations\",\n            \"population\": \"patients - mpox\",\n            \"percent1\": 48.9,\n            \"percent2\": null,\n            \"surveysize\": 141,\n            \"disease_id\": 10040,\n            \"hash_id\": \"8234c4a4-9ee5-4a66-b14c-8285df092100\",\n            \"disease_name\": \"HIV/AIDS\",\n            \"country_code\": \"G292\",\n            \"country_name\": \"United States\",\n            \"last_update_date\": \"2025-12-04 05:40:43\",\n            \"survey_type\": \"Prevalence\",\n            \"pathogens\": [],\n            \"test_types\": []\n        }\n    ],\n    \"timestamp\": 1771436692\n}"}],"_postman_id":"897e7f21-a64a-4874-960d-237cd91febf1"},{"name":"/diseases/surveys/filter-options","id":"e0e87364-32c9-4b70-8b2f-f073956c5f06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/surveys/filter-options","description":"<p>Returns <strong>distinct filter values</strong> for building survey filter UIs, aligned with <strong><code>GET /diseases/surveys/filter</code></strong>. Pass the same optional query parameters to reflect the current filter context.</p>\n<p>With <strong>no</strong> parameters, the server uses a faster path over the full survey set. With <strong>any</strong> parameter present, each facet’s options are computed so that dimension is not over-constrained by its own filter (you can still narrow other dimensions).</p>\n<ul>\n<li><strong><code>regions</code></strong> — Populated only when <strong><code>country</code></strong> is supplied and matching surveys include subdivision-level geography; each item has <code>region_id</code> and <code>region_name</code>.</li>\n<li><strong><code>survey_size</code></strong> — Buckets that actually appear in the filtered data; <code>size</code> is a display label (some ranges use comma formatting), <code>size_id</code> is what you pass as <code>size</code> on the filter endpoint.</li>\n<li><strong><code>years</code></strong> — <code>survey_start_years</code> merges distinct start years with publication years; <code>survey_end_years</code> uses end year or start when end is missing.</li>\n</ul>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease</code></td>\n<td>Disease id; limits options to surveys for that disease.</td>\n</tr>\n<tr>\n<td><code>country</code></td>\n<td>GIDEON country code; enables populated <code>regions</code> when subdivision-level data exists.</td>\n</tr>\n<tr>\n<td><code>survey_start_year</code></td>\n<td>Minimum survey start year; influences <code>years.survey_start_years</code>.</td>\n</tr>\n<tr>\n<td><code>survey_end_year</code></td>\n<td>Maximum survey end year (uses start year when a survey has no end year).</td>\n</tr>\n<tr>\n<td><code>test_type</code></td>\n<td>Substring match on test-type labels.</td>\n</tr>\n<tr>\n<td><code>pathogen</code></td>\n<td>Substring match on pathogen labels.</td>\n</tr>\n<tr>\n<td><code>population</code></td>\n<td>Survey population group id.</td>\n</tr>\n<tr>\n<td><code>region</code></td>\n<td>Subdivision (state) code.</td>\n</tr>\n<tr>\n<td><code>type</code></td>\n<td><code>Prevalence</code> or <code>Seroprevalence</code>.</td>\n</tr>\n<tr>\n<td><code>percentRange</code></td>\n<td>Primary percent filter; same syntax as <code>GET /diseases/surveys/filter</code>.</td>\n</tr>\n<tr>\n<td><code>size</code></td>\n<td>Survey size bucket; use a <code>size_id</code> value from <code>survey_size</code> in the response.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response</strong></h4>\n<p><code>data</code> is an object with: <code>diseases</code>, <code>countries</code>, <code>populations</code>, <code>test_types</code>, <code>pathogens</code>, <code>regions</code>, <code>survey_types</code>, <code>survey_size</code>, <code>years</code>. The saved example trims each facet; live responses are larger.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","surveys","filter-options"],"host":["api","gideononline","com"],"query":[{"disabled":true,"description":{"content":"<p>Disease id; narrows distinct values.</p>\n","type":"text/plain"},"key":"disease","value":""},{"disabled":true,"description":{"content":"<p>Country code; when set, non-empty <code>regions</code> is possible.</p>\n","type":"text/plain"},"key":"country","value":""},{"disabled":true,"description":{"content":"<p>Minimum survey start year</p>\n","type":"text/plain"},"key":"survey_start_year","value":""},{"disabled":true,"description":{"content":"<p>Maximum survey end year</p>\n","type":"text/plain"},"key":"survey_end_year","value":""},{"disabled":true,"description":{"content":"<p>Substring match on test-type labels</p>\n","type":"text/plain"},"key":"test_type","value":""},{"disabled":true,"description":{"content":"<p>Substring match on pathogen labels</p>\n","type":"text/plain"},"key":"pathogen","value":""},{"disabled":true,"description":{"content":"<p>Survey population group id</p>\n","type":"text/plain"},"key":"population","value":""},{"disabled":true,"description":{"content":"<p>Subdivision code</p>\n","type":"text/plain"},"key":"region","value":""},{"disabled":true,"description":{"content":"<p><code>Prevalence</code> or <code>Seroprevalence</code></p>\n","type":"text/plain"},"key":"type","value":""},{"disabled":true,"description":{"content":"<p>Same as filter endpoint</p>\n","type":"text/plain"},"key":"percentRange","value":""},{"disabled":true,"description":{"content":"<p>Survey size bucket id; match <code>size_id</code> from <code>survey_size</code></p>\n","type":"text/plain"},"key":"size","value":""}],"variable":[]}},"response":[{"id":"d36c7901-9754-4c0d-bba7-1d41f73f85f6","name":"/diseases/surveys/filter-options","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/surveys/filter-options","protocol":"https","host":["api","gideononline","com"],"path":["diseases","surveys","filter-options"],"query":[{"key":"disease","value":"","description":"Disease id; narrows distinct values.","disabled":true},{"key":"country","value":"","description":"Country code; when set, non-empty `regions` is possible.","disabled":true},{"key":"survey_start_year","value":"","description":"Minimum survey start year","disabled":true},{"key":"survey_end_year","value":"","description":"Maximum survey end year","disabled":true},{"key":"test_type","value":"","description":"Substring match on test-type labels","disabled":true},{"key":"pathogen","value":"","description":"Substring match on pathogen labels","disabled":true},{"key":"population","value":"","description":"Survey population group id","disabled":true},{"key":"region","value":"","description":"Subdivision code","disabled":true},{"key":"type","value":"","description":"`Prevalence` or `Seroprevalence`","disabled":true},{"key":"percentRange","value":"","description":"Same as filter endpoint","disabled":true},{"key":"size","value":"","description":"Survey size bucket id; match `size_id` from `survey_size`","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"diseases\": [\n            {\n                \"disease_id\": 10020,\n                \"disease_name\": \"Actinomycosis\"\n            }\n        ],\n        \"countries\": [\n            {\n                \"country_id\": \"G100\",\n                \"country_name\": \"< Worldwide >\"\n            }\n        ],\n        \"populations\": [\n            {\n                \"population_id\": 1016,\n                \"population_name\": \"adolescents\"\n            }\n        ],\n        \"test_types\": [\n            {\n                \"test_type_id\": 67,\n                \"test_type_name\": \"Acid-fast staining method\"\n            }\n        ],\n        \"pathogens\": [\n            {\n                \"pathogen_id\": 60,\n                \"pathogen_name\": \"Acanthamoeba\"\n            }\n        ],\n        \"regions\": [],\n        \"survey_types\": [\n            {\n                \"survey_name\": \"Prevalence\",\n                \"survey_id\": \"Prevalence\"\n            }\n        ],\n        \"survey_size\": [\n            {\n                \"size\": \"0-500\",\n                \"size_id\": \"0-500\"\n            }\n        ],\n        \"years\": {\n            \"survey_start_years\": [\n                1909,\n                1918,\n                1919\n            ],\n            \"survey_end_years\": [\n                1918,\n                1919,\n                1921\n            ]\n        }\n    }\n}"}],"_postman_id":"e0e87364-32c9-4b70-8b2f-f073956c5f06"},{"name":"/diseases/synonyms","id":"c298b4ea-9b5c-4818-9282-25e3189c9d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/synonyms","description":"<p>Returns synonyms of all diseases along with the unique identifier for each disease.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"6f2a4f74-473f-49ae-aa36-99acaec2d55c","name":"/diseases/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 20:56:17 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"135846"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 12500,\n            \"disease\": \"Abdominal typhus\"\n        },\n        {\n            \"disease_code\": 12500,\n            \"disease\": \"Abdominaltyphus\"\n        },\n        {\n            \"disease_code\": 10055,\n            \"disease\": \"Absceso amebiano\"\n        }\n    ]\n}"}],"_postman_id":"c298b4ea-9b5c-4818-9282-25e3189c9d10"},{"name":"/diseases/vaccines","id":"3927c31d-a8ad-4dbd-8d55-645fe74cf8f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/vaccines","description":"<p>Returns <strong>every disease</strong> in the catalog with its <strong>linked vaccines</strong> (resolved from the disease’s vaccine list).</p>\n<h4 id=\"response\"><strong>Response</strong></h4>\n<p>Each element has:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id (numeric).</td>\n</tr>\n<tr>\n<td><code>disease</code></td>\n<td>Disease display name.</td>\n</tr>\n<tr>\n<td><code>vaccines</code></td>\n<td>Array of objects (may be empty). Each object includes <strong><code>vaccine_code</code></strong>, <strong><code>vaccine</code></strong> (product name), and <strong><code>vaccine_type</code></strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For <strong>one disease</strong> only, <strong><code>GET /diseases/{disease_code}/vaccines</code></strong> returns <strong><code>{ \"data\": [ … ] }</code></strong> where <strong><code>data</code></strong> is the <strong>same</strong> lean vaccine objects (<strong><code>vaccine_code</code></strong>, <strong><code>vaccine</code></strong>, <strong><code>vaccine_type</code></strong>) for that disease only—without the surrounding <strong><code>disease_code</code></strong> / <strong><code>disease</code></strong> wrapper used here.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","vaccines"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"a4e1cbeb-4f37-4b5f-8bd5-59c963be1736","name":"/diseases/vaccines","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/vaccines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 10030,\n            \"disease\": \"Adenovirus infection\",\n            \"vaccines\": [\n                {\n                    \"vaccine_code\": 30015,\n                    \"vaccine\": \"Adenovirus vaccine\",\n                    \"vaccine_type\": \"vaccine\"\n                }\n            ]\n        },\n        {\n            \"disease_code\": 11505,\n            \"disease\": \"Acanthocephaliasis\",\n            \"vaccines\": []\n        }\n    ]\n}"}],"_postman_id":"3927c31d-a8ad-4dbd-8d55-645fe74cf8f6"}],"id":"469a1b9d-f3aa-471d-b9d1-02b508544494","description":"<p>The Diseases API gives you access to every Infectious Disease – both globally and within all relevant countries. Information includes local agents, vectors, vehicles, reservoirs, and country-specific determinants for disease occurrence; individual notes describing: the historical background of each disease, its distribution by continent, region, country or even district; Countries that are endemic or potentially endemic for any given disease; Number of cases reported.</p>\n<p>While most API requests will return structured data, this isn't always feasible with every request. For example, responses containing individual notes will contain unstructured textural contents. And they will often contain the very basic HTML formatting tags (i.e.**<br /><em>) as well as Gideon specific custom tags. These custom tags can be used to make additional API requests to embed additional contents. Below is a complete list of all custom tags used.</em>**</p>\n<p><strong><em>The API also explores the interaction of pathogen, vector, reservoir, and vehicle. With it, you can review disease groups which fit selected epidemiological patterns within any given country.</em></strong></p>\n<p><strong><em>The API request may generate a list of diseases which are compatible with user-defined parameters within a given country; or fit a given “fingerprint” consisting of two or more specified epidemiological determinants (e.g., bacteria transmitted by flies; or parasites of cattle acquired from food).</em></strong></p>\n<p><strong><em>Images and a Clinical background of the diseases are provided as well.</em></strong></p>\n<p>**_</p>\n<table><tbody><tr><td><div>Custom Tag</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Interpretation</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>ProMED reference.<br />API Request: /references/m/123.123</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>PubMED reference.<br />API Request: /references/p/123123</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Charts &amp; Graphs<br />API Request: /diseases/12345/distribution/G123/charts/1X</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Outbreaks of a disease<br />API Request: /diseases/12345/distribution/G123/outbreaks</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Cross-border events of a disease<br />API Request: /diseases/12345/distribution/G123/crossborders</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Prevalence Surveys<br />API Request: /diseases/12345/distribution/G123/surveys/prevalence</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Serorevalence Surveys<br />API Request: /diseases/12345/distribution/G123/surveys/seroprevalence</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div></div><div><div><div><div></div></div></div><div></div></div></td><td><div>Vaccine Schedule<br />API Request: /travel/countries/12345/vaccine-schedule</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<p>_**</p>\n","_postman_id":"469a1b9d-f3aa-471d-b9d1-02b508544494","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Disease - Details","item":[{"name":"/disease/{disease_code}/adult-therapies","id":"9c77d8b9-6058-4e4f-a204-18e006687a92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/adult-therapies","description":"<p>Retrieves typical adult therapy information of a disease. Typical therapy and dosage assume no contraindications, normal renal and hepatic function, etc.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","adult-therapies"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"21662236-88d0-4448-a0e4-00cf20741dff","name":"/disease/10050/adult-therapies","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10050/adult-therapies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:04:12 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"117"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Tinidazole 2 G PO  X 5d \\nOR Metronidazole 500 mg TID X 7-10d\\nFollow with: Paromomycin 500 mg PO TID X 7d\"\n}"}],"_postman_id":"9c77d8b9-6058-4e4f-a204-18e006687a92"},{"name":"/diseases/{disease_code}/agents","id":"a2ffa913-5f88-41fd-9fef-4d848d1d54d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/agents","description":"<p>Retrieves agent info of a disease. An agent is a Classification (e.g., virus, parasite) and taxonomic designation.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","10040","agents"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"fe993983-657e-4d44-bff3-1562f565296f","name":"/diseases/10040/agents","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/agents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:01:46 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"86"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"VIRUS - RNA.\\nRetroviridae, Lentivirinae: Human Immunodeficiency Virus, HIV\"\n}"}],"_postman_id":"a2ffa913-5f88-41fd-9fef-4d848d1d54d7"},{"name":"/diseases/{disease_code}/charts","id":"4556793e-e6fd-4f69-812b-e460517817e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/charts","description":"<p>Returns <strong>every chart in the catalog</strong> for a <strong>single disease</strong>, across all countries where that disease has chart data.</p>\n<p>Each item includes <strong><code>country_code</code></strong>, <strong><code>graph_id</code></strong>, <strong><code>title</code></strong>, chart <strong><code>type</code></strong>, resolved <strong><code>country</code></strong> and <strong><code>disease</code></strong> names, <strong><code>disease_code</code></strong> (same numeric id as in the path), and an <strong><code>href</code></strong> relative path to load the chart series: <strong><code>GET /diseases/{disease_code}/distribution/{country_code}/charts/{graph_id}</code></strong> (prepend your API base URL if needed).</p>\n<p>Results are ordered by <strong><code>country_code</code></strong>. There are <strong>no</strong> query parameters.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id (same value as <strong><code>diseases</code></strong> on <strong><code>GET /diseases/charts</code></strong>).</td>\n</tr>\n</tbody>\n</table>\n</div><p>For chart discovery across diseases or with region and keyword filters, use <strong><code>GET /diseases/charts</code></strong>. For <strong>all diseases</strong> in one country, use <strong><code>GET /diseases/countries/{country_code}/charts</code></strong>. For charts for this disease in <strong>one</strong> country only, use <strong><code>GET /diseases/{disease_code}/distribution/{country_code}/charts</code></strong>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","charts"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"a5606593-0c50-49f1-a2fa-d1eee8999b78","name":"/diseases/10020/charts","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10020/charts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"country_code\": \"G292\",\n            \"graph_id\": \"1\",\n            \"title\": \"United States. Actinomycosis, deaths\",\n            \"disease_code\": 10020,\n            \"type\": \"deaths\",\n            \"country\": \"United States\",\n            \"disease\": \"Actinomycosis\",\n            \"href\": \"/diseases/10020/distribution/G292/charts/1\"\n        }\n    ]\n}"}],"_postman_id":"4556793e-e6fd-4f69-812b-e460517817e5"},{"name":"/diseases/{disease_code}/clinical","id":"0258d151-d9a3-46c3-8877-746ee03edf0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/clinical","description":"<p>Returns clinical information of a disease. It provides a referenced clinical summary on the signs, symptoms, laboratory abnormalities, and more.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","clinical"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"7c8d765b-0cb8-436a-adeb-4522c821d193","name":"/diseases/11510/clinical","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/11510/clinical"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:07:05 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"2749"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"clinical_note\": \"Although clinical features of the disease resemble those of smallpox, most infections are mild. {p 15451482} {p 16288398}  \\n\\nTypically, a papular rash with marked regional lymphadenopathy follows a 3-day prodrome of fever, headache, back pain and myalgia.\\n - Most lesions appearing on the face and extremities (including palms and soles) and genitalia. {p 28892474}\\n - The rash typically spreads in a centrifugal fashion, outward from the face. {p 30270859}\\n - Umbilicated pustules evolve, last for two to four weeks, and leave a scar on healing.  \\n - Prior smallpox vaccination appears to prevent monkeypox, or attenuate the severity of illness. {m 20050808.2314}\\n - Atypical varicella, including lesions on palms and soles, may mimic monkeypox in endemic areas. {p 19025497}\\n\\nComplications of monkeypox include encephalitis, significant vomiting or diarrhea, pharyngitis and conjunctivitis. {p 30270859}\\n\\nFetal loss has been reported among pregnant women with monkeypox. {p 29029147}\\n\\nIn contrast to monkeypox, skin lesions of varicella tend to be more superficial, smaller, predominantly centrally located, and evolving in \\\"crops’ over 3-5 days (compared to a mean of 12 days for monkeypox). {p 30270859}\",\n        \"references\": [\n            {\n                \"reference_number\": \"p 15451482\",\n                \"citation\": \"Lancet Infect Dis 2004 Oct ;4(10):604-5; discussion 605.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/15451482\"\n            },\n            {\n                \"reference_number\": \"p 16288398\",\n                \"citation\": \"Clin Infect Dis 2005 Dec 15;41(12):1742-51.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/16288398\"\n            },\n            {\n                \"reference_number\": \"p 28892474\",\n                \"citation\": \"PLoS Negl Trop Dis 2017 Sep ;11(9):e0005857.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/28892474\"\n            },\n            {\n                \"reference_number\": \"p 30270859\",\n                \"citation\": \"Trop Med Infect Dis 2016 Dec 20;1(1)\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/30270859\"\n            },\n            {\n                \"reference_number\": \"m 20050808.2314\",\n                \"citation\": \"ProMED-mail. Monkeypox virus, cross-protective immunity - USA ProMED-mail 2005; 08 Aug: 20050808.2314 &lt;http://www.promedmail.org&gt;. Accessed 08 Aug 2005.\",\n                \"short_citation\": \"ProMED &lt;promedmail.org&gt; archive: 20050808.2314\",\n                \"href\": \"/references/m/20050808.2314\"\n            },\n            {\n                \"reference_number\": \"p 19025497\",\n                \"citation\": \"Clin Infect Dis 2009 Jan 01;48(1):e6-8.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/19025497\"\n            },\n            {\n                \"reference_number\": \"p 30270859\",\n                \"citation\": \"Trop Med Infect Dis 2016 Dec 20;1(1)\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/30270859\"\n            },\n            {\n                \"reference_number\": \"p 29029147\",\n                \"citation\": \"J Infect Dis 2017 Oct 17;216(7):824-828.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/29029147\"\n            },\n            {\n                \"reference_number\": \"p 30270859\",\n                \"citation\": \"Trop Med Infect Dis 2016 Dec 20;1(1)\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/30270859\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0258d151-d9a3-46c3-8877-746ee03edf0f"},{"name":"/diseases/{disease_code}/clinical/references","id":"0f6cbe86-f499-4aeb-8965-f37e3a8cf47d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/clinical/references","description":"<p>Returns list of all references mentioned in the clinical notes along with 'href' API endpoint that can be used to retrieve the full detail of a refernece.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","clinical","references"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"5f5250e8-5111-460a-a800-8e809ccc87d4","name":"/diseases/11510/clinical/references","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/11510/clinical/references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Mar 2020 23:28:24 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1489"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"reference_number\": \"p 15451482\",\n            \"citation\": \"Lancet Infect Dis 2004 Oct ;4(10):604-5; discussion 605.\",\n            \"short_citation\": \"\",\n            \"href\": \"/references/p/15451482\"\n        },\n        {\n            \"reference_number\": \"p 16288398\",\n            \"citation\": \"Clin Infect Dis 2005 Dec 15;41(12):1742-51.\",\n            \"short_citation\": \"\",\n            \"href\": \"/references/p/16288398\"\n        },\n        {\n            \"reference_number\": \"p 28892474\",\n            \"citation\": \"PLoS Negl Trop Dis 2017 Sep ;11(9):e0005857.\",\n            \"short_citation\": \"\",\n            \"href\": \"/references/p/28892474\"\n        }\n    ]\n}"}],"_postman_id":"0f6cbe86-f499-4aeb-8965-f37e3a8cf47d"},{"name":"/diseases/{disease_code}/clinical-hints","id":"549c3bb7-044e-43bf-82b8-0144219fc016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/clinical-hints","description":"<p>Retrieves clinical hint information of a disease</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","clinical-hints"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"aa9f619f-d8ee-48c5-8c67-4c1a4e686fb8","name":"/diseases/10050/clinical-hints","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10050/clinical-hints"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:05:08 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"197"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \" - Dysentery, abdominal pain, tenesmus.\\n - Unlike shigellosis, hyperemia of the rectal mucosa and fecal pus are absent.\\n - Liver abscess and dysentery rarely coexist in a given patient\"\n}"}],"_postman_id":"549c3bb7-044e-43bf-82b8-0144219fc016"},{"name":"/diseases/{disease_code}/countries","id":"6e5a06f2-ac9b-4385-9fee-15e72ee8a53c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease id}}}/countries","description":"<p>Returns list of all endemic countries of a disease.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease id}}}","countries"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"e41ab704-0278-44a7-9d64-312a6f731c7e","name":"/diseases/10020/countries","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10020/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Mar 2020 02:19:58 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"26211"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"country_code\": \"G100\",\n            \"country\": \"< Worldwide >\",\n            \"has_country_note\": true,\n            \"is_endemic\": true,\n            \"country_note_number\": 1494\n        },\n        {\n            \"country_code\": \"G101\",\n            \"country\": \"Afghanistan\",\n            \"has_country_note\": false,\n            \"is_endemic\": true,\n            \"country_note_number\": 0\n        },\n        {\n            \"country_code\": \"G102\",\n            \"country\": \"Albania\",\n            \"has_country_note\": false,\n            \"is_endemic\": true,\n            \"country_note_number\": 0\n        }\n    ]\n}"}],"_postman_id":"6e5a06f2-ac9b-4385-9fee-15e72ee8a53c"},{"name":"/diseases/{disease_code}/diagnostic-tests","id":"d8e984f9-2101-44c0-9b1c-457fefb51063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/diagnostic-tests","description":"<p>Retrieves diagnostic test information of a disease. It includes commonly used laboratory tests and other procedures used in diagnosis.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","diagnostic-tests"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"9152abdf-c7bf-4933-adb7-dcaec362fc25","name":"/diseases/10050/diagnostic-tests","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10050/diagnostic-tests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:03:59 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"125"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Fresh stool/aspirate for microscopy.\\nStool antigen assay.\\nStool PCR.\\nNote: serological tests usually negative.\"\n}"}],"_postman_id":"d8e984f9-2101-44c0-9b1c-457fefb51063"},{"name":"/diseases/{disease_code}/etymology","id":"48457c92-d57a-4f77-a13d-ea91f666b57a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/etymology","description":"<p>Returns <strong>word-history notes</strong> for the disease name: one object per linked etymology fragment, sorted by <strong><code>term</code></strong>.</p>\n<p>There are <strong>no</strong> query parameters.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id (the numeric id in the path).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"success-response\"><strong>Success response</strong></h4>\n<p><code>{ \"data\": [ … ] }</code></p>\n<p>Each element:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>term</code></td>\n<td>string</td>\n<td>Label for the name fragment (often aligns with part of the disease name).</td>\n</tr>\n<tr>\n<td><code>meaning</code></td>\n<td>string</td>\n<td>Explanation of origin or usage. May contain basic HTML (for example <code>&lt;i&gt;…&lt;/i&gt;</code>).</td>\n</tr>\n<tr>\n<td><code>references</code></td>\n<td>array</td>\n<td>Supporting citations. Each item includes <strong><code>reference_number</code></strong>, <strong><code>citation</code></strong>, <strong><code>short_citation</code></strong>, and <strong><code>href</code></strong> (relative path to the references API). Empty when none are attached.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the disease has no linked etymology material, <strong><code>data</code></strong> is an empty array.</p>\n<h4 id=\"errors\"><strong>Errors</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP status</th>\n<th>When</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>404</strong></td>\n<td>Unknown disease id — <code>{ \"error\": { \"message\": \"Invalid disease id.\" } }</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","etymology"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"246043d6-6d8c-4383-a43f-567e0f9f26e1","name":"/diseases/10020/etymology","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10020/etymology"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"term\": \"Actinomycosis\",\n            \"meaning\": \"Greek, <i>aktis</i> - ray or beam; and Greek, <i>mykes</i> mushroom or fungus.  In fact, the organisms which cause this disease are classified as bacteria (not fungi)\",\n            \"references\": []\n        }\n    ]\n}"}],"_postman_id":"48457c92-d57a-4f77-a13d-ea91f666b57a"},{"name":"/diseases/{disease_code}/transmission-risks","id":"35785903-9247-45f6-962e-8efe099ea18f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/transmission-risks","description":"<p>Returns <strong>transmission risk map data</strong> for a single disease: one row per country or subnational location where risk is defined.</p>\n<p>Use this endpoint to build map layers or travel-medicine views. It is <strong>not</strong> the same as outbreak listings (<code>GET /diseases/outbreaks/filter</code>) or incidence charts (<code>GET /diseases/charts</code>).</p>\n<p>Check whether a disease supports this dataset on <strong><code>GET /diseases</code></strong> or <strong><code>GET /diseases/{disease_code}</code></strong> via <strong><code>has_transmission_risk_map</code></strong>. When that flag is false, <strong><code>data</code></strong> is typically empty.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id (numeric).</td>\n</tr>\n</tbody>\n</table>\n</div><p>There are <strong>no</strong> query parameters.</p>\n<h4 id=\"success-response\"><strong>Success response</strong></h4>\n<p>Tabular JSON (not an array of objects):</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Top-level field</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>columns</code></td>\n<td>Ordered list of field names.</td>\n</tr>\n<tr>\n<td><code>data</code></td>\n<td>Array of rows; each row is an array of values in the same order as <strong><code>columns</code></strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><p>The response may include additional column names reserved for <strong>future development</strong>. Treat those values as <strong>placeholders</strong> until documented otherwise; do not rely on them in production integrations.</p>\n<h4 id=\"columns-supported-in-production\"><strong>Columns supported in production</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Column</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_name</code></td>\n<td>Display name of the disease for this request.</td>\n</tr>\n<tr>\n<td><code>gid_0</code></td>\n<td>ISO 3166-1 alpha-3 country code (e.g. <code>USA</code>, <code>IND</code>). Use this to filter or join rows to a country.</td>\n</tr>\n<tr>\n<td><code>gid_1</code></td>\n<td><a href=\"https://gadm.org/\">GADM</a> code for administrative level 1 (e.g. state or province) when the row is subnational; null for country-only rows.</td>\n</tr>\n<tr>\n<td><code>gid_2</code></td>\n<td>GADM code for administrative level 2 when present; otherwise null.</td>\n</tr>\n<tr>\n<td><code>gid_3</code></td>\n<td>GADM code for administrative level 3 when present; otherwise null.</td>\n</tr>\n<tr>\n<td><code>risk_level</code></td>\n<td>Overall transmission risk for the location: <strong>1</strong> = Unlikely, <strong>2</strong> = Low, <strong>3</strong> = Moderate, <strong>4</strong> = High.</td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>HTML text describing risk for the location; for subnational rows, place names may appear at the start of the string.</td>\n</tr>\n</tbody>\n</table>\n</div><p>Filter client-side by <strong><code>gid_0</code></strong> (and optionally <strong><code>gid_1</code></strong>, <strong><code>gid_2</code></strong>, <strong><code>gid_3</code></strong>) to scope to a country or region.</p>\n<h4 id=\"placeholder-columns-future-development\"><strong>Placeholder columns (future development)</strong></h4>\n<p>These names may appear in <strong><code>columns</code></strong> and in each row, but are <strong>not</strong> supported for production use today:</p>\n<p><code>start_elevation_meters</code>, <code>end_elevation_meters</code>, <code>risk_level_month_1</code> through <code>risk_level_month_12</code>, <code>seasonal_months_start</code>, <code>seasonal_months_end</code>, <code>vaccine_available</code>, <code>mosquito_precautions_required</code>, <code>prophylaxis_required</code>, <code>chloroquine_resistance</code>, <code>elev_1500_2400_risk</code>.</p>\n<h4 id=\"errors\"><strong>Errors</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP status</th>\n<th>When</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>404</strong></td>\n<td>Unknown disease id — <code>{ \"error\": { \"message\": \"Disease not found.\" } }</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","transmission-risks"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"5fcf2952-89dc-4631-883d-b037f9ee89c6","name":"/diseases/10590/transmission-risks","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10590/transmission-risks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"columns\": [\n        \"disease_name\",\n        \"gid_0\",\n        \"gid_1\",\n        \"gid_2\",\n        \"gid_3\",\n        \"start_elevation_meters\",\n        \"end_elevation_meters\",\n        \"risk_level\",\n        \"risk_level_month_1\",\n        \"risk_level_month_2\",\n        \"risk_level_month_3\",\n        \"risk_level_month_4\",\n        \"risk_level_month_5\",\n        \"risk_level_month_6\",\n        \"risk_level_month_7\",\n        \"risk_level_month_8\",\n        \"risk_level_month_9\",\n        \"risk_level_month_10\",\n        \"risk_level_month_11\",\n        \"risk_level_month_12\",\n        \"seasonal_months_start\",\n        \"seasonal_months_end\",\n        \"vaccine_available\",\n        \"mosquito_precautions_required\",\n        \"prophylaxis_required\",\n        \"chloroquine_resistance\",\n        \"elev_1500_2400_risk\",\n        \"message\"\n    ],\n    \"data\": [\n        [\n            \"Dengue\",\n            \"IND\",\n            null,\n            null,\n            null,\n            null,\n            null,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            null,\n            null,\n            0,\n            null,\n            null,\n            null,\n            null,\n            \"<strong>High risk</strong> - Active outbreaks are currently occurring in this area.\"\n        ],\n        [\n            \"Dengue\",\n            \"IND\",\n            \"IND.25_1\",\n            null,\n            null,\n            null,\n            null,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            4,\n            null,\n            null,\n            0,\n            null,\n            null,\n            null,\n            null,\n            \"<center>(NCT of Delhi)</center><strong>High risk</strong> - Active outbreaks are occurring at the regional level.\"\n        ]\n    ]\n}"}],"_postman_id":"35785903-9247-45f6-962e-8efe099ea18f"},{"name":"/diseases/{disease_code}/events","id":"39c6426f-1af2-4b2c-a984-d0d8ea06ae07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/events?return=simple&year=2020","description":"<p>Returns infectious disease <strong>events</strong> for a <strong>single disease</strong> (outbreaks and related movement-linked records).</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id (numeric), same value as in <code>GET /diseases</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>return</code></td>\n<td>No</td>\n<td><code>simple</code> (default), <code>detailed</code>, <code>minimal</code>, or <code>compact</code>—controls how much information each record includes.</td>\n</tr>\n<tr>\n<td><code>year</code></td>\n<td>No</td>\n<td>If set, limits results to that calendar year. Non-numeric values are rejected with an error response.</td>\n</tr>\n<tr>\n<td><code>days</code></td>\n<td>No</td>\n<td>If set, limits to events updated within the last <strong>N</strong> days; the API enforces a maximum <strong>N</strong>.</td>\n</tr>\n<tr>\n<td><code>limit</code>, <code>offset</code></td>\n<td>No</td>\n<td>Used when <code>return=detailed</code> for pagination.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response</strong></h4>\n<p>A JSON object with a <code>data</code> array. With <code>return=detailed</code>, the response also includes pagination fields such as <code>total</code> and <code>offset</code>.</p>\n<p>Unknown or non-numeric disease ids return <strong>404</strong> with <code>{ \"error\": { \"message\": \"Invalid disease id.\" } }</code>.</p>\n<p><strong>Note:</strong> <strong><code>outbreak_start</code></strong> / <strong><code>outbreak_end</code></strong> are deprecated in favor of <strong><code>outbreak_first_reported</code></strong> / <strong><code>outbreak_last_reported</code></strong>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","events"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Response shape: <code>simple</code> (default), <code>detailed</code>, <code>minimal</code>, or <code>compact</code>. With <code>detailed</code>, results are paginated (use <code>limit</code> and <code>offset</code>).</p>\n","type":"text/plain"},"key":"return","value":"simple"},{"description":{"content":"<p>Optional calendar year filter. Must be numeric if provided; otherwise the API returns an error.</p>\n","type":"text/plain"},"key":"year","value":"2020"},{"disabled":true,"description":{"content":"<p>Optional: when set, limits results to events updated within the last N days. The API rejects values above its configured maximum.</p>\n","type":"text/plain"},"key":"days","value":""},{"disabled":true,"description":{"content":"<p>Page size when <code>return=detailed</code> (subject to your account limits).</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Starting offset when <code>return=detailed</code>.</p>\n","type":"text/plain"},"key":"offset","value":""}],"variable":[]}},"response":[{"id":"93d04b87-724e-447f-8564-802bcda52f8c","name":"/diseases/10100/events?return=simple&year=2020","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/10100/events?return=simple&year=2020","protocol":"https","host":["api","gideononline","com"],"path":["diseases","10100","events"],"query":[{"key":"return","value":"simple"},{"key":"year","value":"2020"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2026-03-06 22:38:05\",\n            \"update_date_epoch\": 1772836685,\n            \"hash_id\": \"cb55b83f-6cb4-49cd-a389-41da624bce11\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_24211\",\n            \"outbreak_start\": 2020,\n            \"outbreak_first_reported\": 2020,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": 2020,\n            \"publication_year\": null,\n            \"cases\": 27,\n            \"deaths\": 1,\n            \"animal_cases\": null,\n            \"animal_deaths\": null,\n            \"region\": \"Yogyakarta\",\n            \"country_code\": \"G185\",\n            \"country\": \"Indonesia\",\n            \"city\": null,\n            \"latitude\": \"-7.8008\",\n            \"longitude\": \"110.34393\",\n            \"state\": \"Yogyakarta\",\n            \"disease_code\": 10100,\n            \"disease\": \"Anthrax\",\n            \"is_animal\": null,\n            \"is_human\": true,\n            \"is_travelcase\": false,\n            \"is_outbreak\": true,\n            \"is_sporadic\": false\n        },\n        {\n            \"update_date\": \"2026-03-06 22:38:18\",\n            \"update_date_epoch\": 1772836698,\n            \"hash_id\": \"54b532a1-6158-4743-8b22-f4d31633749c\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_26776\",\n            \"outbreak_start\": 2020,\n            \"outbreak_first_reported\": 2020,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": 2020,\n            \"publication_year\": null,\n            \"cases\": 3,\n            \"deaths\": 0,\n            \"animal_cases\": null,\n            \"animal_deaths\": null,\n            \"region\": \"Calabria\",\n            \"country_code\": \"G190\",\n            \"country\": \"Italy\",\n            \"city\": null,\n            \"latitude\": \"39\",\n            \"longitude\": \"16.5\",\n            \"state\": \"Calabria\",\n            \"disease_code\": 10100,\n            \"disease\": \"Anthrax\",\n            \"is_animal\": null,\n            \"is_human\": true,\n            \"is_travelcase\": false,\n            \"is_outbreak\": true,\n            \"is_sporadic\": false\n        }\n    ]\n}\n"}],"_postman_id":"39c6426f-1af2-4b2c-a984-d0d8ea06ae07"},{"name":"/diseases/{disease_code}/general","id":"f57b1aa0-ce3d-4538-ac32-f2ce6f47b4ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{access_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10020/general","description":"<p>Retrieves the following general info on a disease:</p>\n<ul>\n<li>Agent: Classification (e.g., virus, parasite) and taxonomic designation.</li>\n<li>Reservoir: Any animal, arthropod, plant, soil or substance in which an infectious agent normally lives and multiplies, on which it depends primarily for survival, and where it reproduces itself in such a manner that it can be transmitted to a susceptible host.</li>\n<li>Vector: An arthropod or other living carrier which transports an infectious agent from an infected organism or reservoir to a susceptible individual or immediate surroundings.</li>\n<li>Vehicle: The mode of transmission for an infectious agent. This generally implies a passive and inanimate (i.e., non-vector) mode.</li>\n<li>Incubation Period: The time elapsed between acquisition of an infectious agent and onset of signs or symptoms. The maximum and minimum published figures are generally indicated, rather than the “usual” incubation period.</li>\n<li>Clinical Hints: A capsule summary of key signs and symptoms.</li>\n<li>Diagnostic Tests: Commonly used laboratory tests and other procedures used in diagnosis.</li>\n<li>Typical Adult Therapy: Typical therapy and dosage assuming no contraindications, normal renal and hepatic function, etc.</li>\n<li>Typical Pediatric Therapy: Typical therapy and dosage assuming no contraindications, normal renal and hepatic function, etc. Note: This regimen may not be applicable to infants.</li>\n<li>Synonym list: Displays synonyms for the listed disease, including ICD9 and ICD10 codes.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["diseases","10020","general"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"1c7f2a9c-8587-455a-bba4-e52fc3c63c4e","name":"/diseases/10020/general","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10020/general"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:01:32 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"9230"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"disease_code\": 10020,\n        \"disease\": \"Actinomycosis\",\n        \"agent_text\": \"BACTERIUM.\\r\\nActinomycetes, <i>Actinomyces</i> spp.\\r\\nAnaerobic gram-positive bacillus\",\n        \"reservoir_text\": \"Human (oral, fecal and vaginal flora)\",\n        \"vehicle_text\": \"Endogenous\",\n        \"vector_text\": \"None\",\n        \"incubation\": \"Unknown\",\n        \"clinical_note\": \"<b><u>Anatomic variants of Actinomycosis</u></b>\\r\\n\\r\\n<b>Oral-cervical actinomycosis</b> accounts for 55% of actinomycosis, and may be manifested as soft tissue swelling, an abscess, or a mass lesion. {p 9619663}  \\r\\n - Lesions may be multiple, and relapse following short courses of therapy.  \\r\\n - The disease often spreads to adjacent structures (masseter muscle, carotid artery, cranium, cervical spine, trachea, or thorax) without regard for normal tissue planes. \\r\\n - Lymphatic spread and lymphadenopathy are rare.  \\r\\n - Infection is associated with pain, fever, and leukocytosis.\\r\\n\\r\\n<b>Periapical actinomycosis</b> {p 15732551} is common and responds to dental care and antibiotics.  \\r\\n - The most common location for actinomycosis is the perimandibular region. \\r\\n - Periapical infection often precedes infection, which is usually seen at the angle of the jaw; however, the cheek, submental space, retromandibular space, and temporomandibular joint may be affected.  \\r\\n - The overlying skin is often blue to red-purple in color, and sinuses may appear.   \\r\\n - An abscess may ensue, with trismus. \\r\\n - Mandibular periostitis and osteomyelitis are rarely encountered.   \\r\\n - Maxillary or ethmoid disease, with or without osteomyelitis, is uncommon; but maxillary sinusitis and associated cutaneous fistulas can occur. \\r\\n - Masses of the hard palate, tongue, nasal septum, head and neck, salivary glands, thyroglossal ducts, thyroid, branchial cleft cysts, lacrimal ducts, orbital structures and larynx have also been reported.  \\r\\n - The tonsils are rarely, if ever, involved; however, infection of the external or middle ear, temporal bone and mastoid may occur following spread of facial disease.\\r\\n\\r\\n<b>Thoracic actinomycosis</b> {p 8339619} accounts for 15% of actinomycosis cases, and represents aspiration of organisms from the pharynx (rarely direct extension from the head and neck or abdominal cavity).  \\r\\n - Most cases present as an indolent, slowly progressive process involving the lung parenchyma and pleura.  \\r\\n - Chest pain, fever, and weight loss are common; occasionally with hemoptysis and a productive cough.   \\r\\n - X-ray findings are non-specific.  \\r\\n - The usual appearance is either a mass lesion or pneumonitis with or without pleural involvement.  \\r\\n - An air bronchogram within a mass lesion is suggestive when present, pleural thickening, effusion, or empyema is seen in more than 50% of cases.  \\r\\n - An isolated pleural effusion may drain spontaneously through the chest wall or produce a soft tissue or breast mass; or posteriorly, to involve the vertebrae or paraspinal structures or spinal cord  \\r\\n - Pulmonary disease may extend across fissures or pleura, and involve the mediastinum, pericardium (rarely endocardium) or contiguous bone.\\r\\n\\r\\n<b>Abdominal actinomycosis</b> {p 14616714} accounts for 20% of actinomycosis and represents ingestion of bacteria, hematogenous infection or extension from the female pelvis.  \\r\\n - Associated fever, weight loss, abdominal pain or fullness and changing bowel habits may be present for months before the diagnosis is suspected.   \\r\\n - Physical findings include mass lesions and sinus tracts of the abdominal wall.  \\r\\n - Lymphadenopathy is uncommon.   \\r\\n - 65% of cases are associated with appendicitis, and 65% of lesions present in the right iliac fossa.  \\r\\n - Associated tuboovarian infection, hepatic abscesses {p 21296736} , diverticulitis or foreign body perforation in the transverse or sigmoid colon may also be encountered.  \\r\\n - Other associated factors include previous gastric of bowel surgery, typhoid fever, amebic dysentery, trauma, and pancreatitis.   \\r\\n - Abdominal infection may extend to the liver hematogenously {p 25473199} ; and perirectal or perianal infection is occasionally encountered, resulting in chronic fistulae, sinuses and strictures.\\r\\n\\r\\n<b>Pelvic actinomycosis</b> {p 9988785} may represent spread from intra-abdominal infection; but is most often a complication of intra-uterine device (IUD) placement.  \\r\\n - Any type of IUD can cause infection; and on average, the device has been in place for eight years prior to the appearance of actinomycosis.  \\r\\n - Infection may even occur months following removal of the device.  \\r\\n - Infection is manifest as endometritis or a mass/abscess of the tubes or ovaries. {p 22510419} \\r\\n - Presenting features consist of chronic fever, weight loss, abdominal pain, and vaginal bleeding .  \\r\\n - A \\\"frozen pelvis\\\" suggestive of malignancy or endometriosis is often encountered; and the infection may involve the ureters, bladder, rectum, small or large bowel or peritoneum.  \\r\\n - The diagnostic value of smears and cultures for Actinomyces among asymptomatic women with IUD's is controversial.\\r\\n\\r\\n<b>Other forms of actinomycosis have included:</b>\\r\\n - brain abscess\\r\\n - breast infection {p 26224846}\\r\\n - chronic meningitis\\r\\n - esophagitis {p 24393413}\\r\\n - urogenital infection\\r\\n - musculoskeletal infection\\r\\n - pancreatic abscess {p 27942291}\\r\\n - isolated skin {p 19126014} and muscle disease (including mycetoma)\\r\\n - infected orthopedic prostheses\\r\\n - thyroiditis\\r\\n - disseminated hematogenous infection of multiple organs\",\n        \"clinical_hints\": \" - Mandibular osteomyelitis with fistulae (sulfur granules) in the setting of poor dental hygiene\\r\\n - Pelvic abscesses in a women with intra-uterine device\\r\\n - Fever, right lower quadrant mass and fistulae\\r\\n - Suppurative pleuropulmonary  infection with fistulae\",\n        \"adult_therapy\": \"Penicillin G 18 to 24 million units/day X 2 to 6w\\r\\nThen Penicillin V  2 to 4 Grams daily X 6 to 12 months\\r\\n\\r\\nAlternatives: Doxycycline, Ceftriaxone, Erythromycin\\r\\nExcision/drainage\",\n        \"pediatric_therapy\": \"Penicillin G 100,000 units/kg/day X 2 to 6 weeks\\r\\nThen Penicillin V 25,000 units/day X 6-12m\\r\\n\\r\\nAlternatives: Ceftriaxone, Erythromycin\\r\\nExcision/drainage\",\n        \"diagnostic_tests\": \"y\",\n        \"agents\": [\n            {\n                \"agent_code\": 1051,\n                \"agent\": \"Actinomycetes\"\n            },\n            {\n                \"agent_code\": 1002,\n                \"agent\": \"Bacterium\"\n            }\n        ],\n        \"reservoirs\": [\n            {\n                \"reservoir_code\": \"M\",\n                \"reservoir\": \"Human\"\n            }\n        ],\n        \"vehicles\": [\n            {\n                \"vehicle_code\": \"N\",\n                \"vehicle\": \"None\"\n            }\n        ],\n        \"vectors\": [\n            {\n                \"vector_code\": \"N\",\n                \"vector\": \"None\"\n            }\n        ],\n        \"pathogens\": [\n            {\n                \"pathogen_code\": 600,\n                \"pathogen\": \"Actinomyces spp.\"\n            },\n            {\n                \"pathogen_code\": 601,\n                \"pathogen\": \"Actinomyces odontolyticus\"\n            },\n            {\n                \"pathogen_code\": 602,\n                \"pathogen\": \"Actinomyces israelii\"\n            },\n            {\n                \"pathogen_code\": 603,\n                \"pathogen\": \"Actinomyces viscosus\"\n            }\n        ],\n        \"vaccines\": [],\n        \"icd9\": [\n            \"039.\"\n        ],\n        \"icd10\": [\n            \"A42\"\n        ],\n        \"therapy_references\": [\n            {\n                \"reference_number\": \"p 21990282\",\n                \"citation\": \"BMJ 2011 Oct 11;343:d6099.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/21990282\"\n            }\n        ],\n        \"clinical_references\": [\n            {\n                \"reference_number\": \"p 9619663\",\n                \"citation\": \"Oral Surg Oral Med Oral Pathol Oral Radiol Endod 1998 May ;85(5):496-508.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/9619663\"\n            },\n            {\n                \"reference_number\": \"p 15732551\",\n                \"citation\": \"Quintessence Int 2005 Feb ;36(2):149-53.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/15732551\"\n            },\n            {\n                \"reference_number\": \"p 8339619\",\n                \"citation\": \"Chest 1993 Aug ;104(2):366-70.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/8339619\"\n            },\n            {\n                \"reference_number\": \"p 14616714\",\n                \"citation\": \"Clin Microbiol Infect 2003 Aug ;9(8):881-5.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/14616714\"\n            },\n            {\n                \"reference_number\": \"p 21296736\",\n                \"citation\": \"Orv Hetil 2011 Feb 13;152(7):268-72.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/21296736\"\n            },\n            {\n                \"reference_number\": \"p 25473199\",\n                \"citation\": \"World J Gastroenterol 2014 Nov 21;20(43):16372-6.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/25473199\"\n            },\n            {\n                \"reference_number\": \"p 9988785\",\n                \"citation\": \"Am J Obstet Gynecol 1999 Feb ;180(2 Pt 1):265-9.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/9988785\"\n            },\n            {\n                \"reference_number\": \"p 22510419\",\n                \"citation\": \"Ned Tijdschr Geneeskd 2012  ;156(16):A4511.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/22510419\"\n            },\n            {\n                \"reference_number\": \"p 26224846\",\n                \"citation\": \"J Clin Microbiol 2015 Oct ;53(10):3247-55.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/26224846\"\n            },\n            {\n                \"reference_number\": \"p 24393413\",\n                \"citation\": \"Hemodial Int 2014 Apr ;18(2):544-6.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/24393413\"\n            },\n            {\n                \"reference_number\": \"p 27942291\",\n                \"citation\": \"Gastroenterology Res 2010 Jun ;3(3):134-138.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/27942291\"\n            },\n            {\n                \"reference_number\": \"p 19126014\",\n                \"citation\": \"Int J Dermatol 2008 Dec ;47(12):1271-3.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/19126014\"\n            }\n        ],\n        \"adult_drugs\": [\n            {\n                \"drug_code\": 10020,\n                \"drug\": \"Penicillin V\"\n            },\n            {\n                \"drug_code\": 10020,\n                \"drug\": \"Penicillin G\"\n            },\n            {\n                \"drug_code\": 10020,\n                \"drug\": \"Erythromycin\"\n            },\n            {\n                \"drug_code\": 10020,\n                \"drug\": \"Doxycycline\"\n            },\n            {\n                \"drug_code\": 10020,\n                \"drug\": \"Ceftriaxone\"\n            }\n        ],\n        \"pediatric_drugs\": [\n            {\n                \"drug_code\": 10020,\n                \"drug\": \"Penicillin V\"\n            },\n            {\n                \"drug_code\": 10020,\n                \"drug\": \"Penicillin G\"\n            },\n            {\n                \"drug_code\": 10020,\n                \"drug\": \"Erythromycin\"\n            },\n            {\n                \"drug_code\": 10020,\n                \"drug\": \"Ceftriaxone\"\n            }\n        ],\n        \"synonyms\": [\n            \"Actinomyces\",\n            \"Aktinomykose\",\n            \"Lumpy jaw\"\n        ]\n    }\n}"}],"_postman_id":"f57b1aa0-ce3d-4538-ac32-f2ce6f47b4ca"},{"name":"/diseases/{disease_code}/images","id":"10607c05-a7f4-4110-aa59-f1fa17d02308","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/images","description":"<p>Returns list of all images associated with a disease.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","images"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"0abda201-df38-42cb-aeea-14b5626163f1","name":"/diseases/10040/images","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:06:53 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"28543"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"image_file_name\": \"50.jpg\",\n            \"title\": \"Aids Cases by Age and Sex\",\n            \"description\": \"Bar graph showing AIDS cases by age and sex, reported 1981-1996, United States\",\n            \"provider\": \"CDC/NCHSTIP/DHAP/Jean G. Smith\",\n            \"source\": \"PHIL\",\n            \"url\": \"https://web.gideononline.com/web/disease_images/50.jpg\"\n        },\n        {\n            \"image_file_name\": \"117.jpg\",\n            \"title\": \"Death Rates from Leading Causes of Death in Persons Aged 25-44 Years, USA, 1982-1994 (graph)\",\n            \"description\": \"Line graph showing death rates from leading causes of death in persons aged 25-44 years, United States, 1982-1994.  AIDS death rates steadily increased to become, in 1993, the leading cause of death in this age group.\",\n            \"provider\": \"CDC/NCHS/National Vital Statistics\",\n            \"source\": \"PHIL\",\n            \"url\": \"https://web.gideononline.com/web/disease_images/117.jpg\"\n        }\n    ]\n}"}],"_postman_id":"10607c05-a7f4-4110-aa59-f1fa17d02308"},{"name":"/diseases/{disease_code}/incubation-periods","id":"caf8507d-50c9-408c-9d5f-2499c709c46d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/incubation-periods","description":"<p>Retrieves incubation period information for a disease. It is the time elapsed between acquisition of an infectious agent and onset of signs or symptoms. The maximum and minimum published figures are usually indicated, rather than the “usual” incubation period.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","incubation-periods"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"dfc60d38-9c97-4e57-b14a-446f72b3dbbb","name":"/diseases/10050/incubation-periods","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10050/incubation-periods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:03:25 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"35"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"1w - 3w (range 3d - 90d)\"\n}"}],"_postman_id":"caf8507d-50c9-408c-9d5f-2499c709c46d"},{"name":"/diseases/{disease_code}/ongoing-outbreaks","id":"98f074fc-1022-4564-b87b-ce523f664a46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/ongoing-outbreaks","description":"<p>Returns a <strong>merged, recent “ongoing” view</strong> of outbreak-related activity for <strong>one disease</strong>: catalog outbreak/sporadic rows plus eligible curated news rows, <strong>deduplicated</strong> when they describe the same disease, country, and place id.</p>\n<h4 id=\"scope-how-rows-are-chosen\"><strong>Scope (how rows are chosen)</strong></h4>\n<ul>\n<li><strong>Rolling recency window:</strong> each row’s activity timestamp (<strong><code>update_date</code></strong> on the response) must fall within roughly the <strong>last two months</strong> (from the API server’s current date/time).</li>\n<li><strong>Catalog rows (<code>source</code> = <code>OUTBREAKS</code>):</strong> <code>type</code> includes <strong>outbreak</strong> or <strong>sporadic</strong>; reporting country is not the synthetic worldwide or simulator codes; and the reporting span touches the <strong>current calendar year</strong> (via the start/end year fields exposed as <strong><code>outbreak_first_reported</code></strong> / <strong><code>outbreak_last_reported</code></strong> alongside legacy <strong><code>outbreak_start</code></strong> / <strong><code>outbreak_end</code></strong>).</li>\n<li><strong>News rows (<code>source</code> = <code>gdn_outbreak_news</code>):</strong> approved outbreak-news items created inside the same rolling window, with <code>type</code> on the row set to <strong>outbreak</strong>; duplicates that match an already-returned catalog row (same disease, country, and place identifier) are <strong>omitted</strong>.</li>\n</ul>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id (numeric string in the path).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<p>None affect filtering or payload shape for this path.</p>\n<h4 id=\"success-response\"><strong>Success response</strong></h4>\n<p><code>{ \"data\": [ … ], \"timestamp\": … }</code></p>\n<ul>\n<li><strong><code>data</code>:</strong> each object includes identifiers (<strong><code>id</code></strong>, <strong><code>hash_id</code></strong>), <strong><code>type</code></strong>, timestamps (<strong><code>update_date</code></strong>, <strong><code>update_date_epoch</code></strong>), year fields (<strong><code>outbreak_first_reported</code></strong> / <strong><code>outbreak_last_reported</code></strong> and legacy <strong><code>outbreak_start</code></strong> / <strong><code>outbreak_end</code></strong>), <strong><code>publication_year</code></strong>, counts (<strong><code>cases</code></strong>, <strong><code>deaths</code></strong>), geography (<strong><code>region</code></strong>, <strong><code>city</code></strong>, <strong><code>state</code></strong>, <strong><code>latitude</code></strong>, <strong><code>longitude</code></strong>, <strong><code>country_code</code></strong>, resolved <strong><code>country_name</code></strong>), <strong><code>is_animal</code></strong> / <strong><code>is_human</code></strong> (booleans or null), admin labels (<strong><code>admin_1_name</code></strong>, <strong><code>admin_2_name</code></strong>, <strong><code>admin_3_name</code></strong>), <strong><code>source</code></strong> (<code>OUTBREAKS</code> vs <code>gdn_outbreak_news</code>), and <strong><code>href</code></strong> (relative—either an explore path for catalog rows or <strong><code>/events/{hash_id}</code></strong> for news rows). News-only rows may also include <strong><code>outbreak_date</code></strong> (ISO date) when present.</li>\n<li><strong><code>timestamp</code>:</strong> Unix epoch (seconds) of the latest catalog update stamp used for this disease’s outbreak feed, or <strong><code>null</code></strong> when none is available.</li>\n</ul>\n<p>Unknown disease ids still return <strong>200</strong> with an empty <strong><code>data</code></strong> array when nothing matches.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","ongoing-outbreaks"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"e670b8d7-a9e4-4acc-a1c7-279a4daf4365","name":"/diseases/11170/ongoing-outbreaks","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/11170/ongoing-outbreaks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2026-03-06 22:39:12\",\n            \"hash_id\": \"d7a92a2a-6565-4274-9023-41429c70122f\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_36712\",\n            \"update_date_epoch\": 1772836752,\n            \"country_code\": \"G140\",\n            \"outbreak_start\": 2025,\n            \"outbreak_first_reported\": 2025,\n            \"outbreak_end\": 2026,\n            \"outbreak_last_reported\": 2026,\n            \"publication_year\": null,\n            \"cases\": 31,\n            \"deaths\": null,\n            \"region\": \"Multiple locations\",\n            \"city\": null,\n            \"state\": null,\n            \"latitude\": \"35.86166\",\n            \"longitude\": \"104.195397\",\n            \"is_animal\": false,\n            \"is_human\": true,\n            \"admin_1_name\": null,\n            \"admin_2_name\": null,\n            \"admin_3_name\": null,\n            \"country_name\": \"China\",\n            \"href\": \"/explore/diseases/11170/G140\",\n            \"source\": \"OUTBREAKS\"\n        }\n    ],\n    \"timestamp\": 1773973190\n}"}],"_postman_id":"98f074fc-1022-4564-b87b-ce523f664a46"},{"name":"/diseases/{disease_code}/outbreaks","id":"376b4640-d144-4cf2-a2ed-bf878aac18f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/outbreaks","description":"<p>Returns list of all countries that have reported outbreaks of a disease.</p>\n<ul>\n<li><p><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_first_reported</code>. Do not use.</p>\n</li>\n<li><p><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_last_reported</code>. Do not use.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","outbreaks"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"c045967f-72de-4b80-92df-e46ea79dd438","name":"/diseases/{disease_code}/outbreaks","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10060/outbreaks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Mar 2025 06:21:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"7659"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.54 () PHP/7.4.30"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2024-06-19 23:58:21\",\n            \"hash_id\": \"e98cc8b9-5cd1-43e3-b2e0-f7197242ff32\",\n            \"id\": \"o_17949\",\n            \"update_date_epoch\": 1718841501,\n            \"country_code\": \"G133\",\n            \"outbreak_start\": 2003,\n            \"outbreak_first_reported\": 2003,\n            \"outbreak_end\": 2007,\n            \"outbreak_last_reported\": 2007,\n            \"publication_year\": null,\n            \"cases\": 42,\n            \"deaths\": null,\n            \"region\": \"British Columbia\",\n            \"city\": null,\n            \"state\": \"British Columbia\",\n            \"latitude\": \"53.7267\",\n            \"longitude\": \"-127.648\",\n            \"country_name\": \"Canada\",\n            \"href\": \"/diseases/10060/distribution/G133\"\n        },\n        {\n            \"update_date\": \"2024-06-19 23:58:21\",\n            \"hash_id\": \"f954fddc-e031-4cef-9f5e-7e25365579eb\",\n            \"id\": \"o_17914\",\n            \"update_date_epoch\": 1718841501,\n            \"country_code\": \"G149\",\n            \"outbreak_start\": 1962,\n            \"outbreak_first_reported\": 1962,\n            \"outbreak_end\": 1965,\n            \"outbreak_last_reported\": 1965,\n            \"publication_year\": null,\n            \"cases\": null,\n            \"deaths\": null,\n            \"region\": null,\n            \"city\": null,\n            \"state\": null,\n            \"latitude\": \"49.81749200\",\n            \"longitude\": \"15.47296200\",\n            \"country_name\": \"Czech Republic\",\n            \"href\": \"/diseases/10060/distribution/G149\"\n        }\n    ],\n    \"timestamp\": 1741736257\n}"}],"_postman_id":"376b4640-d144-4cf2-a2ed-bf878aac18f8"},{"name":"/diseases/{disease_code}/outbreaks/alerts","id":"2b3452be-5547-4748-a633-c0b6bcc7b205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10640/outbreaks/alerts?since=2","description":"<p>Returns a list of outbreaks of the given {disease_code} that were reported in the last since=$days.</p>\n<h4 id=\"query-parameters\"><strong>Query Parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>since</code></td>\n<td>integer</td>\n<td>Yes.  <br />Default = 5</td>\n<td>The number of past days to look back from today. For example, <code>since=2</code> returns outbreaks reported in the last 2 days.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_first_reported</code>. Do not use.</li>\n<li><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_last_reported</code>. Do not use.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","10640","outbreaks","alerts"],"host":["api","gideononline","com"],"query":[{"key":"since","value":"2"}],"variable":[]}},"response":[{"id":"4e9436c4-a8a3-4d5d-8caa-ff542d467d08","name":"/diseases/10640/outbreaks/alerts?since=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/10640/outbreaks/alerts?since=2","protocol":"https","host":["api","gideononline","com"],"path":["diseases","10640","outbreaks","alerts"],"query":[{"key":"since","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Mar 2025 20:30:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"965"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.54 () PHP/7.4.30"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2025-03-18 09:11:12\",\n            \"hash_id\": \"3676a3e1-5a69-4295-adb0-c8e916507353\",\n            \"id\": \"o_34773\",\n            \"update_date_epoch\": 1742289072,\n            \"country_code\": \"G232\",\n            \"outbreak_start\": 2022,\n            \"outbreak_first_reported\": 2022,\n            \"outbreak_end\": 2025,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": 42642,\n            \"deaths\": 1319,\n            \"region\": \"Nationwide\",\n            \"city\": null,\n            \"state\": null,\n            \"latitude\": \"9.08199900\",\n            \"longitude\": \"8.67527700\",\n            \"country_name\": \"Nigeria\",\n            \"href\": \"/diseases/10640/distribution/G232\"\n        },\n        {\n            \"update_date\": \"2025-03-18 09:04:38\",\n            \"hash_id\": \"620c4ae6-0102-434b-9b28-4cafbf624e82\",\n            \"id\": \"o_36775\",\n            \"update_date_epoch\": 1742288678,\n            \"country_code\": \"G232\",\n            \"outbreak_start\": 2025,\n            \"outbreak_first_reported\": 2025,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": 14,\n            \"deaths\": 1,\n            \"region\": \"Lagos\",\n            \"city\": null,\n            \"state\": \"Lagos\",\n            \"latitude\": \"6.5244\",\n            \"longitude\": \"3.3792\",\n            \"country_name\": \"Nigeria\",\n            \"href\": \"/diseases/10640/distribution/G232\"\n        }\n    ],\n    \"timestamp\": 1742289072\n}"}],"_postman_id":"2b3452be-5547-4748-a633-c0b6bcc7b205"},{"name":"/diseases/{disease_code}/outbreaks/countries","id":"6616b858-e1ad-414d-8b4d-562bc73370b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/outbreaks/countries?year=2020","description":"<p>Returns a <strong>per-country aggregate</strong> of outbreak and sporadic records for <strong>one disease</strong>: total <strong>cases</strong>, <strong>deaths</strong>, and <strong>outbreaks</strong> (row count), plus the country’s display name, GIDEON <strong><code>country_code</code></strong>, and <strong><code>gid_0</code></strong> (ISO 3166-1 alpha-3 when available).</p>\n<p>You must supply <strong>at least one</strong> of <strong><code>year</code></strong> or <strong><code>days</code></strong>. If both are present, <strong><code>days</code></strong> wins (the rolling window logic is applied first).</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id (numeric string in the path).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>year</code></td>\n<td>One of <code>year</code> or <code>days</code></td>\n<td>Calendar year; a country is included when any matching record’s reporting span touches this year (via the start/end year fields on those records). Must be numeric.</td>\n</tr>\n<tr>\n<td><code>days</code></td>\n<td>One of <code>year</code> or <code>days</code></td>\n<td>Rolling look-back: only records whose last-update timestamp falls within the last <strong>N</strong> days, and whose reporting span touches the <strong>current</strong> calendar year. Must be numeric.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"filtering-notes-behavioral\"><strong>Filtering notes (behavioral)</strong></h4>\n<ul>\n<li>Only rows whose <strong><code>type</code></strong> includes <strong>outbreak</strong> or <strong>sporadic</strong> are counted.</li>\n<li>Synthetic worldwide and simulator-style country codes are omitted from the totals.</li>\n<li>Whole-country “nationwide” summary rows are omitted so the breakdown stays location-specific.</li>\n</ul>\n<h4 id=\"success-response\"><strong>Success response</strong></h4>\n<p><code>{ \"data\": [ … ] }</code> — each item has <strong><code>country_name</code></strong>, <strong><code>country_code</code></strong>, <strong><code>cases</code></strong> (integer sum, or an <strong>empty string</strong> when none), <strong><code>deaths</code></strong> (integer sum, or <strong>empty string</strong> when none), <strong><code>outbreaks</code></strong> (integer count of matching records), <strong><code>gid_0</code></strong> (alpha-3 or null), and <strong><code>year</code></strong> (the <strong><code>year</code></strong> you passed, or the <strong>current calendar year</strong> when you used <strong><code>days</code></strong>). Results are sorted by <strong><code>cases</code></strong> descending.</p>\n<h4 id=\"errors\"><strong>Errors</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP status</th>\n<th>When</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>400</strong></td>\n<td>Neither <strong><code>year</code></strong> nor <strong><code>days</code></strong> — <code>{ \"error\": { \"message\": \"Either days or year parameter is required.\" } }</code>.</td>\n</tr>\n<tr>\n<td><strong>400</strong></td>\n<td>Non-numeric <strong><code>days</code></strong> — <code>Invalid days parameter.</code></td>\n</tr>\n<tr>\n<td><strong>400</strong></td>\n<td>Non-numeric <strong><code>year</code></strong> — <code>Invalid year parameter.</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Unknown disease ids typically yield <strong>200</strong> with an empty <strong><code>data</code></strong> array.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","outbreaks","countries"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Calendar year filter (supply this or <code>days</code>).</p>\n","type":"text/plain"},"key":"year","value":"2020"},{"disabled":true,"description":{"content":"<p>Rolling window in days (supply this or <code>year</code>). If both are set, this parameter takes precedence.</p>\n","type":"text/plain"},"key":"days","value":""}],"variable":[]}},"response":[{"id":"896950d1-1df4-4144-8283-18f23a49eba4","name":"/diseases/10100/outbreaks/countries?year=2020","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/10100/outbreaks/countries?year=2020","protocol":"https","host":["api","gideononline","com"],"path":["diseases","10100","outbreaks","countries"],"query":[{"key":"year","value":"2020"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"country_name\": \"Zimbabwe\",\n            \"country_code\": \"G305\",\n            \"cases\": 551,\n            \"deaths\": \"\",\n            \"outbreaks\": 3,\n            \"gid_0\": \"ZWE\",\n            \"year\": 2020\n        },\n        {\n            \"country_name\": \"Indonesia\",\n            \"country_code\": \"G185\",\n            \"cases\": 27,\n            \"deaths\": 1,\n            \"outbreaks\": 1,\n            \"gid_0\": \"IDN\",\n            \"year\": 2020\n        },\n        {\n            \"country_name\": \"Kenya\",\n            \"country_code\": \"G195\",\n            \"cases\": 18,\n            \"deaths\": \"\",\n            \"outbreaks\": 1,\n            \"gid_0\": \"KEN\",\n            \"year\": 2020\n        }\n    ]\n}"}],"_postman_id":"6616b858-e1ad-414d-8b4d-562bc73370b2"},{"name":"/diseases/{disease_code}/outbreaks/news","id":"794e2823-87f5-4267-85fb-4a00e0098300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/outbreaks/news?count=20&max_age_days=365","description":"<p>Returns curated outbreak <strong>news</strong> articles for a single <strong>disease</strong> (all countries), ordered by outbreak date (newest first).</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>Disease identifier (same as elsewhere in the Diseases API).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td>integer</td>\n<td>No. Default = 20</td>\n<td>Maximum articles returned. Capped at <strong>100</strong>.</td>\n</tr>\n<tr>\n<td><code>max_age_days</code></td>\n<td>integer</td>\n<td>No</td>\n<td>If provided and numeric, narrows results using outbreak date when present, otherwise publication date, within the last N days.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response</strong></h4>\n<p>JSON with a <code>data</code> array. Each item typically includes disease and country names and codes, state and city, coordinates when available, outbreak and publication dates, title, news source, URL, case and death counts (including animal figures where present), and a short summary (<code>abstract</code>).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","outbreaks","news"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Maximum articles returned. Default 20; values above 100 are capped at 100.</p>\n","type":"text/plain"},"key":"count","value":"20"},{"description":{"content":"<p>Optional. When set to a whole number, only articles with a recent outbreak date or publication date (within this many days) are included.</p>\n","type":"text/plain"},"key":"max_age_days","value":"365"}],"variable":[]}},"response":[{"id":"59ebe44c-0601-4578-b5d4-ba228b5e4fe7","name":"/diseases/10390/outbreaks/news?count=20","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/10390/outbreaks/news?count=20","protocol":"https","host":["api","gideononline","com"],"path":["diseases","10390","outbreaks","news"],"query":[{"key":"count","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 10390,\n            \"country_code\": \"G158\",\n            \"disease\": \"Cholera\",\n            \"country\": \"Ethiopia\",\n            \"state\": null,\n            \"city\": null,\n            \"latitude\": null,\n            \"longitude\": null,\n            \"outbreak_first_reported\": \"2025-01-10\",\n            \"publication_date\": \"2025-01-11\",\n            \"title\": \"Example outbreak news headline\",\n            \"news_source\": \"Example Source\",\n            \"url\": \"https://example.com/article\",\n            \"cases\": 5,\n            \"deaths\": null,\n            \"animal_cases\": null,\n            \"animal_deaths\": null,\n            \"abstract\": \"Short summary of the article.\"\n        }\n    ]\n}"}],"_postman_id":"794e2823-87f5-4267-85fb-4a00e0098300"},{"name":"/diseases/{disease_code}/pathogens","id":"ac78ced5-0830-4a00-ada0-6d40a7d846d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/pathogens","description":"<p>Returns list of pathogens associated with a drug.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","pathogens"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"1905aecd-c84a-459f-be4d-b6b3c92a219e","name":"/diseases/10020/pathogens","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10020/pathogens"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:07:24 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"323"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"pathogen_code\": 600,\n            \"pathogen\": \"Actinomyces spp.\",\n            \"href\": \"/drugs/600\"\n        },\n        {\n            \"pathogen_code\": 601,\n            \"pathogen\": \"Actinomyces odontolyticus\",\n            \"href\": \"/drugs/601\"\n        },\n        {\n            \"pathogen_code\": 602,\n            \"pathogen\": \"Actinomyces israelii\",\n            \"href\": \"/drugs/602\"\n        },\n        {\n            \"pathogen_code\": 603,\n            \"pathogen\": \"Actinomyces viscosus\",\n            \"href\": \"/drugs/603\"\n        }\n    ]\n}"}],"_postman_id":"ac78ced5-0830-4a00-ada0-6d40a7d846d0"},{"name":"/diseases/{disease_code}/pediatric-therapies","id":"2813cbec-0ca6-4a1d-9e42-8b5ecf1352a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/pediatric-therapies","description":"<p>Retrieves typical pediatric therapy information of a disease. Typical therapy and dosage assume no contraindications, normal renal and hepatic function, etc. Note: This regimen may not be applicable to infants.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","pediatric-therapies"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"77366221-9ec3-413c-b6d9-47c7ab56fcf2","name":"/diseases/10050/pediatric-therapies","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10050/pediatric-therapies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:04:30 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"133"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Tinidazole 50 mg/kg/d PO X 5d \\nOR Metronidazole 15 mg/kg TID PO X 10d \\nFollow with: Paromomycin 10 mg/kg PO TID X 7d\"\n}"}],"_postman_id":"2813cbec-0ca6-4a1d-9e42-8b5ecf1352a2"},{"name":"/diseases/{disease_code}/reservoirs","id":"ff0ab828-cbd6-4fc5-9c90-d5aa915796e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/reservoirs","description":"<p>Retrieves reservoir information of a disease. A reservoir is any animal, arthropod, plant, soil or substance in which an infectious agent normally lives and multiplies, on which it depends primarily for survival, and where it reproduces itself in such a manner that it can be transmitted to a susceptible host.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","reservoirs"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"4c398e68-8fa7-49e0-83cd-6cdb212e7d12","name":"/diseases/10050/reservoirs","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10050/reservoirs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:03:02 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"16"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Human\"\n}"}],"_postman_id":"ff0ab828-cbd6-4fc5-9c90-d5aa915796e4"},{"name":"/diseases/{disease_code}/surveys","id":"0db7a3c2-0c92-4a5b-b19b-a5ccd0491f7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/surveys","description":"<p>Returns the list of all countries that track surveys of a disease.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","surveys"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"77cf4a50-db8a-4e4d-9d6f-decfdfbc43bf","name":"/diseases/10060/surveys","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10060/surveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:05:39 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"4289"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 10060,\n            \"country_code\": \"G109\",\n            \"country\": \"Argentina\",\n            \"survey_count\": 1,\n            \"href\": \"/disease/10060/distribution/G109\"\n        },\n        {\n            \"disease_code\": 10060,\n            \"country_code\": \"G111\",\n            \"country\": \"Australia\",\n            \"survey_count\": 2,\n            \"href\": \"/disease/10060/distribution/G111\"\n        },\n        {\n            \"disease_code\": 10060,\n            \"country_code\": \"G125\",\n            \"country\": \"Brazil\",\n            \"survey_count\": 7,\n            \"href\": \"/disease/10060/distribution/G125\"\n        }\n    ]\n}"}],"_postman_id":"0db7a3c2-0c92-4a5b-b19b-a5ccd0491f7e"},{"name":"/diseases/{disease_code}/synonyms","id":"bb020f5a-a4a1-49ee-8bc0-0df00821079c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/synonyms","description":"<p>Retrieves synonyms of a disease, including ICD9 and ICD10 codes.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"a6d893ab-c0aa-4439-95c9-6a2fe550d547","name":"/diseases/10050/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10050/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:05:20 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"Amebiasis\",\n        \"Amebiasis intestinal\",\n        \"Amebic colitis\",\n        \"Amebic dysentery\",\n        \"Amoebenruhr\",\n        \"Entamoeba bangladeshi\",\n        \"Entamoeba gingivalis\",\n        \"Entamoeba hartmanni\",\n        \"Entamoeba moshkovskii\"\n    ]\n}"}],"_postman_id":"bb020f5a-a4a1-49ee-8bc0-0df00821079c"},{"name":"/diseases/{disease_code}/vaccines","id":"f8311634-7495-4aab-8db1-de301a9a882d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/vaccines","description":"<p>Retrieves vaccine information of a disease</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","vaccines"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"0a80c1f3-09b2-4d52-b1f1-4d6cb54996ce","name":"/diseases/10040/vaccines","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/vaccines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:04:51 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"56"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"vaccine_code\": 30157,\n            \"vaccine\": \"Ibalizumab\"\n        }\n    ]\n}"}],"_postman_id":"f8311634-7495-4aab-8db1-de301a9a882d"},{"name":"/diseases/{disease_code}/vectors","id":"fc2783cf-070e-48f0-b880-f2ec24660d7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/vectors","description":"<p>Retrieves vector information of a disease. A vector is an arthropod or other living carrier which transports an infectious agent from an infected organism or reservoir to a susceptible individual or immediate surroundings.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","vectors"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"d1dd1cf6-3eec-4b3e-b49e-77e8c8ab9209","name":"/diseases/10050/vectors","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10050/vectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:02:06 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"37"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Fly (Musca) - occasionally\"\n}"}],"_postman_id":"fc2783cf-070e-48f0-b880-f2ec24660d7c"},{"name":"/diseases/{disease_code}/vehicles","id":"0fa1ca6c-cae6-4b60-a333-51fcf8aa2e75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/vehicles","description":"<p>Retrieves vehicle information of a disease. Vehicle is the mode of transmission for an infectious agent. This generally implies a passive and inanimate (i.e., non-vector) mode.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","vehicles"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"fd91a309-c0d3-4fec-9b57-4baf82527f08","name":"/diseases/10050/vehicles","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10050/vehicles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:02:42 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"43"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Food, Water, Sexual contact, Fly\"\n}"}],"_postman_id":"0fa1ca6c-cae6-4b60-a333-51fcf8aa2e75"}],"id":"a00f2eaf-de05-48eb-b38a-1d744960c815","_postman_id":"a00f2eaf-de05-48eb-b38a-1d744960c815","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Disease - Distribution","item":[{"name":"/diseases/{disease_code}/distribution/map/labels","id":"389ce073-aa1d-4442-aeae-a8ae2f5f7b68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/map/labels","description":"<p>GIDEON has metric data that can be used to generate visualization tables or global maps that shows the  status of every disease for every country. </p>\n<p>This API returns the data labels to define or classify  the data points. </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","map","labels"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"86bcf880-13f3-4645-8a06-0112d69371c3","name":"/diseases/{disease_code}/distribution/map/labels","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/distribution/map/labels"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jun 2020 20:49:43 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"value\": 0,\n            \"name\": \"Not Endemic\"\n        },\n        {\n            \"value\": 0.001,\n            \"name\": \">0 to 0.001\"\n        },\n        {\n            \"value\": 0.10000000000000001,\n            \"name\": \">0.001 to 0.1\"\n        },\n        {\n            \"value\": 1,\n            \"name\": \">0.1 to 1\"\n        },\n        {\n            \"value\": 4,\n            \"name\": \">1 to 4\"\n        },\n        {\n            \"value\": 999999,\n            \"name\": \">4\"\n        }\n    ]\n}"}],"_postman_id":"389ce073-aa1d-4442-aeae-a8ae2f5f7b68"},{"name":"/diseases/{disease_code}/distribution/map/legends","id":"b62783b5-ee11-4ed9-90bd-a089fc134479","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/map/legends","description":"<p>Returns <strong>legend rows</strong> for coloring <strong>global distribution maps</strong> of this disease: each row is one display band with a human-readable <strong><code>legend</code></strong> label and numeric bounds <strong><code>min_value</code></strong> / <strong><code>max_value</code></strong>, plus <strong><code>exclusive_min</code></strong> and <strong><code>exclusive_max</code></strong> (whether each endpoint is treated as inside the band).</p>\n<p>Use this together with <strong><code>GET /diseases/{disease_code}/distribution/map/labels</code></strong> (numeric cut points paired with short names) and <strong><code>GET /diseases/{disease_code}/distribution/map/values</code></strong> (per-country metric values).</p>\n<p>There are <strong>no</strong> query parameters.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id (numeric string in the path).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"success-response\"><strong>Success response</strong></h4>\n<p><code>{ \"data\": [ … ] }</code> — each element has <strong><code>legend</code></strong>, <strong><code>min_value</code></strong>, <strong><code>max_value</code></strong>, <strong><code>exclusive_min</code></strong>, <strong><code>exclusive_max</code></strong>.</p>\n<p>The <strong>count of rows</strong> and the <strong>numeric cutoffs</strong> depend on the disease: many diseases return a <strong>standard three-band</strong> scale (not endemic / sporadic / endemic). When expanded map settings exist for the disease, the API returns <strong>additional graduated bands</strong> (same field shape, more rows). One disease id uses a <strong>fixed alternate</strong> multi-band legend for a specialized resistance map; clients should render whatever array is returned.</p>\n<p>The endpoint always returns <strong>200</strong> with a non-empty <strong><code>data</code></strong> array for valid numeric ids; unknown ids are not validated separately and may still receive a generic legend set.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","map","legends"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"40b7ca7f-9aa8-43cd-b54f-fca7965db32f","name":"/diseases/10040/distribution/map/legends","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/distribution/map/legends"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"legend\": \"Not Endemic\",\n            \"min_value\": 0,\n            \"max_value\": 0,\n            \"exclusive_min\": false,\n            \"exclusive_max\": false\n        },\n        {\n            \"legend\": \">0 to 0.001\",\n            \"min_value\": 0,\n            \"max_value\": 0.001,\n            \"exclusive_min\": true,\n            \"exclusive_max\": false\n        },\n        {\n            \"legend\": \">0.001 to 0.1\",\n            \"min_value\": 0.001,\n            \"max_value\": 0.1,\n            \"exclusive_min\": true,\n            \"exclusive_max\": false\n        },\n        {\n            \"legend\": \">0.1 to 1\",\n            \"min_value\": 0.1,\n            \"max_value\": 1,\n            \"exclusive_min\": true,\n            \"exclusive_max\": false\n        },\n        {\n            \"legend\": \">1 to 4\",\n            \"min_value\": 1,\n            \"max_value\": 4,\n            \"exclusive_min\": true,\n            \"exclusive_max\": false\n        },\n        {\n            \"legend\": \">4\",\n            \"min_value\": 4,\n            \"max_value\": 999999,\n            \"exclusive_min\": true,\n            \"exclusive_max\": false\n        }\n    ]\n}"}],"_postman_id":"b62783b5-ee11-4ed9-90bd-a089fc134479"},{"name":"/diseases/{disease_code}/distribution/map/values","id":"a369298b-a680-4263-b10a-d5b6e46df5a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/map/values","description":"<p>GIDEON has metric data that can be used to generate visualization tables or global maps that shows the  status of every disease for every country. </p>\n<p>This API returns the data distribution values of every country of a disease.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","map","values"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"7de8dfe8-80c7-4083-be74-b03328c3842e","name":"/diseases/10040/distribution/map/values","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/distribution/map/values"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jun 2020 20:52:28 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"15142"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"country_code\": \"G100\",\n            \"country\": \"< Worldwide >\",\n            \"count\": 0.63\n        },\n        {\n            \"country_code\": \"G101\",\n            \"country\": \"Afghanistan\",\n            \"count\": 0.001\n        },\n        {\n            \"country_code\": \"G102\",\n            \"country\": \"Albania\",\n            \"count\": 1.6000000000000001\n        }\n    ]\n}"}],"_postman_id":"a369298b-a680-4263-b10a-d5b6e46df5a2"},{"name":"/diseases/{disease_code}/distribution/{country_code}","id":"1fe976c1-1262-49f4-a979-236df6bd110a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}","description":"<p>Returns comprehensive country-relevant referenced information regarding the selected disease including the disease's history, incidence, distribution, and graphs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"d83bb8f9-db0d-42f6-ad1d-dfb50b79a221","name":"/diseases/10590/distribution/G100","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10590/distribution/G100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:07:38 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"78464"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"note\": \"<b>Time and Place</b>\\nThe first dengue-like epidemics were reported in 1635 in Martinique and Guadeloupe, and in 1699 in Panama. {p 23042846}\\n - Dengue was later reported in the Caribbean-Latin American region in 1827 (Virgin Islands), presumably imported with African slaves. \\n - An outbreak of dengue was reported in Cuba. At this time, the word \\\"dunga\\\" was first used, and later changed to \\\"dengue.\\\" {p 23042846}\\n - A second pandemic during 1848 to 1850 involved Cuba and New Orleans.  \\n - A third pandemic struck the region during 1979 to 1880. \\nOutbreaks of severe dengue and dengue hemorrhagic fever (DHF) emerged beginning in the 1950s. {p 19366911}\\n - Prior to the 1970's only nine countries had experienced severe dengue epidemics - as of 2012, the disease was endemic to over 100 countries.\\n - As of 2016, 11 countries had approved routine use of a quadrivalent Dengue vaccine: Indonesia, Thailand, Singapore. Mexico, the Philippines, Brazil, El Salvador, Costa Rica, Paraguay, Guatemala and Peru. {p 27701113}\\n\\n<b>Dengue and travel</b>\\n - 1997 to 2006 - . Risk for dengue among travelers peak in Southeast Asia during June and September, South-central Asia in October, South America in March and the Caribbean in August and October. {p 18598629}\\n - 2008 - Dengue accounted for 1.5% of febrile illness among returning European travelers. {p 21083874}\\n - 2013 (publication year) - The risk for dengue among travelers to endemic destinations is estimated at 10.2 to 30 per 1,000 person-months; and the disease accounts for up to 16% of febrile illness episodes in this group. {p 24165383}\\n - 2018 (publication year) - Dengue is the leading cause of fever among travelers returning from Southeast Asia - 50 cases per 1,000 in non-epidemic years, 159 per 1,000 during epidemic years. {p 30374664}\\n\\nThe four strains of Dengue fever virus which infect humans emerged from ancestral sylvatic progenitors which continue to persist among non-human primates in Southeast Asia and West Africa.  Rare instances of human infection by sylvatic strains are reported. {p 21666708} {p 25092823} {p 23523817} {p 20212326} {p 19081488} {p 18325274} {m 20160507.4207603}\\n\\n<b>Dengue in Africa</b>\\nDuring 1960 to 2010, a total of 22 countries in Africa reported sporadic cases or outbreaks of dengue; 12 other countries in Africa reported dengue only in travelers. {p 21801609}  A review published in 2012 suggested that dengue is endemic to 34 African countries. {p 22668445}\\n - During 1823 to 2014, seven out of ten countries in eastern Africa and three islands in the Indian Ocean experienced dengue outbreaks. {p 26922851}\\n - Dengue virus was first isolated in Africa during 1964 to 1968 (Nigeria); and had been identified in 14 African countries as of 2009. {p 19280730} {p 20184854} {m 20100826.3010} {p 20843471} {p 21029541} {p 21338953} {m 20100913.3308} {m 20100222.0597} {m 20100826.3010}\\n - Serosurveys suggest that dengue is hyper-endemic in certain areas of West Africa, and probably East Africa as well. \\n - Clinical cases are probably misdiagnosed as malaria.\\n - Dengue / Chikungunya co-infections are reported in endemic areas. {p 18551940} {p 19581242}\\n     \\n[Graph 1]\\nWorldwide. Dengue, cases\\nNotes:\\n1. As of 1998, 2.5 billion persons are considered at risk, and two-thirds of the world's population live in areas infested with potential dengue vectors.   \\n2. An estimated 500,000 are hospitalized for dengue each year (2010 publication) {m 20101018.3777}\\n3. 10,000 to 300,000 cases of dengue per year were estimated for the period 1955 to 1959; 67.7 million in 1987; 20.2 million to 32.3 million per year for the period 1994 to 1996; 50 million to 100 million per year as of 2011. {m 20120130.1025955}   \\n4. The global incidence was estimated at 32,747,000 cases in 2005; 79,609,000 in 2015. {p 27733282}\\n5. An average of 908 cases were officially reported annually during 1955 to 1959; 15,497 during 1960 to 1969; 122,174 during 1970 to 1979; 295,591 during 1980 to 1989; 514,139 during 1990 to 1998.\\n\\n<b>Prevalence surveys</b>  \\n\\n<b>Seroprevalence surveys</b>\\n\\n[Graph 2]\\nWorldwide. Dengue, deaths\\nNotes:\\n1. Also see reference - {p 23245604}\\n\\n<b>Severe Dengue (Dengue Hemorrhagic Fever; DHF; DSS)</b>\\nAs of 2012, four serotypes of Dengue virus had been identified.  Although the existence of fifth serotype was reported in Malaysia in 2013, the clinical significance of this strain appears to be minimal. {m 20131023.2016569} {m 20140910.2762015}\\n - Severe dengue is more often associated with secondary Dengue 2 infection than with the other serotypes. {p 26085471}\\n - The risk for DHF is 0.2% during the first attack of dengue, but increases 10-fold during reinfection by a second dengue serotype. {p 9665979}  Rarely, a given patient may be co-infected by two serotypes simultaneously. {p 3970307}\\n - A long time interval between attacks of dengue may actually increase the risk of dengue hemorrhagic fever. {p 18420239}\\n - It is estimated that over 100,000 of DHF occur each year worldwide.\\n - 715,238 cases of DHF and 21,345 deaths were reported worldwide during 1956 to 1980; 1,263,321 cases of DHF and 15,940 deaths during 1986 to 1990.\\n - The world's first epidemic of DHF was reported in the Philippines during 1953 to 1954. \\n - The first outbreak of DHF in the Americas was reported in 1981, from Cuba. {p 23444620}\\n - The incidence of DHF is higher in Asia than in other dengue-endemic areas, with two-thirds of regional cases reported from Viet Nam and Thailand. \\n - Over 100,000 dengue deaths were estimated for Asia in 1995.\\n - 12,300 fatal cases were estimated globally for 2005; 18,400 for 2015. {p 27733281}\\n\\n[Graph 3]\\nAmericas Region Dengue, cases\\nNotes:\\n1. 700,000 cases of dengue were reported in the region during 1978 to 1980; 1,033,417 during 1980 to 1989; 2,725,405 during 1990 to 1999; 4,732,594 during 2000 to 2007. {p 20065008}\\n2. Additional references: 1997 {p 9376243}  1980 to 2007 {p 20065008}  2000 {p 11206025}  2010 {p 23042846}\\n3. Literature review of Dengue in the Americas region (2017 publication) - see reference {p 28392806}\\n   Individual years:\\n   1996 - Included outbreaks in Brazil, Costa Rica, Dominican Republic, Haiti, Mexico, Nicaragua, Panama, Puerto Rico and Venezuela. \\n   1998 - 72.2% of cases reported by Brazil\\n   2002 - 17,457 cases (333 DHF, 28 fatal) were reported in the Caribbean region. \\n   2010 - 344,346 cases (144 fatal) were reported to April. {m 20100503.1439}\\n   2011 - 979,774 cases (672 fatal) were reported to October. {m 20110214.0498} {m 20110325.0938} {m 20111108.3320}\\n   2012 - 892,000 cases (23,925 DHF or serious, 521 fatal) were reported to December. {m 20120910.1288590} {m 20121226.1466200}\\n   2013 - 2,294,721 cases (1,244 fatal) were reported to December. {m 20131230.2143626}\\n   2014 - 1,081,067 cases (624 fatal) were reported to November. {m 20140905.2749605} {m 20141215.3034560}\\n   2015 - 2,326,829 cases (10,276 severe dengue, 1,181 fatal) were reported. {m 20150331.3268841} {m 20150409.3287116} {m 20150424.3318712} {m 20150503.3338106} {m 20150510.3352790} {m 20150518.3368812} {m 20150628.3470407} {m 20150705.3487558} {m 20150712.3505744} {m 20150721.3523120} {m 20150928.3675184} {m 20151008.3701661} {m 20151027.3747794} {m 20151109.3779255} {m 20151124.3816818} {m 20151202.3835995} {m 20151210.3854285} {m 20160127.3970962} {m 20160207.4001446}\\n   2016 - 2,246,033 cases (3,939 severe dengue, 928 fatal) were reported to November 23. {m 20160217.4028506} {m 20160225.4049661} {m 20160303.4065700} {m 20160320.4106717} {m 20160326.4120839} {m 20160605.4266936} {m 20160703.4323211} {m 20160712.4338859} {m 20160802.4386550} {m 20160802.4386550} {m 20160822.4432070} {m 20161209.4680856}\\n   2017 - 772,000 cases (2,228 severe dengue, 346 fatal) were reported to December 15. {m 20170503.5009234} {m 20170606.5088227} {m 20170626.5131785} {m 20170704.5148921} {m 20170905.5297066} {m 20170921.5331578} {m 20170926.5342813}  (Analysis of declining dengue rates in the Americas Region during 2017 - see reference {p 30624838} )\\n   2018 - 561,233 suspected and confirmed cases (336 fatal) were reported. {m 20180419.5757769} {m 20181109.6135133}\\n   2019 - 2,414,182 cases (978 fatal) were reported to September 30. {m 20190329.6392078} {m 20190508.6461377} {m 20190604.6502068} {m 20190822.6635695}\\n     \\n[Graph 4]\\nAmericas Region Dengue - severe, cases\\nNotes:\\n1. The first documented outbreak of DHF in the Americas was reported in Cuba, in 1981. {p 25091743}\\n2. 60 cases of DHF (involving only 5 countries) were reported in the Americas during 1968 to 1980; 37,030 (24 countries) during 1981 to 1985; 13,398 during 1980 to 1989; 58,419 during 1990 to 1999; 111,724 during 2000 to 2007. {p 20065008}\\n3. 42,246 cases of DHF (582 fatal) were reported in the Americas during 1981 to 1996.\\n4. Three to five dengue epidemics were reported in each of the French territories (French Guiana, Guadeloupe, Martinique, Saint Martin and Saint Barthelmy) during 2000 to 2012. {p 25375627}\\n\\n[Graph 5]\\nAmericas Region Dengue, deaths\\nNotes:\\n1. 242 fatal cases were reported during 1980 to 1989; 577 during 1990 to 1999; 1,391 during 2000 to 2007. {p 20065008}\\n\\n[Graph 6]\\nSoutheast Asian Region Dengue, cases\\nNotes:\\n1. Also see reference - {p 21537064}\\n\\n[Graph 7]\\nSoutheast Asian Region Dengue, deaths\\n\\n[Graph 8]\\nWestern Pacific Region Dengue, cases\\nNotes:\\n1. 33 of 37 countries in the Western Pacific region report dengue.  \\n2. 552,088 cases were reported in the region during 1993 to 1997.\\n   Individual years:\\n   1998 - 78,608 cases were reported in the region during January to July.\\n\\n[Graph 9]\\nWestern Pacific Region Dengue, deaths\\nNotes:\\n   Individual years:\\n   1998 - 246 fatal cases were reported in the region during January to July.\\n\\n<b>Dengue in Europe</b> {p 23962447} {p 27254392}\\n43% of cases reported in Europe in 2008 originated from Southeast Asia, 14% Latin America, 11% the Caribbean and 4% Africa. {m 20090629.2353}\\n - In 2010, autochthonous cases of dengue were reported in France {p 20929659} {m 20100915.3345} {m 20100921.3399} {m 20100927.3506} and Croatia. {p 20946759} {p 21392489} {p 25474491} {m 20101012.3697}\\n - During 2012 to 2013 - An outbreak (2,168 cases) of dengue was reported in Madeira, Portugal. {p 23113325} {p 23231893} {p 23324429} {p 23410256} {p 23962447} {p 24473797} {p 24602277} {p 25144749} {p 25399556} {p 25767886} {m 20121021.1356313} {m 20121006.1328158} {m 20121107.1397801} {m 20121112.1404829} {m 20121121.1417734} {m 20121124.1422925} {m 20121205.1439368} {m 20121212.1447452} {m 20121216.1453952} {m 20121230.1475399} {m 20130208.1535624} {m 20130215.1544402} {m 20130318.1591291}  42 cases were reported among travelers who returned from Madeira to Germany, Sweden, France and the United Kingdom.   Molecular studies suggested that dengue virus introduced from Venezuela was the source of the outbreak in Madeira. {p 25843502}\\n - In 2013, a case of autochthonous dengue was reported in France. {p 24342514} {m 20131209.2101186} {m 20131223.2132849}\\n - In 2015, an outbreak of autochthonous dengue was reported in France. {p 27254729} {m 20160602.4259981}\\n - In 2017, no cases of autochthonous dengue were reported to December.\\n\\n<b>Dengue in the Middle East and North Africa</b> -\\n - 81 outbreaks were reported from 9 countries during 1941 to 2015; and <i>Aedes aegypti</i> and/or <i>Ae. albopictus</i> was reported in 15 countries. {p 27926925}\\n\\n[Graph 10]\\nEuropean Union. Dengue, cases\\nNotes:\\n   Individual years:\\n   2008 - Dengue accounted for 1.5% of febrile illness among returning European travelers. {p 21083874}\\n\\n<b>Reservoirs</b>\\nDengue virus has been identified in a variety of primates {p 24105916} , and in neo-tropical forest mammals belonging to the Rodentia, Marsupialia and Chiroptera {p 18945183}\\n\\n<b>Vectors</b>\\n - <i>Stegomyia (Aedes) aegypti</i> was eradicated from 21 countries in the American Region during 1948 to 1962; however, as of 1996, the mosquito was found in all countries in the area, except Bermuda, Canada, Chile and Uruguay. {p 23916878} {p 3042180}\\n     <i>Stegomyia (Aedes) albopictus</i> {p 22272602} has recently been found in Europe: Albania in 1979, Italy in 1990, France in 1998, Belgium in 2000, Spain in 2004 and Germany in 2011. {p 22297138} {p 22535696} {m 20120126.1023077}  As of 2003, <i>S. albopictus</i> was also present in 10 American countries: Brazil, the Cayman Islands, the Dominican Republic, El Salvador, Guatemala, Mexico, Nicaragua, Panama, Trinidad and the United States. {p 23916878} {p 26126267}\\n     <i>S. albopictus</i> was first reported in the United States in 1985 {p 23270144} , and in Africa in 1989 (South Africa) and had been identified on the continent only 4 times to 2003 - in Nigeria, South Africa and Equatorial Guinea.\\n     <i>S. Polynesiensis</i> has also been implicated as a dengue vector. {p 543815}\\n - Vertical transmission has been demonstrated among mosquitoes. {p 30776139}\\n\\n<b>Additional routes of transmission</b>\\nRare instances of laboratory acquired {p 27057314} , nosocomial {p 30046313} and transfusion-related dengue are reported. {p 18503611} {p 18503610} {p 25728040}\\n - Only five cases of transfusion-transmitted dengue (including one case of DHF) had been documented as of 2015. {p 25964876}\\n - Dengue hemorrhagic fever has been acquired through blood transfusion. {p 18832256}\\n - Cases of dengue acquired through liver {p 27194898} {m 20160602.4259981} , bone marrow and renal transplantation have been reported.\\n - Dengue virus has been detected in a donor cornea (India, 2018 publication) {p 30272614}\\n - Vertical transmission during pregnancy is common. {p 27760799} {p 1819401} {p 29692297} {p 30979598}\\n - Possible transmission through breast feeding has been reported. {p 24156723} {p 23575200}\\n\\n<b>Talking Points</b>\\n - Large outbreaks of dengue are increasingly reported throughout the tropics.\\n - 262 outbreaks of dengue were reported in the World's literature during 1990 to 2015. {p 28748176}\\n - The following chart depicts four outbreaks - numbering 200,000 or more cases - which occurred in \\\"non-tropical\\\" countries.\\n\\n<b>Notable outbreaks</b>\\n\\n<b>Reviews and updates:</b> {p 9665979} {p 15710058} {p 15577938} {p 19366911} {p 19747662} {p 19561427} {p 10738676} {p 17993365} {p 7912702} {p 1462664} {p 8903160} {p 9477544} {p 10582094} {p 15148655} {p 15685151} {p 20403310} {p 20400169} {p 20581669} {p 20578515} {p 20402771} {p 21079655} {p 21146601} {p 21308524} {p 21320241} {p 21537064} {p 21801609} {p 21827872} {p 22069516} {p 22137535} {p 22272602} {p 22469290} {p 22500140} {p 22506663} {p 22535696} {p 22541792} {p 22629476} {p 22556068} {p 22556070} {p 22668447} {p 22668445} {p 22709430} {p 22825287} {p 23029573} {p 23042846} {p 23103333} {p 23226436} {p 23437406} {p 23558245} {p 23578479} {p 23856907} {p 23876389} {p 23962447} {p 24076358} {p 23916878} {p 24161879} {p 24195519} {p 24204590} {p 24165378} {p 24165383} {p 24367789} {p 24438016} {p 24639680} {p 24708869} {p 24772398} {p 24781826} {p 24801860} {p 24810901} {p 24889501} {p 24927557} {p 24957139} {p 24966859} {p 25172160} {p 25203960} {p 25253208} {p 25259615} {p 25271370} {p 25287260} {p 25298950} {p 25375627} {p 25399556} {p 25426178} {p 25424928} {p 25474491} {p 25491436} {p 25688023} {p 25688015} {p 25771261} {p 25881272} {p 25960096} {p 25964876} {p 25979287} {p 25989449} {p 26051515} {p 26085471} {p 26126267} {p 26175912} {p 26214040} {p 26438851} {p 3042180} {p 26562299} {p 26601449} {p 26639777} {p 26936191} {p 27007959} {p 27052794} {p 27052666} {p 27115737} {p 27284691} {p 27322480} {p 27457660} {p 27701113} {p 27926925} {p 28035105} {p 28392806} {p 28448507} {p 28612239} {p 28738211} {p 28748176} {p 28806786} {p 29221616} {p 29294035} {p 29301009} {p 29345964} {p 29385613} {p 29391071} {p 29435366} {p 29882167} {p 30011271} {p 30394209} {p 30560735} {p 30869035} {p 31423536}\",\n        \"references\": [\n            {\n                \"reference_number\": \"p 23042846\",\n                \"citation\": \"Am J Trop Med Hyg 2012 Oct ;87(4):584-93.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/23042846\"\n            },\n            {\n                \"reference_number\": \"p 23042846\",\n                \"citation\": \"Am J Trop Med Hyg 2012 Oct ;87(4):584-93.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/23042846\"\n            },\n            {\n                \"reference_number\": \"p 19366911\",\n                \"citation\": \"Clin Microbiol Rev 2009 Apr ;22(2):186-201, Table of Contents.\",\n                \"short_citation\": \"\",\n                \"href\": \"/references/p/19366911\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1fe976c1-1262-49f4-a979-236df6bd110a"},{"name":"/diseases/{disease_code}/distribution/{country_code}/associated-infections","id":"8c2392a3-fa2f-40fb-b3bb-b9a5ce119f53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/associated-infections","description":"<p>Returns <strong>survey-style rows</strong> that highlight <strong>co-infections and related conditions</strong> captured in prevalence/seroprevalence work for <strong>HIV in the selected country</strong>.</p>\n<p><strong>Important:</strong> The API only attaches rows for <strong>GIDEON disease id <code>10040</code> (HIV)</strong>. For <strong>any other</strong> <code>disease_code</code>, the response is <strong><code>{ \"data\": [] }</code></strong> with <strong>200</strong> and no further validation of the country code.</p>\n<p>For <strong><code>10040</code></strong>, each item is ordered by the latest survey or publication year and includes geography (<strong><code>region</code></strong>, <strong><code>state</code></strong>, <strong><code>city</code></strong>, coordinates), the surveyed <strong><code>population</code></strong> label, percentage fields, free-text <strong><code>notes</code></strong> (HTML with GIDEON tags), resolved <strong><code>references</code></strong>, <strong><code>survey_type</code></strong> (<code>prevalence</code> or <code>seroprevalence</code>), the linked <strong><code>disease</code></strong> label being measured, and expanded lists <strong><code>organism_entities</code></strong>, <strong><code>pathogens</code></strong>, <strong><code>test_types</code></strong>, and <strong><code>review_types</code></strong> (each may be empty).</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id. Only <strong><code>10040</code></strong> yields rows.</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code (used when <code>disease_code</code> is <strong><code>10040</code></strong>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<p>None.</p>\n<h4 id=\"errors\"><strong>Errors</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP status</th>\n<th>When</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>400</strong></td>\n<td>Server-side lookup failure — <code>{ \"message\": \"Invalid disease_id or country_code.\" }</code>.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","associated-infections"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"83d38957-fb70-4ea8-b8f3-e59336cfcfe9","name":"/diseases/10040/distribution/G292/associated-infections","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/distribution/G292/associated-infections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"8c2392a3-fa2f-40fb-b3bb-b9a5ce119f53"},{"name":"/diseases/{disease_code}/distribution/{country_code}/case-series","id":"dda91022-9c10-4cc6-a859-b32b9a42f1d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/case-series","description":"<p>Returns <strong>case-series rows</strong> for a <strong>single disease</strong> in <strong>one country</strong>: each row is a published case series or cohort-style summary with geography, population and setting labels, a <strong><code>parameter</code></strong> theme, counts, narrative <strong><code>notes</code></strong> (HTML with GIDEON tags), a stable <strong><code>hash_id</code></strong>, and resolved <strong><code>references</code></strong>.</p>\n<ul>\n<li><strong><code>id</code></strong> uses the <strong><code>c_</code></strong> prefix followed by the row’s internal id.</li>\n<li>Rows are ordered by the greater of <strong><code>start_year</code></strong> or <strong><code>publication_year</code></strong> (newest first), with <strong><code>AUTO_ID</code> descending</strong> as a tie-break; either year field may be null.</li>\n<li><strong><code>timestamp</code></strong> is a Unix epoch (seconds) from the latest update stamp on the underlying case-series feed for this disease–country pair, or <strong><code>null</code></strong> when none exists.</li>\n</ul>\n<p><strong>Pagination is opt-in.</strong> With <strong>no</strong> pagination-related query parameters, the response is the <strong>full</strong> ordered list (same shape as before). When you opt in (see below), the JSON adds <strong><code>total</code></strong>, <strong><code>offset</code></strong>, <strong><code>limit</code></strong>, and optionally <strong><code>hash_id_matched</code></strong>.</p>\n<p>For <strong>filtered lists across countries or years</strong>, use <strong><code>GET /diseases/case-series/filter</code></strong> (and <strong><code>…/filter-options</code></strong> for UI facets).</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id.</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>paginate</code></td>\n<td>When <strong><code>true</code></strong>, enables pagination with the default page size from server settings unless <strong><code>limit</code></strong> is set. When <strong><code>false</code></strong>, returns the <strong>full</strong> list and <strong>ignores</strong> <strong><code>hash_id</code></strong>, <strong><code>limit</code></strong>, and <strong><code>offset</code></strong>.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>Page size (also opts in to pagination).</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td>Zero-based offset into the ordered list (also opts in). <strong><code>0</code></strong> is a valid value.</td>\n</tr>\n<tr>\n<td><code>hash_id</code></td>\n<td>Jumps <strong><code>offset</code></strong> to the start of the page that contains the row with this <strong><code>hash_id</code></strong> (also opts in). If no row matches, <strong><code>offset</code></strong> is <strong><code>0</code></strong> and <strong><code>hash_id_matched</code></strong> is <strong><code>false</code></strong>.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"success-response\"><strong>Success response</strong></h4>\n<p><strong>Default (no pagination):</strong> <code>{ \"data\": [ … ], \"timestamp\": … }</code> — when nothing matches, <strong><code>data</code></strong> is an empty array.</p>\n<p><strong>Paginated:</strong> <code>{ \"data\": [ … ], \"timestamp\": …, \"total\": …, \"offset\": …, \"limit\": … }</code> and, when <strong><code>hash_id</code></strong> was supplied, <strong><code>hash_id_matched</code></strong> (<code>boolean</code>).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","case-series"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"b5a6cbb9-463d-4878-9912-ac37c2ef9e4b","name":"/diseases/10040/distribution/G292/case-series","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/distribution/G292/case-series"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dda91022-9c10-4cc6-a859-b32b9a42f1d2"},{"name":"/diseases/{disease_code}/distribution/{country_code}/charts","id":"0f0e8168-b43f-4827-baf2-b63360761f7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/charts","description":"<p>Returns list of all charts available for a disease in a country.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","charts"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"8714caae-7e6b-49d6-8e06-033c490a4bff","name":"/diseases/10020/distribution/G292/charts","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10020/distribution/G292/charts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:06:23 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"274"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"graph_id\": \"1\",\n            \"title\": \"United States. Actinomycosis, deaths\",\n            \"href\": \"/disease/10020/distribution/G292/charts/1\"\n        },\n        {\n            \"graph_id\": \"1X\",\n            \"title\": \"United States. Actinomycosis, deaths (Rates per 100,000)\",\n            \"href\": \"/disease/10020/distribution/G292/charts/1X\"\n        }\n    ]\n}"}],"_postman_id":"0f0e8168-b43f-4827-baf2-b63360761f7d"},{"name":"/diseases/{disease_code}/distribution/{country_code}/charts/{graph_id}/notes","id":"77f6b05e-13e6-4c8c-ac40-a4393551db55","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/charts/{graph_id}/notes","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","charts","{graph_id}","notes"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"da7047dd-2e2a-4d0f-a52a-9c4205d08c0a","name":"/diseases/10040/distribution/G292/charts/2/notes","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/distribution/G292/charts/2/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Mar 2020 02:53:44 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"204"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"1. 141 cases of adenoviral conjunctivitis were confirmed during January to October 2008; 134 during January to October 2009; 370 during January to October 2010. {p 21087592} {m 20101111.4101}\\n\"\n}"}],"_postman_id":"77f6b05e-13e6-4c8c-ac40-a4393551db55"},{"name":"/diseases/{disease_code}/distribution/{country_code}/charts/{graph_id}","id":"8ace5f29-ff59-4d02-ac70-16ed76ea18b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/charts/{graph_id}","description":"<p>Returns the chart data points.</p>\n<ul>\n<li>X axis = year</li>\n<li>Y axis = count</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","charts","{graph_id}"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"b2994a21-c893-4d4b-9162-4b25426ec1b1","name":"/diseases/10020/distribution/G292/charts/1X","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10020/distribution/G292/charts/1X"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:06:36 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1818"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"coordinates\": [\n            {\n                \"x_axis\": \"1950\",\n                \"y_axis\": \"0.02\"\n            },\n            {\n                \"x_axis\": \"1951\",\n                \"y_axis\": \"0.02\"\n            },\n            {\n                \"x_axis\": \"1952\",\n                \"y_axis\": \"0.02\"\n            }\n        ],\n        \"title\": \"Panama. Pelvic inflammatory disease, cases (Rates per 100,000)\",\n        \"x_title\": \"Year\",\n        \"y_title\": \"\"\n    }\n}"}],"_postman_id":"8ace5f29-ff59-4d02-ac70-16ed76ea18b9"},{"name":"/diseases/{disease_code}/distribution/{country code}/crossborders","id":"ec5da987-253b-42ec-83fc-133f1e32ffde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/crossborders","description":"<p>Returns an exhaustive list of all disease events associated with movement of patients, vehicles or pathogens. </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","crossborders"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"bdc9c96c-f815-46df-9036-f409b1e3bfc2","name":"/diseases/{disease_code}/distribution/{country code}/crossborders","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10100/distribution/G292/crossborders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Mar 2025 06:19:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"12806"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"note\": \"Includes outbreaks associated with importation of contaminated vehicles\",\n        \"events\": [\n            {\n                \"id\": \"t_31907\",\n                \"disease_code\": 10100,\n                \"start_year\": 2009,\n                \"outbreak_first_reported\": 2009,\n                \"end_year\": null,\n                \"outbreak_last_reported\": 2009,\n                \"publication_year\": null,\n                \"acquisition_country\": \"United States\",\n                \"origination_country\": null,\n                \"setting\": null,\n                \"cases\": 1,\n                \"deaths\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 20651643\",\n                        \"citation\": \"MMWR Morb Mortal Wkly Rep 2010 Jul 23;59(28):872-7.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/20651643\"\n                    }\n                ],\n                \"notes\": \"A case of gastrointestinal <gdn-link type='diseases' id='10100'>Anthrax</gdn-link> was presumably related to exposure to a contaminated African drum.\"\n            }\n        ]\n    },\n    \"timestamp\": 1732660454\n}"}],"_postman_id":"ec5da987-253b-42ec-83fc-133f1e32ffde"},{"name":"/diseases/{disease_code}/distribution/{country_code}/notes","id":"36f15d88-5caf-4a6d-af67-ad2442dc7db5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/notes","description":"<p>Returns comprehensive country-relevant information regarding the selected disease including the disease's history, incidence, distribution, and graphs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","notes"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"1752b873-742d-4c86-b80e-cccfb53e49e2","name":"/diseases/10590/distribution/G100/notes","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10590/distribution/G100/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jun 2020 21:01:28 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"17873"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"<b>Time and Place</b>\\nThe first dengue-like epidemics were reported in 1635 in Martinique and Guadeloupe, and in 1699 in Panama. <gdn-pref id='23042846'></gdn-pref>\\n - Dengue was later reported in the Caribbean-Latin American region in 1827 (Virgin Islands), presumably imported with African slaves. \\n - An outbreak of dengue was reported in Cuba. At this time, the word \\\"dunga\\\" was first used, and later changed to \\\"dengue.\\\" <gdn-pref id='23042846'></gdn-pref>\\n - A second pandemic during 1848 to 1850 involved Cuba and New Orleans.  \\n - A third pandemic struck the region during 1979 to 1880. \\nOutbreaks of severe dengue and dengue hemorrhagic fever (DHF) emerged beginning in the 1950s. <gdn-pref id='19366911'></gdn-pref>\\n - Prior to the 1970's only nine countries had experienced severe dengue epidemics - as of 2012, the disease was endemic to over 100 countries.\\n - As of 2016, 11 countries had approved routine use of a quadrivalent Dengue vaccine: Indonesia, Thailand, Singapore. Mexico, the Philippines, Brazil, El Salvador, Costa Rica, Paraguay, Guatemala and Peru. <gdn-pref id='27701113'></gdn-pref>\\n\\n - 2019 (publicaton year) - Mapping the spread of dengue during 1943 to 2013 - see reference <gdn-pref id='24468533'></gdn-pref>\\n\\n<b>Dengue and travel</b>\\n - 1997 to 2006 - . Risk for dengue among travelers peak in Southeast Asia during June and September, South-central Asia in October, South America in March and the Caribbean in August and October. <gdn-pref id='18598629'></gdn-pref>\\n - 2008 - Dengue accounted for 1.5% of febrile illness among returning European travelers. <gdn-pref id='21083874'></gdn-pref>\\n - 2013 (publication year) - The risk for dengue among travelers to endemic destinations is estimated at 10.2 to 30 per 1,000 person-months; and the disease accounts for up to 16% of febrile illness episodes in this group. <gdn-pref id='24165383'></gdn-pref>\\n - 2018 (publication year) - Dengue is the leading cause of fever among travelers returning from Southeast Asia - 50 cases per 1,000 in non-epidemic years, 159 per 1,000 during epidemic years. <gdn-pref id='30374664'></gdn-pref>\\n\\nThe four strains of Dengue fever virus which infect humans emerged from ancestral sylvatic progenitors which continue to persist among non-human primates in Southeast Asia and West Africa.  Rare instances of human infection by sylvatic strains are reported. <gdn-pref id='21666708'></gdn-pref> <gdn-pref id='25092823'></gdn-pref> <gdn-pref id='23523817'></gdn-pref> <gdn-pref id='20212326'></gdn-pref> <gdn-pref id='19081488'></gdn-pref> <gdn-pref id='18325274'></gdn-pref> <gdn-mref id='20160507.4207603'></gdn-mref>\\n\\n<b>Dengue in Africa</b>\\nDuring 1960 to 2010, a total of 22 countries in Africa reported sporadic cases or outbreaks of dengue; 12 other countries in Africa reported dengue only in travelers. <gdn-pref id='21801609'></gdn-pref>  A review published in 2012 suggested that dengue is endemic to 34 African countries. <gdn-pref id='22668445'></gdn-pref>\\n - During 1823 to 2014, seven out of ten countries in eastern Africa and three islands in the Indian Ocean experienced dengue outbreaks. <gdn-pref id='26922851'></gdn-pref>\\n - Dengue virus was first isolated in Africa during 1964 to 1968 (Nigeria); and had been identified in 14 African countries as of 2009. <gdn-pref id='19280730'></gdn-pref> <gdn-pref id='20184854'></gdn-pref> <gdn-mref id='20100826.3010'></gdn-mref> <gdn-pref id='20843471'></gdn-pref> <gdn-pref id='21029541'></gdn-pref> <gdn-pref id='21338953'></gdn-pref> <gdn-mref id='20100913.3308'></gdn-mref> <gdn-mref id='20100222.0597'></gdn-mref> <gdn-mref id='20100826.3010'></gdn-mref>\\n - Serosurveys suggest that dengue is hyper-endemic in certain areas of West Africa, and probably East Africa as well. \\n - Clinical cases are probably misdiagnosed as malaria.\\n - Dengue / Chikungunya co-infections are reported in endemic areas. <gdn-pref id='18551940'></gdn-pref> <gdn-pref id='19581242'></gdn-pref>\\n     \\n<gdn-charts disease='10590' country='G100' id='1'></gdn-charts>\\n\\n<gdn-surveys type='prevalence' disease='10590' country='G100'></gdn-surveys>  \\n\\n<gdn-surveys type='seroprevalence' disease='10590' country='G100'></gdn-surveys>\\n\\n<gdn-charts disease='10590' country='G100' id='2'></gdn-charts>\\n\\n<b>Severe Dengue (Dengue Hemorrhagic Fever; DHF; DSS)</b>\\nAs of 2012, four serotypes of Dengue virus had been identified.  Although the existence of fifth serotype was reported in Malaysia in 2013, the clinical significance of this strain appears to be minimal. <gdn-mref id='20131023.2016569'></gdn-mref> <gdn-mref id='20140910.2762015'></gdn-mref>\\n - Severe dengue is more often associated with secondary Dengue 2 infection than with the other serotypes. <gdn-pref id='26085471'></gdn-pref>\\n - The risk for DHF is 0.2% during the first attack of dengue, but increases 10-fold during reinfection by a second dengue serotype. <gdn-pref id='9665979'></gdn-pref>  Rarely, a given patient may be co-infected by two serotypes simultaneously. <gdn-pref id='3970307'></gdn-pref>\\n - A long time interval between attacks of dengue may actually increase the risk of dengue hemorrhagic fever. <gdn-pref id='18420239'></gdn-pref>\\n - It is estimated that over 100,000 of DHF occur each year worldwide.\\n - 715,238 cases of DHF and 21,345 deaths were reported worldwide during 1956 to 1980; 1,263,321 cases of DHF and 15,940 deaths during 1986 to 1990.\\n - The world's first epidemic of DHF was reported in the Philippines during 1953 to 1954. \\n - The first outbreak of DHF in the Americas was reported in 1981, from Cuba. <gdn-pref id='23444620'></gdn-pref>\\n - The incidence of DHF is higher in Asia than in other dengue-endemic areas, with two-thirds of regional cases reported from Viet Nam and Thailand. \\n - Over 100,000 dengue deaths were estimated for Asia in 1995.\\n - 12,300 fatal cases were estimated globally for 2005; 18,400 for 2015. <gdn-pref id='27733281'></gdn-pref>\\n\\n<gdn-charts disease='10590' country='G100' id='3'></gdn-charts>\\n\\n<gdn-charts disease='10590' country='G100' id='4'></gdn-charts>\\n\\n<gdn-charts disease='10590' country='G100' id='5'></gdn-charts>\\n\\n<gdn-charts disease='10590' country='G100' id='6'></gdn-charts>\\n\\n<gdn-charts disease='10590' country='G100' id='7'></gdn-charts>\\n\\n<gdn-charts disease='10590' country='G100' id='8'></gdn-charts>\\n\\n<gdn-charts disease='10590' country='G100' id='9'></gdn-charts>\\n\\n<b>Dengue in Europe</b> <gdn-pref id='23962447'></gdn-pref> <gdn-pref id='27254392'></gdn-pref>\\n43% of cases reported in Europe in 2008 originated from Southeast Asia, 14% Latin America, 11% the Caribbean and 4% Africa. <gdn-mref id='20090629.2353'></gdn-mref>\\n - In 2010, autochthonous cases of dengue were reported in France <gdn-pref id='20929659'></gdn-pref> <gdn-mref id='20100915.3345'></gdn-mref> <gdn-mref id='20100921.3399'></gdn-mref> <gdn-mref id='20100927.3506'></gdn-mref> and Croatia. <gdn-pref id='20946759'></gdn-pref> <gdn-pref id='21392489'></gdn-pref> <gdn-pref id='25474491'></gdn-pref> <gdn-mref id='20101012.3697'></gdn-mref>\\n - During 2012 to 2013 - An outbreak (2,168 cases) of dengue was reported in Madeira, Portugal. <gdn-pref id='23113325'></gdn-pref> <gdn-pref id='23231893'></gdn-pref> <gdn-pref id='23324429'></gdn-pref> <gdn-pref id='23410256'></gdn-pref> <gdn-pref id='23962447'></gdn-pref> <gdn-pref id='24473797'></gdn-pref> <gdn-pref id='24602277'></gdn-pref> <gdn-pref id='25144749'></gdn-pref> <gdn-pref id='25399556'></gdn-pref> <gdn-pref id='25767886'></gdn-pref> <gdn-mref id='20121021.1356313'></gdn-mref> <gdn-mref id='20121006.1328158'></gdn-mref> <gdn-mref id='20121107.1397801'></gdn-mref> <gdn-mref id='20121112.1404829'></gdn-mref> <gdn-mref id='20121121.1417734'></gdn-mref> <gdn-mref id='20121124.1422925'></gdn-mref> <gdn-mref id='20121205.1439368'></gdn-mref> <gdn-mref id='20121212.1447452'></gdn-mref> <gdn-mref id='20121216.1453952'></gdn-mref> <gdn-mref id='20121230.1475399'></gdn-mref> <gdn-mref id='20130208.1535624'></gdn-mref> <gdn-mref id='20130215.1544402'></gdn-mref> <gdn-mref id='20130318.1591291'></gdn-mref>  42 cases were reported among travelers who returned from Madeira to Germany, Sweden, France and the United Kingdom.   Molecular studies suggested that dengue virus introduced from Venezuela was the source of the outbreak in Madeira. <gdn-pref id='25843502'></gdn-pref>\\n - In 2013, a case of autochthonous dengue was reported in France. <gdn-pref id='24342514'></gdn-pref> <gdn-mref id='20131209.2101186'></gdn-mref> <gdn-mref id='20131223.2132849'></gdn-mref>\\n - In 2015, an outbreak of autochthonous dengue was reported in France. <gdn-pref id='27254729'></gdn-pref> <gdn-mref id='20160602.4259981'></gdn-mref>\\n - In 2017, no cases of autochthonous dengue were reported to December.\\n\\n<b>Dengue in the Middle East and North Africa</b> -\\n - 81 outbreaks were reported from 9 countries during 1941 to 2015; and <i>Aedes aegypti</i> and/or <i>Ae. albopictus</i> was reported in 15 countries. <gdn-pref id='27926925'></gdn-pref>\\n\\n<gdn-charts disease='10590' country='G100' id='10'></gdn-charts>\\n\\n<b>Reservoirs</b>\\nDengue virus has been identified in a variety of primates <gdn-pref id='24105916'></gdn-pref> , and in neo-tropical forest mammals belonging to the Rodentia, Marsupialia and Chiroptera <gdn-pref id='18945183'></gdn-pref>\\n\\n<b>Vectors</b> <gdn-pref id='32027652'></gdn-pref>\\n - <i>Stegomyia (Aedes) aegypti</i> was eradicated from 21 countries in the American Region during 1948 to 1962; however, as of 1996, the mosquito was found in all countries in the area, except Bermuda, Canada, Chile and Uruguay. <gdn-pref id='23916878'></gdn-pref> <gdn-pref id='3042180'></gdn-pref>\\n - As of 2020, <i>Stegomyia (Aedes) albopictus</i> has been identified in more than 25 European countries  <gdn-pref id='22272602'></gdn-pref> <gdn-pref id='32045712'></gdn-pref> : Albania in 1979, Italy in 1990, France in 1998, Belgium in 2000, Spain in 2004 and Germany in 2011. <gdn-pref id='22297138'></gdn-pref> <gdn-pref id='22535696'></gdn-pref> <gdn-mref id='20120126.1023077'></gdn-mref>  As of 2003, <i>S. albopictus</i> was also present in 10 American countries: Brazil, the Cayman Islands, the Dominican Republic, El Salvador, Guatemala, Mexico, Nicaragua, Panama, Trinidad and the United States. <gdn-pref id='23916878'></gdn-pref> <gdn-pref id='26126267'></gdn-pref>\\n     <i>S. albopictus</i> was first reported in the United States in 1985 <gdn-pref id='23270144'></gdn-pref> , and in Africa in 1989 (South Africa) and had been identified on the continent only 4 times to 2003 - in Nigeria, South Africa and Equatorial Guinea.\\n     <i>S. Polynesiensis</i> has also been implicated as a dengue vector. <gdn-pref id='543815'></gdn-pref>\\n - Vertical transmission has been demonstrated among mosquitoes. <gdn-pref id='30776139'></gdn-pref>\\n\\n<b>Additional routes of transmission</b>\\nRare instances of laboratory acquired <gdn-pref id='27057314'></gdn-pref> , nosocomial <gdn-pref id='30046313'></gdn-pref> and transfusion-related dengue are reported. <gdn-pref id='18503611'></gdn-pref> <gdn-pref id='18503610'></gdn-pref> <gdn-pref id='25728040'></gdn-pref>\\n - Only five cases of transfusion-transmitted dengue (including one case of DHF) had been documented as of 2015. <gdn-pref id='25964876'></gdn-pref>\\n - Dengue hemorrhagic fever has been acquired through blood transfusion. <gdn-pref id='18832256'></gdn-pref>\\n - Cases of dengue acquired through liver <gdn-pref id='27194898'></gdn-pref> <gdn-mref id='20160602.4259981'></gdn-mref> , bone marrow and renal transplantation have been reported.\\n - Dengue virus has been detected in a donor cornea (India, 2018 publication) <gdn-pref id='30272614'></gdn-pref>\\n - Vertical transmission during pregnancy is common. <gdn-pref id='27760799'></gdn-pref> <gdn-pref id='1819401'></gdn-pref> <gdn-pref id='29692297'></gdn-pref> <gdn-pref id='30979598'></gdn-pref>\\n - Possible transmission through breast feeding has been reported. <gdn-pref id='24156723'></gdn-pref> <gdn-pref id='23575200'></gdn-pref>\\n - Anecdotal  cases heterosexual <gdn-pref id='32473313'></gdn-pref> and homosexual (MSM) transmission of dengue have been reported. <gdn-mref id='20191110.6771625'></gdn-mref>\\n\\n<b>Talking Points</b>\\n - Large outbreaks of dengue are increasingly reported throughout the tropics.\\n - 262 outbreaks of dengue were reported in the World's literature during 1990 to 2015. <gdn-pref id='28748176'></gdn-pref>\\n - The following chart depicts four outbreaks - numbering 200,000 or more cases - which occurred in \\\"non-tropical\\\" countries.\\n\\n<gdn-outbreaks disease='10590' country='G100'></gdn-outbreaks>\\n\\n<b>Reviews and updates:</b> <gdn-pref id='9665979'></gdn-pref> <gdn-pref id='15710058'></gdn-pref> <gdn-pref id='15577938'></gdn-pref> <gdn-pref id='19366911'></gdn-pref> <gdn-pref id='19747662'></gdn-pref> <gdn-pref id='19561427'></gdn-pref> <gdn-pref id='10738676'></gdn-pref> <gdn-pref id='17993365'></gdn-pref> <gdn-pref id='7912702'></gdn-pref> <gdn-pref id='1462664'></gdn-pref> <gdn-pref id='8903160'></gdn-pref> <gdn-pref id='9477544'></gdn-pref> <gdn-pref id='10582094'></gdn-pref> <gdn-pref id='15148655'></gdn-pref> <gdn-pref id='15685151'></gdn-pref> <gdn-pref id='20403310'></gdn-pref> <gdn-pref id='20400169'></gdn-pref> <gdn-pref id='20581669'></gdn-pref> <gdn-pref id='20578515'></gdn-pref> <gdn-pref id='20402771'></gdn-pref> <gdn-pref id='21079655'></gdn-pref> <gdn-pref id='21146601'></gdn-pref> <gdn-pref id='21308524'></gdn-pref> <gdn-pref id='21320241'></gdn-pref> <gdn-pref id='21537064'></gdn-pref> <gdn-pref id='21801609'></gdn-pref> <gdn-pref id='21827872'></gdn-pref> <gdn-pref id='22069516'></gdn-pref> <gdn-pref id='22137535'></gdn-pref> <gdn-pref id='22272602'></gdn-pref> <gdn-pref id='22469290'></gdn-pref> <gdn-pref id='22500140'></gdn-pref> <gdn-pref id='22506663'></gdn-pref> <gdn-pref id='22535696'></gdn-pref> <gdn-pref id='22541792'></gdn-pref> <gdn-pref id='22629476'></gdn-pref> <gdn-pref id='22556068'></gdn-pref> <gdn-pref id='22556070'></gdn-pref> <gdn-pref id='22668447'></gdn-pref> <gdn-pref id='22668445'></gdn-pref> <gdn-pref id='22709430'></gdn-pref> <gdn-pref id='22825287'></gdn-pref> <gdn-pref id='23029573'></gdn-pref> <gdn-pref id='23042846'></gdn-pref> <gdn-pref id='23103333'></gdn-pref> <gdn-pref id='23226436'></gdn-pref> <gdn-pref id='23437406'></gdn-pref> <gdn-pref id='23558245'></gdn-pref> <gdn-pref id='23578479'></gdn-pref> <gdn-pref id='23856907'></gdn-pref> <gdn-pref id='23876389'></gdn-pref> <gdn-pref id='23962447'></gdn-pref> <gdn-pref id='24076358'></gdn-pref> <gdn-pref id='23916878'></gdn-pref> <gdn-pref id='24161879'></gdn-pref> <gdn-pref id='24195519'></gdn-pref> <gdn-pref id='24204590'></gdn-pref> <gdn-pref id='24165378'></gdn-pref> <gdn-pref id='24165383'></gdn-pref> <gdn-pref id='24367789'></gdn-pref> <gdn-pref id='24438016'></gdn-pref> <gdn-pref id='24639680'></gdn-pref> <gdn-pref id='24708869'></gdn-pref> <gdn-pref id='24772398'></gdn-pref> <gdn-pref id='24781826'></gdn-pref> <gdn-pref id='24801860'></gdn-pref> <gdn-pref id='24810901'></gdn-pref> <gdn-pref id='24889501'></gdn-pref> <gdn-pref id='24927557'></gdn-pref> <gdn-pref id='24957139'></gdn-pref> <gdn-pref id='24966859'></gdn-pref> <gdn-pref id='25172160'></gdn-pref> <gdn-pref id='25203960'></gdn-pref> <gdn-pref id='25253208'></gdn-pref> <gdn-pref id='25259615'></gdn-pref> <gdn-pref id='25271370'></gdn-pref> <gdn-pref id='25287260'></gdn-pref> <gdn-pref id='25298950'></gdn-pref> <gdn-pref id='25375627'></gdn-pref> <gdn-pref id='25399556'></gdn-pref> <gdn-pref id='25426178'></gdn-pref> <gdn-pref id='25424928'></gdn-pref> <gdn-pref id='25474491'></gdn-pref> <gdn-pref id='25491436'></gdn-pref> <gdn-pref id='25688023'></gdn-pref> <gdn-pref id='25688015'></gdn-pref> <gdn-pref id='25771261'></gdn-pref> <gdn-pref id='25881272'></gdn-pref> <gdn-pref id='25960096'></gdn-pref> <gdn-pref id='25964876'></gdn-pref> <gdn-pref id='25979287'></gdn-pref> <gdn-pref id='25989449'></gdn-pref> <gdn-pref id='26051515'></gdn-pref> <gdn-pref id='26085471'></gdn-pref> <gdn-pref id='26126267'></gdn-pref> <gdn-pref id='26175912'></gdn-pref> <gdn-pref id='26214040'></gdn-pref> <gdn-pref id='26438851'></gdn-pref> <gdn-pref id='3042180'></gdn-pref> <gdn-pref id='26562299'></gdn-pref> <gdn-pref id='26601449'></gdn-pref> <gdn-pref id='26639777'></gdn-pref> <gdn-pref id='26936191'></gdn-pref> <gdn-pref id='27007959'></gdn-pref> <gdn-pref id='27052794'></gdn-pref> <gdn-pref id='27052666'></gdn-pref> <gdn-pref id='27115737'></gdn-pref> <gdn-pref id='27284691'></gdn-pref> <gdn-pref id='27322480'></gdn-pref> <gdn-pref id='27457660'></gdn-pref> <gdn-pref id='27701113'></gdn-pref> <gdn-pref id='27926925'></gdn-pref> <gdn-pref id='28035105'></gdn-pref> <gdn-pref id='28392806'></gdn-pref> <gdn-pref id='28448507'></gdn-pref> <gdn-pref id='28612239'></gdn-pref> <gdn-pref id='28738211'></gdn-pref> <gdn-pref id='28748176'></gdn-pref> <gdn-pref id='28806786'></gdn-pref> <gdn-pref id='29221616'></gdn-pref> <gdn-pref id='29294035'></gdn-pref> <gdn-pref id='29301009'></gdn-pref> <gdn-pref id='29345964'></gdn-pref> <gdn-pref id='29385613'></gdn-pref> <gdn-pref id='29391071'></gdn-pref> <gdn-pref id='29435366'></gdn-pref> <gdn-pref id='29882167'></gdn-pref> <gdn-pref id='30011271'></gdn-pref> <gdn-pref id='30394209'></gdn-pref> <gdn-pref id='30560735'></gdn-pref> <gdn-pref id='30869035'></gdn-pref> <gdn-pref id='31423536'></gdn-pref> <gdn-pref id='31616949'></gdn-pref> <gdn-pref id='24468533'></gdn-pref> <gdn-pref id='32027652'></gdn-pref>\\n\"\n}"}],"_postman_id":"36f15d88-5caf-4a6d-af67-ad2442dc7db5"},{"name":"/diseases/{disease_code}/distribution/{country_code}/outbreaks/alerts","id":"d433c73e-a69a-441a-8ef2-dd73d70e60bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10390/distribution/G158/outbreaks/alerts?since=2","description":"<p>Returns a list of outbreaks of the given {disease_code} and {country_code} that were reported in the last since=$days.</p>\n<h4 id=\"query-parameters\"><strong>Query Parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>since</code></td>\n<td>integer</td>\n<td>Yes.  <br />Default = 5</td>\n<td>The number of past days to look back from today. For example, <code>since=2</code> returns outbreaks reported in the last 2 days.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_first_reported</code>. Do not use.</li>\n<li><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_last_reported</code>. Do not use.</li>\n</ul>\n<p>The <code>type</code> field in the outbreak response indicates the nature of the reported disease occurrence. It can have one or two comma-separated values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>outbreak</code></td>\n<td>A confirmed outbreak involving multiple cases linked by time and location.</td>\n</tr>\n<tr>\n<td><code>sporadic</code></td>\n<td>A single or isolated case not linked to other known cases.</td>\n</tr>\n<tr>\n<td><code>travelcase</code></td>\n<td>The case was imported from another country or region, typically through travel.</td>\n</tr>\n<tr>\n<td><code>outbreak,travelcases</code></td>\n<td>A cluster of travel-related cases that are considered part of an outbreak.</td>\n</tr>\n<tr>\n<td><code>sporadic,travelcase</code></td>\n<td>A single travel-related case that is not part of a known outbreak.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n</blockquote>\n<p><strong>Note:</strong> Values may appear in combination (e.g., <code>outbreak,travelcases</code>) to indicate both the type of event and whether the case(s) were travel-related.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","10390","distribution","G158","outbreaks","alerts"],"host":["api","gideononline","com"],"query":[{"key":"since","value":"2"}],"variable":[]}},"response":[{"id":"2410bb0d-6b9b-4ac0-af88-f7afc428c8aa","name":"/diseases/10390/distribution/G158/outbreaks/alerts?since=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/11170/distribution/G292/outbreaks/alerts?since=5","protocol":"https","host":["api","gideononline","com"],"path":["diseases","11170","distribution","G292","outbreaks","alerts"],"query":[{"key":"since","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 18:00:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"71807"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.54 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"hash_id\": \"52df4354-e96d-4e2a-8c28-078b756d3338\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_35172\",\n            \"update_date\": \"2025-03-24 07:22:17\",\n            \"update_date_epoch\": 1742800937,\n            \"outbreak_start\": 2025,\n            \"outbreak_first_reported\": 2025,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"region\": \"Ohio\",\n            \"vehicle\": null,\n            \"setting\": \"farm\",\n            \"population\": null,\n            \"cases\": null,\n            \"deaths\": null,\n            \"animalpopulation\": \"turkeys\",\n            \"animalcases\": null,\n            \"animaldeaths\": null,\n            \"pathogen\": \"Untyped\",\n            \"clinical\": null,\n            \"notes\": \"On January 14, 2025, highly pathogenic <gdn-link type='diseases' id='11170'>Avian influenza</gdn-link> (HPAI) was confirmed in 2 commercial meat <gdn-link type='countries' id='G286'>Turkey</gdn-link> (<i>Meleagris</i> spp.) flocks in Ohio. One of the affected flocks involved 9,900 turkeys in Darke County, and the other involved 4,500 turkeys in Mercer County. This was the first instance of HPAI in Mercer County during the 2022-25 outbreak. Overall, 4 commercial flocks in Ohio were affected by HPAI in 2025, 3 of which were in Darke County, which also had another flock affected by the virus on December 27, 2024.\",\n            \"references\": [\n                {\n                    \"reference_number\": \"m 20250322.8723063\",\n                    \"citation\": \"\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/m/20250322.8723063\"\n                },\n                {\n                    \"reference_number\": \"tps 3080090\",\n                    \"citation\": null,\n                    \"short_citation\": null,\n                    \"href\": \"/references/tps/3080090\"\n                },\n                {\n                    \"reference_number\": \"watnet 2761521\",\n                    \"citation\": null,\n                    \"short_citation\": null,\n                    \"href\": \"/references/watnet/2761521\"\n                },\n                {\n                    \"reference_number\": \"m 20250119.8721471\",\n                    \"citation\": \"ProMED-mail.  ProMED-mail 2025; 19 Jan: 20250119.8721471 &lt;http://www.promedmail.org&gt;. Accessed 19 Jan 2025.\",\n                    \"short_citation\": \"ProMED &lt;promedmail.org&gt; archive: 20250119.8721471\",\n                    \"href\": \"/references/m/20250119.8721471\"\n                }\n            ],\n            \"state\": \"Ohio\",\n            \"city\": null,\n            \"latitude\": \"40.3736\",\n            \"longitude\": \"-82.7755\"\n        }\n    ],\n    \"timestamp\": 1742817270\n}"}],"_postman_id":"d433c73e-a69a-441a-8ef2-dd73d70e60bb"},{"name":"/diseases/{disease_code}/distribution/{country_code}/outbreaks/news","id":"16331f8f-5eba-4cbb-91e6-566e84bc0782","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/outbreaks/news?count=20&max_age_days=365","description":"<p>Returns curated outbreak <strong>news</strong> articles for a specific <strong>disease</strong> and <strong>country</strong> (path parameters). Articles are limited to that disease–country pair, sorted with the most recently added items first.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>Disease identifier (same as elsewhere in the Diseases API).</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>Country code (e.g. from <code>/diseases/fingerprint/countries</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td>integer</td>\n<td>No. Default = 20</td>\n<td>Maximum articles returned. Capped at <strong>100</strong>.</td>\n</tr>\n<tr>\n<td><code>max_age_days</code></td>\n<td>integer</td>\n<td>No</td>\n<td>If provided and numeric, narrows results using outbreak date when present, otherwise publication date, within the last N days.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response</strong></h4>\n<p>JSON with a <code>data</code> array. Each item typically includes disease and country names and codes, location fields (<code>state</code>, <code>city</code>, admin area names), outbreak and publication dates, title, news source, URL, case and death counts (including animal figures where present), and a short summary (<code>abstract</code>).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","outbreaks","news"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Maximum articles returned. Default 20; values above 100 are capped at 100.</p>\n","type":"text/plain"},"key":"count","value":"20"},{"description":{"content":"<p>If provided and numeric, narrows results using outbreak date when present, otherwise publication date, within the last N days.</p>\n","type":"text/plain"},"key":"max_age_days","value":"365"}],"variable":[]}},"response":[{"id":"112a0ff2-6f07-455b-822c-ad8784e1c7ef","name":"/diseases/10390/distribution/G158/outbreaks/news?count=20","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/10390/distribution/G158/outbreaks/news?count=20","protocol":"https","host":["api","gideononline","com"],"path":["diseases","10390","distribution","G158","outbreaks","news"],"query":[{"key":"count","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 10390,\n            \"country_code\": \"G158\",\n            \"disease\": \"Cholera\",\n            \"country\": \"Ethiopia\",\n            \"state\": null,\n            \"city\": null,\n            \"outbreak_first_reported\": \"2025-01-10\",\n            \"publication_date\": \"2025-01-11\",\n            \"title\": \"Example outbreak news headline\",\n            \"news_source\": \"Example Source\",\n            \"url\": \"https://example.com/article\",\n            \"cases\": 5,\n            \"deaths\": null,\n            \"animal_cases\": null,\n            \"animal_deaths\": null,\n            \"abstract\": \"Short summary of the article.\",\n            \"admin_1_name\": null,\n            \"admin_2_name\": null,\n            \"admin_3_name\": null\n        }\n    ]\n}"}],"_postman_id":"16331f8f-5eba-4cbb-91e6-566e84bc0782"},{"name":"/diseases/{disease_code}/distribution/{country_code}/outbreaks","id":"5efe4448-0190-490d-b893-b0bc41461b7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/outbreaks","description":"<p>Returns disease outbreak information of a disease in a country.</p>\n<ul>\n<li><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_first_reported</code>. Do not use.</li>\n<li><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_last_reported</code>. Do not use.</li>\n</ul>\n<p>The <code>type</code> field in the outbreak response indicates the nature of the reported disease occurrence. It can have one or two comma-separated values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>outbreak</code></td>\n<td>A confirmed outbreak involving multiple cases linked by time and location.</td>\n</tr>\n<tr>\n<td><code>sporadic</code></td>\n<td>A single or isolated case not linked to other known cases.</td>\n</tr>\n<tr>\n<td><code>travelcase</code></td>\n<td>The case was imported from another country or region, typically through travel.</td>\n</tr>\n<tr>\n<td><code>outbreak,travelcases</code></td>\n<td>A cluster of travel-related cases that are considered part of an outbreak.</td>\n</tr>\n<tr>\n<td><code>sporadic,travelcase</code></td>\n<td>A single travel-related case that is not part of a known outbreak.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n</blockquote>\n<p><strong>Note:</strong> Values may appear in combination (e.g., <code>outbreak,travelcases</code>) to indicate both the type of event and whether the case(s) were travel-related.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","outbreaks"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"0b4428fb-2af3-4333-9539-d0db45d61324","name":"/diseases/{disease_code}/distribution/{country_code}/outbreaks","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/11170/distribution/G292/outbreaks"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 17:53:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"480182"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"hash_id\": \"4bec3379-a986-46ff-b1f8-244ddd39df52\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_35168\",\n            \"update_date\": \"2025-03-11 20:24:50\",\n            \"update_date_epoch\": 1741724690,\n            \"outbreak_start\": 2025,\n            \"outbreak_first_reported\": 2025,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"region\": \"Delaware\",\n            \"vehicle\": null,\n            \"setting\": \"farm\",\n            \"population\": null,\n            \"cases\": null,\n            \"deaths\": null,\n            \"animalpopulation\": \"chickens\",\n            \"animalcases\": null,\n            \"animaldeaths\": null,\n            \"pathogen\": \"H5\",\n            \"clinical\": null,\n            \"notes\": \"On January 3, 2025, H5 was confirmed in a commercial broiler (<i>Gallus gallus domesticus</i>) flock in Kent County in Delaware. Additional samples were sent to the US Department of Agriculture's National Veterinary Services Laboratory (NVSL) for further confirmation. As precautionary measures, the birds on the property were being depopulated to prevent the spread of the disease. \",\n            \"references\": [\n                {\n                    \"reference_number\": \"m 20250119.8721471\",\n                    \"citation\": \"ProMED-mail.  ProMED-mail 2025; 19 Jan: 20250119.8721471 &lt;http://www.promedmail.org&gt;. Accessed 19 Jan 2025.\",\n                    \"short_citation\": \"ProMED &lt;promedmail.org&gt; archive: 20250119.8721471\",\n                    \"href\": \"/references/m/20250119.8721471\"\n                },\n                {\n                    \"reference_number\": \"watnet 2761508\",\n                    \"citation\": null,\n                    \"short_citation\": null,\n                    \"href\": \"/references/watnet/2761508\"\n                }\n            ],\n            \"state\": \"Delaware\",\n            \"city\": null,\n            \"latitude\": \"39.3498\",\n            \"longitude\": \"-75.5148\"\n        }\n    ],\n    \"timestamp\": 1742817270\n}"}],"_postman_id":"5efe4448-0190-490d-b893-b0bc41461b7c"},{"name":"/diseases/{disease_code}/distribution/{country_code}/references","id":"b46dbf16-57b3-4972-9c7d-a2b30cd4b792","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/references","description":"<p>Returns list of all references mentioned in the country notes along with 'href' API endpoint that can be used to retrieve the full detail of a refernece.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","references"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"912f5ac6-c2f6-411c-9d0d-a8012973a2b6","name":"/diseases/10590/distribution/G100/references","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10590/distribution/G100/references"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Mar 2020 03:01:10 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"2002"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"reference_number\": \"p 23042846\",\n            \"citation\": \"Am J Trop Med Hyg 2012 Oct ;87(4):584-93.\",\n            \"short_citation\": \"\",\n            \"href\": \"/references/p/23042846\"\n        },\n        {\n            \"reference_number\": \"p 22257469\",\n            \"citation\": \"Emerg Infect Dis 2012 Jan ;18(1):78-82.\",\n            \"short_citation\": \"\",\n            \"href\": \"/references/p/22257469\"\n        },\n        {\n            \"reference_number\": \"p 3518510\",\n            \"citation\": \"Am J Trop Med Hyg 1986 May ;35(3):642-53.\",\n            \"short_citation\": \"\",\n            \"href\": \"/references/p/3518510\"\n        }\n    ]\n}"}],"_postman_id":"b46dbf16-57b3-4972-9c7d-a2b30cd4b792"},{"name":"/diseases/{disease_code}/distribution/{country_code}/related_notes","id":"882b56e2-770d-4bc0-9e5b-cce1069077ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/related_notes","description":"<p>Returns <strong>navigation hints</strong> for “nearby” content that shares the same <strong>country</strong> or the same <strong>disease</strong>:</p>\n<ul>\n<li><strong><code>related_diseases</code></strong>: other diseases explicitly linked to the path disease <strong>that also have a distribution note for this country</strong>. Each item includes <strong><code>disease_code</code></strong>, resolved <strong><code>disease</code></strong> name, and an <strong><code>href</code></strong> to <strong><code>GET /diseases/{disease_code}/distribution/{country_code}/notes</code></strong> (same <code>country_code</code> as in the request).</li>\n<li><strong><code>related_countries</code></strong>: territories or partner jurisdictions linked to the path country <strong>that also have a note for this disease</strong>. Each item includes <strong><code>country_code</code></strong>, resolved <strong><code>country</code></strong> name, and an <strong><code>href</code></strong> to <strong><code>GET /diseases/{disease_code}/distribution/{country_code}/notes</code></strong> (same <code>disease_code</code> as in the request).</li>\n</ul>\n<p>Either array may be empty when nothing qualifies.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id.</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<p>None.</p>\n<h4 id=\"success-response\"><strong>Success response</strong></h4>\n<p><code>{ \"data\": { \"related_diseases\": [ … ], \"related_countries\": [ … ] } }</code></p>\n<h4 id=\"errors\"><strong>Errors</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP status</th>\n<th>When</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>400</strong></td>\n<td><code>{ \"message\": \"Invalid disease or country id.\" }</code> when the lookup cannot be completed.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","related_notes"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"d27d7985-7922-4205-937b-eac74c2625b6","name":"/diseases/10020/distribution/G292/related_notes","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10020/distribution/G292/related_notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"882b56e2-770d-4bc0-9e5b-cce1069077ec"},{"name":"/diseases/{disease_code}/distribution/{country_code}/sections","id":"dc6f2e1c-966a-4fd5-85c4-1f3acfcfa492","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/sections","description":"<p>Returns the <strong>same underlying country narrative</strong> as the single-block distribution note, but <strong>split into named sections</strong> under <strong><code>data</code></strong>, so clients can render tabs or panels without parsing one giant field.</p>\n<p>Typical keys (all optional except the core bundle below—presence depends on what exists for that disease and country):</p>\n<ul>\n<li><strong><code>background</code></strong>: main narrative HTML with GIDEON inline tags (<code>&lt;gdn-link&gt;</code>, <code>&lt;gdn-pref&gt;</code>, <code>&lt;gdn-charts&gt;</code>, etc.).</li>\n<li><strong><code>references</code></strong>: array of resolved reference objects (<code>reference_number</code>, <code>citation</code>, <code>short_citation</code>, <code>href</code>).</li>\n<li><strong><code>related_countries</code></strong>: array of <code>{ \"country_code\", \"country\" }</code> for territories or linked jurisdictions.</li>\n<li><strong>Topic blocks</strong> (strings, often with the same tag vocabulary): <strong><code>transmission</code></strong>, <strong><code>incidence_in_animals</code></strong>, <strong><code>incidence_in_humans</code></strong>, <strong><code>drug_resistance</code></strong>, intros for outbreaks/cross-border/vaccinations, <strong><code>reviews_and_updates</code></strong>, and similar.</li>\n<li><strong>Embeds</strong> (short HTML fragments you expand with other API calls): <strong><code>surveys</code></strong>, <strong><code>outbreaks</code></strong>, <strong><code>crossborder</code></strong>, <strong><code>case_series</code></strong>, <strong><code>sporadic_events</code></strong>, chart placeholders, optional vaccination tables/graphs.</li>\n</ul>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id.</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code (same as on other distribution routes).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<p>None.</p>\n<h4 id=\"success-response\"><strong>Success response</strong></h4>\n<p><code>{ \"data\": { … }, \"timestamp\": … }</code> — <strong><code>timestamp</code></strong> is a Unix epoch (seconds) taken from the note’s last-update stamp when available.</p>\n<h4 id=\"errors\"><strong>Errors</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP status</th>\n<th>When</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>400</strong></td>\n<td>Missing or invalid pairing — <code>{ \"message\": \"Invalid disease or country id.\" }</code> (plain message object, not the <code>{ \"error\": … }</code> envelope used elsewhere).</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","sections"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"d17a12ab-f7fa-477a-ad09-44c5907338cd","name":"/diseases/10040/distribution/G292/sections","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/distribution/G292/sections"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dc6f2e1c-966a-4fd5-85c4-1f3acfcfa492"},{"name":"/diseases/{disease_code}/distribution/{country_code}/sporadic-events","id":"4db2f598-2925-4ad8-b09b-35e6d652cb59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/sporadic-events","description":"<p>Returns <strong>sporadic</strong> outbreak records for a <strong>single disease</strong> in <strong>one country</strong>—the same detailed row model as <strong><code>GET /diseases/{disease_code}/distribution/{country_code}/outbreaks</code></strong>, but filtered so each row’s <strong><code>type</code></strong> is a sporadic classification.</p>\n<p>Rows include identifiers (<strong><code>hash_id</code></strong>, <strong><code>id</code></strong> with an <strong><code>sp_</code>…</strong> prefix for sporadic rows), timestamps (<strong><code>update_date</code></strong>, <strong><code>update_date_epoch</code></strong>), year fields (<strong><code>outbreak_start</code></strong>, <strong><code>outbreak_first_reported</code></strong>, <strong><code>outbreak_end</code></strong>, <strong><code>outbreak_last_reported</code></strong>, <strong><code>publication_year</code></strong>), counts, geography (<strong><code>region</code></strong>, <strong><code>state</code></strong>, <strong><code>city</code></strong>, <strong><code>latitude</code></strong>, <strong><code>longitude</code></strong>), context (<strong><code>vehicle</code></strong>, <strong><code>setting</code></strong>, <strong><code>population</code></strong>, <strong><code>pathogen</code></strong>, <strong><code>clinical</code></strong>, animal fields), free-text <strong><code>notes</code></strong> (may contain HTML and GIDEON tags), and resolved <strong><code>references</code></strong>.</p>\n<p>Field names are returned in <strong>lowercase</strong> after the API’s normalization pass.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>disease_code</code></td>\n<td>GIDEON disease id.</td>\n</tr>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<p>None.</p>\n<h4 id=\"success-response\"><strong>Success response</strong></h4>\n<p><code>{ \"data\": [ … ], \"timestamp\": … }</code> — <strong><code>timestamp</code></strong> is a Unix epoch (seconds) taken from the most recent <strong>outbreak-class</strong> update for the same disease and country (the same freshness field used alongside the main outbreaks list), or <strong><code>null</code></strong> when none exists.</p>\n<p>When no sporadic rows match, <strong><code>data</code></strong> is an empty array.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","sporadic-events"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"ab604fe4-3e46-424a-a661-55e2efe5206f","name":"/diseases/10100/distribution/G292/sporadic-events","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10100/distribution/G292/sporadic-events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"4db2f598-2925-4ad8-b09b-35e6d652cb59"},{"name":"/diseases/{disease_code}/distribution/{country_code}/surveys","id":"2567dbd8-e491-4c75-8408-ed6adf0fecf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/surveys","description":"<p>Returns a complete list of all surveys (both prevalence and seroprevalence) of a given disease in a given country.</p>\n<p>The surveys can answer questions such as:</p>\n<ul>\n<li>What percentage of injecting drug abusers in India are HIV-positive ?</li>\n<li>How common is hookworm among children in Nigeria ?</li>\n<li>What is the seropositivity rate for Lyme disease among hunters in Germany ?</li>\n</ul>\n<p>Meta-analyses and other forms of review are so indicated</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","surveys"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"5ec6450a-f23a-4ec0-92bd-fac7e6e9a695","name":"/diseases/10040/distribution/G292/surveys","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/distribution/G292/surveys"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Mar 2020 22:01:30 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"71477"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"survey_start\": null,\n            \"survey_end\": null,\n            \"publication_year\": 2009,\n            \"region\": \"Multiple locations\",\n            \"population\": \"children\",\n            \"percent1\": 0,\n            \"percent2\": null,\n            \"notes\": \"0% of female children (ages 0 to 13 years) being evaluated for sexual assault in four referral centers\",\n            \"references\": [\n                {\n                    \"reference_number\": \"p 19564286\",\n                    \"citation\": \"Pediatrics 2009 Jul ;124(1):79-86.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/19564286\"\n                }\n            ],\n            \"survey_type\": \"seroprevalence\"\n        }\n    ]\n}"}],"_postman_id":"2567dbd8-e491-4c75-8408-ed6adf0fecf2"},{"name":"/diseases/{disease_code}/distribution/{country_code}/surveys/prevalence","id":"06a01b9c-eab0-4bf7-9b7b-3dbb7e5d3595","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/surveys/prevalence","description":"<p>Returns a complete list of all prevalence surveys (what percent of humans / animals carry a given pathogen) of a given disease in a given country.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","surveys","prevalence"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"bff21bdb-c09a-47dc-97f6-6ce3bd3562c1","name":"/diseases/10040/distribution/G292/surveys/prevalence","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10040/distribution/G292/surveys/prevalence"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Mar 2020 22:00:06 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"2467"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"survey_start\": 2002,\n            \"survey_end\": 2017,\n            \"publication_year\": null,\n            \"region\": \"Missouri - St. Louis\",\n            \"population\": \"patients\",\n            \"percent1\": 35,\n            \"percent2\": null,\n            \"notes\": \"Survey of patients with cryptococcal infection\",\n            \"references\": [\n                {\n                    \"reference_number\": \"p 31077652\",\n                    \"citation\": \"Am J Med 2019 May 08;\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/31077652\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"06a01b9c-eab0-4bf7-9b7b-3dbb7e5d3595"},{"name":"/diseases/{disease_code}/distribution/{country code}/surveys/seroprevalence","id":"9c817040-08fd-4d5d-b5f7-b737ecc86189","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/{disease_code}/distribution/{country_code}/surveys/seroprevalence","description":"<p>Returns a complete list of all seroprevalence surveys (what percent are found to have antibody or other signs of immune response) of a given disease in a given country.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","{disease_code}","distribution","{country_code}","surveys","seroprevalence"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"6184a867-09be-4310-84e8-be12d8937505","name":"/diseases/10100/distribution/G292/surveys/seroprevalence","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10100/distribution/G292/surveys/seroprevalence"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Mar 2020 22:02:59 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"443"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"survey_start\": null,\n            \"survey_end\": null,\n            \"publication_year\": 2012,\n            \"region\": \"Multiple locations\",\n            \"population\": \"exposed workers\",\n            \"percent1\": 1.5,\n            \"percent2\": null,\n            \"notes\": \"1.5% of National Park Service employees at Great Smoky Mountains and Rocky Mountain National Parks\",\n            \"references\": [\n                {\n                    \"reference_number\": \"p 22835153\",\n                    \"citation\": \"Vector Borne Zoonotic Dis 2012 Nov ;12(11):922-31.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/22835153\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"9c817040-08fd-4d5d-b5f7-b737ecc86189"}],"id":"b0ceadd1-0f1d-46e2-aeb4-40a5dfb0d2be","_postman_id":"b0ceadd1-0f1d-46e2-aeb4-40a5dfb0d2be","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Outbreak Alerts","item":[{"name":"/diseases/outbreaks/alerts","id":"c9eb0330-ce83-4dd1-9051-a15b012456c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/outbreaks/alerts?days=2","description":"<p>Returns a list of disease outbreaks that were reported in the last since=$days.</p>\n<h4 id=\"query-parameters\"><strong>Query Parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>since</code></td>\n<td>integer</td>\n<td>Yes.  <br />Default = 5</td>\n<td>The number of past days to look back from today. For example, <code>since=2</code> returns outbreaks reported in the last 2 days.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_first_reported</code>. Do not use.</li>\n<li><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_last_reported</code>. Do not use.</li>\n</ul>\n<p>The <code>type</code> field in the outbreak response indicates the nature of the reported disease occurrence. It can have one or two comma-separated values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>outbreak</code></td>\n<td>A confirmed outbreak involving multiple cases linked by time and location.</td>\n</tr>\n<tr>\n<td><code>sporadic</code></td>\n<td>A single or isolated case not linked to other known cases.</td>\n</tr>\n<tr>\n<td><code>travelcase</code></td>\n<td>The case was imported from another country or region, typically through travel.</td>\n</tr>\n<tr>\n<td><code>outbreak,travelcases</code></td>\n<td>A cluster of travel-related cases that are considered part of an outbreak.</td>\n</tr>\n<tr>\n<td><code>sporadic,travelcase</code></td>\n<td>A single travel-related case that is not part of a known outbreak.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n</blockquote>\n<p><strong>Note:</strong> Values may appear in combination (e.g., <code>outbreak,travelcases</code>) to indicate both the type of event and whether the case(s) were travel-related.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","outbreaks","alerts"],"host":["api","gideononline","com"],"query":[{"key":"days","value":"2"}],"variable":[]}},"response":[{"id":"15db5778-8517-421c-a8b1-a06bbd1d85e5","name":"/diseases/outbreaks/alerts?since=$days","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/outbreaks/alerts?since=2","protocol":"https","host":["api","gideononline","com"],"path":["diseases","outbreaks","alerts"],"query":[{"key":"since","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 18:00:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"28904"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2025-03-24 07:36:42\",\n            \"update_date_epoch\": 1742801802,\n            \"hash_id\": \"cebc75f2-4211-43b8-b752-be078aab602c\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_29961\",\n            \"outbreak_start\": 2024,\n            \"outbreak_first_reported\": 2024,\n            \"outbreak_end\": 2025,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"cases\": 70,\n            \"deaths\": 1,\n            \"region\": \"Multiple locations\",\n            \"country_code\": \"G292\",\n            \"country\": \"United States\",\n            \"city\": null,\n            \"latitude\": \"37.09024000\",\n            \"longitude\": \"-95.71289100\",\n            \"state\": null,\n            \"disease_code\": 11170,\n            \"disease\": \"Influenza\"\n        }\n    ]\n}"}],"_postman_id":"c9eb0330-ce83-4dd1-9051-a15b012456c5"},{"name":"/diseases/{disease_code}/outbreaks/alerts","id":"f93c030a-2dd7-4280-b3fb-dad43b7105ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10640/outbreaks/alerts?since=2","description":"<p>Returns a list of outbreaks of the given {disease_code} that were reported in the last since=$days.</p>\n<h4 id=\"query-parameters\"><strong>Query Parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>since</code></td>\n<td>integer</td>\n<td>Yes.  <br />Default = 5</td>\n<td>The number of past days to look back from today. For example, <code>since=2</code> returns outbreaks reported in the last 2 days.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_first_reported</code>. Do not use.</li>\n<li><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_last_reported</code>. Do not use.</li>\n</ul>\n<p>The <code>type</code> field in the outbreak response indicates the nature of the reported disease occurrence. It can have one or two comma-separated values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>outbreak</code></td>\n<td>A confirmed outbreak involving multiple cases linked by time and location.</td>\n</tr>\n<tr>\n<td><code>sporadic</code></td>\n<td>A single or isolated case not linked to other known cases.</td>\n</tr>\n<tr>\n<td><code>travelcase</code></td>\n<td>The case was imported from another country or region, typically through travel.</td>\n</tr>\n<tr>\n<td><code>outbreak,travelcases</code></td>\n<td>A cluster of travel-related cases that are considered part of an outbreak.</td>\n</tr>\n<tr>\n<td><code>sporadic,travelcase</code></td>\n<td>A single travel-related case that is not part of a known outbreak.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n</blockquote>\n<p><strong>Note:</strong> Values may appear in combination (e.g., <code>outbreak,travelcases</code>) to indicate both the type of event and whether the case(s) were travel-related.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","10640","outbreaks","alerts"],"host":["api","gideononline","com"],"query":[{"key":"since","value":"2"}],"variable":[]}},"response":[{"id":"1ccf9f6f-6c4b-40df-9ee1-739b132d6e9e","name":"/diseases/10640/outbreaks/alerts?since=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/10640/outbreaks/alerts?since=2","protocol":"https","host":["api","gideononline","com"],"path":["diseases","10640","outbreaks","alerts"],"query":[{"key":"since","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 18:00:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"107145"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"update_date\": \"2024-06-19 23:58:21\",\n            \"hash_id\": \"03775a92-1c5c-48af-94dc-e41005fe3536\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_487\",\n            \"update_date_epoch\": 1718841501,\n            \"country_code\": \"G190\",\n            \"outbreak_start\": null,\n            \"outbreak_first_reported\": null,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": null,\n            \"publication_year\": \"1961\",\n            \"cases\": null,\n            \"deaths\": null,\n            \"region\": \"Ancona\",\n            \"city\": \"Ancona\",\n            \"state\": \"Marche\",\n            \"latitude\": \"43.6333\",\n            \"longitude\": \"13.5\",\n            \"country_name\": \"Italy\",\n            \"href\": \"/diseases/10640/distribution/G190\"\n        }\n    ],\n    \"timestamp\": 1742288678\n}"}],"_postman_id":"f93c030a-2dd7-4280-b3fb-dad43b7105ca"},{"name":"/diseases/{disease_code}/distribution/{country_code}/outbreaks/alerts","id":"3ceb1f3b-45a1-4360-b4ca-34b24e9d4a2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diseases/10390/distribution/G158/outbreaks/alerts?since=2","description":"<p>Returns a list of outbreaks of the given {disease_code} and {country_code} that were reported in the last since=$days.</p>\n<h4 id=\"query-parameters\"><strong>Query Parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>since</code></td>\n<td>integer</td>\n<td>Yes.  <br />Default = 5</td>\n<td>The number of past days to look back from today. For example, <code>since=2</code> returns outbreaks reported in the last 2 days.</td>\n</tr>\n</tbody>\n</table>\n</div><ul>\n<li><strong><code>outbreak_start</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_first_reported</code>. Do not use.</li>\n<li><strong><code>outbreak_end</code></strong> <em>(deprecated)</em> – Replaced by <code>outbreak_last_reported</code>. Do not use.</li>\n</ul>\n<p>The <code>type</code> field in the outbreak response indicates the nature of the reported disease occurrence. It can have one or two comma-separated values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Value</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>outbreak</code></td>\n<td>A confirmed outbreak involving multiple cases linked by time and location.</td>\n</tr>\n<tr>\n<td><code>sporadic</code></td>\n<td>A single or isolated case not linked to other known cases.</td>\n</tr>\n<tr>\n<td><code>travelcase</code></td>\n<td>The case was imported from another country or region, typically through travel.</td>\n</tr>\n<tr>\n<td><code>outbreak,travelcases</code></td>\n<td>A cluster of travel-related cases that are considered part of an outbreak.</td>\n</tr>\n<tr>\n<td><code>sporadic,travelcase</code></td>\n<td>A single travel-related case that is not part of a known outbreak.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n</blockquote>\n<p><strong>Note:</strong> Values may appear in combination (e.g., <code>outbreak,travelcases</code>) to indicate both the type of event and whether the case(s) were travel-related.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diseases","10390","distribution","G158","outbreaks","alerts"],"host":["api","gideononline","com"],"query":[{"key":"since","value":"2"}],"variable":[]}},"response":[{"id":"48bd0f87-78f4-44ac-a950-ab42e82a2608","name":"/diseases/10390/distribution/G158/outbreaks/alerts?since=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diseases/11170/distribution/G292/outbreaks/alerts?since=2","protocol":"https","host":["api","gideononline","com"],"path":["diseases","11170","distribution","G292","outbreaks","alerts"],"query":[{"key":"since","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Mar 2025 18:01:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"71807"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.54 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"hash_id\": \"52df4354-e96d-4e2a-8c28-078b756d3338\",\n            \"type\": \"outbreak\",\n            \"id\": \"o_35172\",\n            \"update_date\": \"2025-03-24 07:22:17\",\n            \"update_date_epoch\": 1742800937,\n            \"outbreak_start\": 2025,\n            \"outbreak_first_reported\": 2025,\n            \"outbreak_end\": null,\n            \"outbreak_last_reported\": 2025,\n            \"publication_year\": null,\n            \"region\": \"Ohio\",\n            \"vehicle\": null,\n            \"setting\": \"farm\",\n            \"population\": null,\n            \"cases\": null,\n            \"deaths\": null,\n            \"animalpopulation\": \"turkeys\",\n            \"animalcases\": null,\n            \"animaldeaths\": null,\n            \"pathogen\": \"Untyped\",\n            \"clinical\": null,\n            \"notes\": \"On January 14, 2025, highly pathogenic <gdn-link type='diseases' id='11170'>Avian influenza</gdn-link> (HPAI) was confirmed in 2 commercial meat <gdn-link type='countries' id='G286'>Turkey</gdn-link> (<i>Meleagris</i> spp.) flocks in Ohio. One of the affected flocks involved 9,900 turkeys in Darke County, and the other involved 4,500 turkeys in Mercer County. This was the first instance of HPAI in Mercer County during the 2022-25 outbreak. Overall, 4 commercial flocks in Ohio were affected by HPAI in 2025, 3 of which were in Darke County, which also had another flock affected by the virus on December 27, 2024.\",\n            \"references\": [\n                {\n                    \"reference_number\": \"m 20250322.8723063\",\n                    \"citation\": \"\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/m/20250322.8723063\"\n                },\n                {\n                    \"reference_number\": \"tps 3080090\",\n                    \"citation\": null,\n                    \"short_citation\": null,\n                    \"href\": \"/references/tps/3080090\"\n                },\n                {\n                    \"reference_number\": \"watnet 2761521\",\n                    \"citation\": null,\n                    \"short_citation\": null,\n                    \"href\": \"/references/watnet/2761521\"\n                },\n                {\n                    \"reference_number\": \"m 20250119.8721471\",\n                    \"citation\": \"ProMED-mail.  ProMED-mail 2025; 19 Jan: 20250119.8721471 &lt;http://www.promedmail.org&gt;. Accessed 19 Jan 2025.\",\n                    \"short_citation\": \"ProMED &lt;promedmail.org&gt; archive: 20250119.8721471\",\n                    \"href\": \"/references/m/20250119.8721471\"\n                }\n            ],\n            \"state\": \"Ohio\",\n            \"city\": null,\n            \"latitude\": \"40.3736\",\n            \"longitude\": \"-82.7755\"\n        }\n    ],\n    \"timestamp\": 1742817270\n}"}],"_postman_id":"3ceb1f3b-45a1-4360-b4ca-34b24e9d4a2c"}],"id":"8ea0f6b8-4b47-40ce-a2c3-9d28643d87b9","description":"<p>This folder highlights three alert-focused API endpoints related to disease outbreaks. These endpoints are originally part of the <strong>Diseases</strong> API collection, but have been duplicated here to provide better visibility and quick access for alerting and monitoring use cases.</p>\n<p>Each endpoint returns outbreaks reported in the past <code>$days</code>, using the <code>since</code> query parameter.</p>\n<h4 id=\"included-endpoints\"><strong>Included Endpoints</strong></h4>\n<ul>\n<li><p><code>GET /diseases/outbreaks/alerts</code>Returns all outbreaks reported within the last <code>$days</code>.</p>\n</li>\n<li><p><code>GET /diseases/{disease_code}/outbreaks/alerts</code>Returns recent outbreaks for a specific disease.</p>\n</li>\n<li><p><code>GET /diseases/{disease_code}/distribution/{country_code}/outbreaks/alerts</code><br />  Returns recent outbreaks for a specific disease in a specific country.</p>\n</li>\n</ul>\n<p><strong>Note:</strong> These endpoints are identical to their counterparts in the <strong>Diseases</strong> folder. They are listed here for convenience and improved visibility for users focused on outbreak alerts.</p>\n<h2 id=\"guide-how-to-retrieve-outbreak-information\">Guide: How to Retrieve Outbreak Information</h2>\n<p>This short guide walks you through how to use GIDEON's API to retrieve current or historical outbreak data, along with detailed information about diseases and countries affected.</p>\n<h2 id=\"1-get-recent-outbreak-alerts\">1. Get Recent Outbreak Alerts</h2>\n<h3 id=\"endpoint\"><strong>Endpoint</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>bashCopyEditGET /diseases/outbreaks/alerts?since={days}\n\n</code></pre><h3 id=\"example\"><strong>Example</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /diseases/outbreaks/alerts?since=5\n\n</code></pre><h3 id=\"description\"><strong>Description</strong></h3>\n<p>Fetches a list of recent disease outbreaks in the past <code>{days}</code> days. Each result includes:</p>\n<ul>\n<li><code>disease_code</code> (used to get more info)</li>\n<li><code>country_code</code></li>\n<li><code>year</code>, <code>month</code>, <code>summary</code>, etc.</li>\n</ul>\n<hr />\n<h2 id=\"2-get-detailed-info-about-the-disease\">2. Get Detailed Info About the Disease</h2>\n<h3 id=\"endpoint-1\"><strong>Endpoint</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /diseases/{disease_code}?return=detailed\n\n</code></pre><h3 id=\"how-to-use\"><strong>How to Use</strong></h3>\n<p>Take the <code>disease_code</code> from the outbreak alert and plug it into this endpoint.</p>\n<h3 id=\"example-1\"><strong>Example</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /diseases/12683?return=detailed\n\n</code></pre><h3 id=\"returns\"><strong>Returns</strong></h3>\n<ul>\n<li>Full disease profile: name, synonyms, symptoms, incubation, reservoirs, transmission, and more.</li>\n<li>Useful for understanding context around the outbreak.</li>\n</ul>\n<hr />\n<h2 id=\"3-get-country-details-travel--outbreaks\">3. Get Country Details (Travel &amp; Outbreaks)</h2>\n<h3 id=\"endpoints\"><strong>Endpoints</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /travel/countries/{country_code}/yellow-fever-guideline\nGET /travel/countries/{country_code}/cdc-recommendation\nGET /travel/countries/{country_code}/malaria-guideline\nGET /travel/countries/{country_code}/chloroquine-resistance\nGET /travel/countries/{country_code}/prophylaxis-recommendation\n\n</code></pre><h3 id=\"how-to-use-1\"><strong>How to Use</strong></h3>\n<p>Use the <code>country_code</code> from the outbreak alert to look up related country-specific info.</p>\n<h3 id=\"example-2\"><strong>Example</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /travel/countries/G292/yellow-fever-guideline\n\n</code></pre><h3 id=\"returns-1\"><strong>Returns</strong></h3>\n<ul>\n<li>Country-specific disease risks</li>\n<li>Prophylaxis recommendations (e.g., vaccines)</li>\n<li>Country health notes</li>\n</ul>\n<hr />\n<h2 id=\"4-explore-country-outbreak-history\">4. Explore Country Outbreak History</h2>\n<h3 id=\"endpoint-2\"><strong>Endpoint</strong></h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>GET /diseases/{disease_code}/distribution/{country_code}/outbreaks\n\n</code></pre><p>This endpoint helps you explore historical outbreak patterns by country and disease.</p>\n<hr />\n<h2 id=\"5-typical-workflow\">5. Typical Workflow</h2>\n<p>Here’s how you might chain the endpoints together:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>/diseases/outbreaks/alerts?since=5\n    → returns disease_code + country_code\n/diseases/{disease_code}\n    → get in-depth info on the disease\n/travel/countries/{country_code}/....\n    → get country health guidance\n/diseases/outbreaks?country={country_code}&amp;disease_code={disease_code}\n    → see past outbreaks\n\n</code></pre>","_postman_id":"8ea0f6b8-4b47-40ce-a2c3-9d28643d87b9","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Drugs","item":[{"name":"/drugs","id":"e3e7f967-f218-4410-855c-30ff1001593f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs?return=Optional&search=Optional&limit=Optional&offset=Optional","description":"<p>Returns the list of all drugs.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>detailed | simple (default)</p>\n","type":"text/plain"},"key":"return","value":"Optional"},{"description":{"content":"<p>String. Prefix search</p>\n","type":"text/plain"},"key":"search","value":"Optional"},{"description":{"content":"<p>Numeric.  Specifies records per page</p>\n","type":"text/plain"},"key":"limit","value":"Optional"},{"description":{"content":"<p>Numeric. Specifies the starting record</p>\n","type":"text/plain"},"key":"offset","value":"Optional"}],"variable":[]}},"response":[{"id":"7db35411-39af-46c9-a9b7-ba9a8e0188fe","name":"/drugs?return=simple&search=am&limit=10&offset=1","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/drugs?return=simple&search=am&limit=10&offset=1","protocol":"https","host":["api","gideononline","com"],"path":["drugs"],"query":[{"key":"return","value":"simple","description":"simple or detailed"},{"key":"search","value":"am","description":"prefix wildcards"},{"key":"limit","value":"10"},{"key":"offset","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 00:17:14 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"403"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"drug_code\": 21195,\n            \"drug\": \"Amantadine\"\n        },\n        {\n            \"drug_code\": 20940,\n            \"drug\": \"Amikacin\"\n        },\n        {\n            \"drug_code\": 20020,\n            \"drug\": \"Amodiaquine\"\n        }\n    ]\n}"}],"_postman_id":"e3e7f967-f218-4410-855c-30ff1001593f"},{"name":"/drugs/compare","id":"ba440817-c420-424e-b53d-520fda2fd72d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/compare?drugs=Required","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","compare"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>List of comma separated drug codes</p>\n","type":"text/plain"},"key":"drugs","value":"Required"}],"variable":[]}},"response":[{"id":"e5202f93-9e9a-4c0a-b985-78739179846a","name":"/drugs/compare?drugs=20010,20020","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/drugs/compare?drugs=20010,20020","protocol":"https","host":["api","gideononline","com"],"path":["drugs","compare"],"query":[{"key":"drugs","value":"20010,20020"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:22:23 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"5020"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        [\n            {\n                \"code\": 20010,\n                \"drug\": \"Albendazole\",\n                \"pathogen_code\": 155,\n                \"pathogen\": \"Brugia malayi\",\n                \"drug_of_choice\": 0,\n                \"used_in_combination\": 1\n            },\n            {\n                \"code\": 20010,\n                \"drug\": \"Albendazole\",\n                \"pathogen_code\": 160,\n                \"pathogen\": \"Brugia timori\",\n                \"drug_of_choice\": 0,\n                \"used_in_combination\": 1\n            }\n        ]\n    ]\n}"}],"_postman_id":"ba440817-c420-424e-b53d-520fda2fd72d"},{"name":"/drugs/filter/{filter type}/{code}","id":"e65a9dc1-d4c5-4fdb-a7f8-95dfd3a5bf66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/filter/toxicity/116","description":"<p>A Filter is used to sort drugs based on susceptibility, toxicity, interaction and trade name.</p>\n<ul>\n<li>{filter type}: susceptibility | toxicity | interaction | tradename</li>\n<li>{code}: provide the code of the filter used. To obtain the list of codes for each of the four filter types, use the following API endpoints:<ul>\n<li>/drugs/susceptibility</li>\n<li>/drugs/toxicity</li>\n<li>/drugs/interaction</li>\n<li>/drugs/trade-names</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","filter","toxicity","116"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"e65a9dc1-d4c5-4fdb-a7f8-95dfd3a5bf66"},{"name":"/drugs/interaction","id":"c6e91db0-94ba-4935-bb07-796b1b81491d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/interaction","description":"<p>Returns list drugs which may interact with antimicrobial agents in-vivo.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","interaction"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"5544e8be-cf90-4281-8b05-b862ff7e5c0a","name":"/drugs/interaction","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/interaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:16:06 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"23751"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"code\": 1596,\n            \"name\": \"Abacavir\"\n        },\n        {\n            \"code\": 1621,\n            \"name\": \"Abemaciclib\"\n        },\n        {\n            \"code\": 1574,\n            \"name\": \"Abiraterone\"\n        }\n    ]\n}"}],"_postman_id":"c6e91db0-94ba-4935-bb07-796b1b81491d"},{"name":"/drugs/susceptibility","id":"5dceeeaa-bade-4ef8-920d-8135e6707e9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/susceptibility","description":"<p>Returns a comprehensive list of drugs known to be effecive against specific pathogens. Pathogen susceptibility patterns may vary widely in time and place. Designation of bacteria as susceptible to a given drug indicates that published data have documented MIC-50 values within therapeutic range.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","susceptibility"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"13ee9ff2-cc40-4703-878c-4719fb35af4d","name":"/drugs/susceptibility","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/susceptibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:15:32 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"30156"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"pathogen_code\": 932,\n            \"pathogen\": \" BACTERIA [4-Quinolones]\"\n        },\n        {\n            \"pathogen_code\": 925,\n            \"pathogen\": \" BACTERIA [Aminoglycosides or Aminocyclitol]\"\n        },\n        {\n            \"pathogen_code\": 917,\n            \"pathogen\": \" BACTERIA [Ansamycins]\"\n        }\n    ]\n}"}],"_postman_id":"5dceeeaa-bade-4ef8-920d-8135e6707e9c"},{"name":"/drugs/susceptibility/drugclasses","id":"0a39278a-64b2-4ad6-b136-27d7802bc8ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/susceptibility/drugclasses","description":"<p>Returns complete list of classes of drugs. </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","susceptibility","drugclasses"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"fe848559-86e8-49d4-80f1-640eb061c5ce","name":"/drugs/susceptibility/drugclasses","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/susceptibility/drugclasses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Feb 2020 04:13:51 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"2985"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"pathogen_code\": 932,\n            \"pathogen\": \" BACTERIA [4-Quinolones]\"\n        },\n        {\n            \"pathogen_code\": 925,\n            \"pathogen\": \" BACTERIA [Aminoglycosides or Aminocyclitol]\"\n        },\n        {\n            \"pathogen_code\": 917,\n            \"pathogen\": \" BACTERIA [Ansamycins]\"\n        }\n    ]\n}"}],"_postman_id":"0a39278a-64b2-4ad6-b136-27d7802bc8ca"},{"name":"/drugs/susceptibility/spectra","id":"2861b5e3-660c-4f97-8753-3d3681b6d8c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/susceptibility/spectra","description":"<p>Returns complete list of all spectrum.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","susceptibility","spectra"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"06ca469a-a6a5-434a-87db-cba440ff3d53","name":"/drugs/susceptibility/spectra","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/susceptibility/spectra"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Feb 2020 04:15:00 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"27315"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"pathogen_code\": 109,\n            \"pathogen\": \"Abiotrophia defectiva\"\n        },\n        {\n            \"pathogen_code\": 481,\n            \"pathogen\": \"Absidia spp.\"\n        },\n        {\n            \"pathogen_code\": 799,\n            \"pathogen\": \"Achromobacter xylosoxidans\"\n        }\n    ]\n}"}],"_postman_id":"2861b5e3-660c-4f97-8753-3d3681b6d8c7"},{"name":"/drugs/toxicity","id":"92072ebf-714b-4c0a-97c6-488d623e0f2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/toxicity","description":"<p>Returns the list of untoward effects which may complicate antimicrobial therapy.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","toxicity"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"7dbf3c42-a20f-4fa2-9479-a2e4f4287af2","name":"/drugs/toxicity","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/toxicity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:15:54 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"9983"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"toxicity_code\": 120,\n            \"toxicity\": \"Abdominal pain\"\n        },\n        {\n            \"toxicity_code\": 102,\n            \"toxicity\": \"Acidosis\"\n        },\n        {\n            \"toxicity_code\": 115,\n            \"toxicity\": \"Adrenal suppression\"\n        }\n    ]\n}"}],"_postman_id":"92072ebf-714b-4c0a-97c6-488d623e0f2b"},{"name":"/drugs/synonyms","id":"0d85a25b-3905-406b-af80-c433aabec167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/synonyms?offset=20&limit=10","description":"<p>Returns list of all trade names of drugs</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","synonyms"],"host":["api","gideononline","com"],"query":[{"key":"offset","value":"20"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"07f6cd70-ea2a-4f92-a807-8e24dff209c6","name":"/drugs/synonyms","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/drugs/synonyms?offset=20&limit=10","protocol":"https","host":["api","gideononline","com"],"path":["drugs","synonyms"],"query":[{"key":"offset","value":"20"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:17:17 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"401"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"name\": \"4-D (+ Rifampicin, + Isoniazid, + Ethambutol)\"\n        },\n        {\n            \"name\": \"4-D (+ Rifampicin, + Isoniazid, + Pyrazinamide)\"\n        },\n        {\n            \"name\": \"4D (+ EMB + PZA + Rifampin)\"\n        }\n    ],\n    \"total\": 29321,\n    \"offset\": 20,\n    \"limit\": 10\n}"}],"_postman_id":"0d85a25b-3905-406b-af80-c433aabec167"},{"name":"/drugs/{drug_code}/adult-dosage","id":"01429ba2-3cbb-4bb7-a2bc-e971a914efa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/adult-dosage","description":"<p>Returns typical adult dosage of a drug. The dosages listed represent “typical” regimens for patients with normal renal and hepatic function, and may not be applicable to a specific patient.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","adult-dosage"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"54c6b715-51af-4104-9e5b-7ca46f38e2d9","name":"/drugs/20010/adult-dosage","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/20010/adult-dosage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:18:14 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"156"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"drug_code\": 20010,\n        \"drug\": \"Albendazole\",\n        \"adult_dosage\": \"Intestinal nematodes: 400 mg PO single dose\\r\\nEchinococcosis: 5 to 7 mg/kg PO BID X 30d\"\n    }\n}"}],"_postman_id":"01429ba2-3cbb-4bb7-a2bc-e971a914efa8"},{"name":"/drugs/{drug_code}/child-dosage","id":"945d5f4b-1cef-4cd4-b3c3-f72b7d449fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/child-dosage","description":"<p>Returns typical pediatric dosage. The dosages listed represent “typical” regimens for patients with normal renal and hepatic function, and may not be applicable to a specific patient. Pediatric dosage schedules do not necessarily apply to infants. Where indicated, infant dosages apply to full-term babies with birth weight over 2,000 g.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","child-dosage"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"57c8f72a-df65-44be-a657-2a295a6d0551","name":"/drugs/21234/child-dosage","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/21234/child-dosage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:18:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"drug_code\": 21234,\n        \"drug\": \"Abacavir\",\n        \"pediatric_dosage\": \"8 mg/kg PO BID - maximum 300 mg BID\"\n    }\n}"}],"_postman_id":"945d5f4b-1cef-4cd4-b3c3-f72b7d449fc7"},{"name":"/drugs/{drug_code}/csf-penetration","id":"fd20b375-6a43-4191-868c-01f946ba705c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/csf-penetration","description":"<p>Returns information on penetration of drugs into the Cerebrospinal Fluid (CSF).</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","csf-penetration"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"47469863-3db9-4df8-8711-b567b39d6581","name":"/drugs/20010/csf-penetration","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/20010/csf-penetration"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:18:40 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"339"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"drug_code\": 20010,\n        \"drug\": \"Albendazole\",\n        \"csf_penetration\": \"NA\\r\\n\\r\\n<b>Excretion:</b>\\r\\n <b>Bile:</b> similar to serum levels\\r\\n <b>Milk:</b> 9% serum level\\r\\n\\r\\n<b>Elimination/metabolism:</b> active sulfoxide metabolite is eliminated in the urine with other minor metabolites\\r\\n\\r\\n<b>Serum half life (hrs):</b> 8.5\"\n    }\n}"}],"_postman_id":"fd20b375-6a43-4191-868c-01f946ba705c"},{"name":"/drugs/{drug_code}/hemodialysis-dosage","id":"f10a193e-234c-4d8b-91ab-eeeec78b2043","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/hemodialysis-dosage","description":"<p>Returns information on additional dose given following Hemodialysis</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","hemodialysis-dosage"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"e21e3c0a-c06f-48d5-b25c-703d28dae097","name":"/drugs/20810/hemodialysis-dosage","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/20810/hemodialysis-dosage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:19:23 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"75"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"drug_code\": 20810,\n        \"drug\": \"Aztreonam\",\n        \"hemodialysis_dosage\": \"1 g\"\n    }\n}"}],"_postman_id":"f10a193e-234c-4d8b-91ab-eeeec78b2043"},{"name":"/drugs/{drug_code}/general","id":"47115a96-ff79-4895-9417-e7f255e9c318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/general","description":"<p>Returns the general information of a selected drug. The generation information may include:</p>\n<ul>\n<li><p>mechanism of action.</p>\n</li>\n<li><p>typical adult dosage</p>\n</li>\n<li><p>typical pediatric doage</p>\n</li>\n<li><p>CSF penetration (inflamed meninges)</p>\n</li>\n<li><p>Typical drug dosing for renal dysfunction. This is represented in the json response as:</p>\n<ul>\n<li>renal_80: &gt;80</li>\n<li>renal_50_80: 50-80</li>\n<li>renal_10_50: 10-50</li>\n<li>renal_10: &lt; 10</li>\n</ul>\n</li>\n<li><p>Dosage interval for creatinine clearance</p>\n</li>\n<li><p>Additional dose given following Hemodialysis</p>\n</li>\n<li><p>Dosage given during continuous peritoneal dialysis</p>\n</li>\n<li><p>References</p>\n</li>\n</ul>\n<p>The dosages listed represent “typical” regimens for patients with normal renal and hepatic function, and may not be applicable to a specific patient. Pediatric dosage schedules do not necessarily apply to infants. Where indicated, infant dosages apply to full-term babies with birth weight over 2,000 g.</p>\n<p>The penetrability of drugs into cerebrospinal fluid (in the presence of meningeal inflammation) is displayed. These data do not imply an indication for any specific agent in cases of meningitis.</p>\n<p>Dosage adjustments for patients with various levels of creatinine clearance are also displayed. These dosages should be viewed as initial guidelines, and must be adjusted according to serum levels as possible. In some cases, drugs having alternative routes of excretion and lacking in potential nephrotoxicity may be preferable.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","general"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"a32fbaf2-29e1-461b-bee9-d2bb885cc192","name":"/drugs/20010/general","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/20010/general"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:17:46 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"6347"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"drug_code\": 20010,\n        \"drug\": \"Albendazole\",\n        \"mechanism_of_action\": \"A BENZIMIDAZOLE.\\r\\nBinds to free beta tubulin & inhibits tubulin polymerization - resultant inhibition of glucose uptake\",\n        \"adult_dosage\": \"Intestinal nematodes: 400 mg PO single dose\\r\\nEchinococcosis: 5 to 7 mg/kg PO BID X 30d\",\n        \"pediatric_dosage\": \"Intestinal nematodes: 200 mg PO single dose\\r\\nEchinococcosis: 5 to 7 mg/kg PO BID X 30d\",\n        \"csf_penetration\": \"NA\\r\\n\\r\\n<b>Excretion:</b>\\r\\n <b>Bile:</b> similar to serum levels\\r\\n <b>Milk:</b> 9% serum level\\r\\n\\r\\n<b>Elimination/metabolism:</b> active sulfoxide metabolite is eliminated in the urine with other minor metabolites\\r\\n\\r\\n<b>Serum half life (hrs):</b> 8.5\",\n        \"renal_80\": \"no change\",\n        \"renal_50_80\": \"no change\",\n        \"renal_10_50\": \"no change\",\n        \"renal_10\": \"no change\",\n        \"hemodialysis_dosage\": \"NA\",\n        \"peritoneal_dialysis_dosage\": \"NA\",\n        \"references\": [\n            {\n                \"citation\": \"Cochrane Database Syst Rev 2016 Jan 18;(1):CD007745.\",\n                \"short_citation\": \"\"\n            },\n            {\n                \"citation\": \"Acta Trop 2016 Jan ;153:120-7.\",\n                \"short_citation\": \"\"\n            },\n            {\n                \"citation\": \"Clin Pharmacokinet 2015 Apr ;54(4):371-83.\",\n                \"short_citation\": \"\"\n            }\n        ],\n        \"synonyms\": [\n            \"ABD\",\n            \"Abentel\",\n            \"Abetil\",\n            \"Abide\",\n            \"ABZ\",\n            \"Abz (+ Ivermectin)\",\n            \"Acure\",\n            \"Adazol\",\n            \"AH-1\",\n            \"Al\",\n            \"Alba-3\",\n            \"Albacos\",\n            \"Albagen\",\n            \"Albakil\",\n            \"Albamaa\",\n            \"Albamax-DS\",\n            \"Albasol\",\n            \"Albasym\",\n            \"Albatel\",\n            \"Albax\",\n            \"Albazio (+ Ivermectin)\",\n            \"Albazole\",\n            \"Albeder\",\n            \"Albeder-IR (+ Ivermectin)\",\n            \"Albekon\",\n            \"Albel\",\n            \"Albemed\",\n            \"Alben\",\n            \"Alben-Hero\",\n            \"Alben-VC\",\n            \"Albencare\",\n            \"Albenda\",\n            \"Albendakem\",\n            \"Albendazol\",\n            \"Albendix\",\n            \"Albendol\",\n            \"Albendrox\",\n            \"Albendy\",\n            \"Albenix\",\n            \"Albensil\",\n            \"Albent\",\n            \"Albentel\",\n            \"Albenz\",\n            \"Albenza\",\n            \"Albenze\",\n            \"Albenzin\",\n            \"Albenzol\",\n            \"Albenzonil\",\n            \"Albesan\",\n            \"Albest\",\n            \"Albestar\",\n            \"Albez\",\n            \"Albezin\",\n            \"Albezol\",\n            \"Albezole\",\n            \"Albicar\",\n            \"Albol\",\n            \"Albosym-IR (+ Ivermectin)\",\n            \"Albrodo\",\n            \"Albuzol\",\n            \"Alda\",\n            \"Aldamin\",\n            \"Aldazole\",\n            \"Aldew\",\n            \"Aldin DS\",\n            \"Alenda\",\n            \"Alentin\",\n            \"Alfazol\",\n            \"Alfuca\",\n            \"Alib\",\n            \"Alin\",\n            \"Alio\",\n            \"Almed\",\n            \"Almex\",\n            \"Alminth\",\n            \"Alovac\",\n            \"Alphin DS\",\n            \"Alpin DS\",\n            \"Alponal\",\n            \"Altec\",\n            \"Altoa\",\n            \"Alvect (+ Ivermectin)\",\n            \"Alworm (2 of 2 generic drugs)\",\n            \"Alzad\",\n            \"Alzed\",\n            \"Alzel\",\n            \"Alzental\",\n            \"Alzoben\",\n            \"Alzol\",\n            \"Amezolin\",\n            \"Amplozol\",\n            \"Analon Galeno\",\n            \"Andazol\",\n            \"Anthal\",\n            \"Antheda\",\n            \"Anthel (2 of 2 generic drugs)\",\n            \"Antiworm (1 of 2 generic drugs)\",\n            \"Antizole\",\n            \"Ariban\",\n            \"Ascapil A (+ Ivermectin)\",\n            \"Ascarol\",\n            \"Asen\",\n            \"Asiben\",\n            \"Asibend\",\n            \"Atbend\",\n            \"Aviband\",\n            \"Avir\",\n            \"Avizole\",\n            \"Azole\",\n            \"Band\",\n            \"Bandy\",\n            \"Bandy Plus (+ Ivermectin)\",\n            \"Banthel\",\n            \"Bazole\",\n            \"Ben-A\",\n            \"Bendapar\",\n            \"Bendax\",\n            \"Bendazol\",\n            \"Bendex\",\n            \"Bendex-400\",\n            \"Bendol\",\n            \"Benrod\",\n            \"Benrod-I (+ Ivermectin)\",\n            \"Bentiamin\",\n            \"Bentil\",\n            \"Benyad\",\n            \"Benzatel\",\n            \"Benzol (1 of 2 generic drugs)\",\n            \"Benzole (1 of 3 generic drugs)\",\n            \"Benzys\",\n            \"Bevindazol\",\n            \"Biworm\",\n            \"Bradelmin\",\n            \"Bruzol Bruluart\",\n            \"Buxol Buffington's\",\n            \"C Cobistal (+ Secnidazole)\",\n            \"C-Bend\",\n            \"C-Trop\",\n            \"CB\",\n            \"Cental\",\n            \"Ceprazol\",\n            \"Champs D-Worms\",\n            \"Ciclopar\",\n            \"Cidazole\",\n            \"Clearworm\",\n            \"Colidetol\",\n            \"Combantrin-A\",\n            \"Conthel\",\n            \"Cuwarm\",\n            \"D-Worm (2 of 2 generic drugs)\",\n            \"Dabenzol\",\n            \"Dalben\",\n            \"Dazo\",\n            \"Dazocan\",\n            \"Dazol\",\n            \"Dazolin\",\n            \"Despar\",\n            \"Dezabil\",\n            \"Digezanol\",\n            \"Dispel\",\n            \"Duador\",\n            \"E-Bend\",\n            \"Eben\",\n            \"Eben DS\",\n            \"Ebex\",\n            \"Ectin-A (2 of 2 generic drugs)\",\n            \"Ejectil\",\n            \"Elben\",\n            \"Elbend\",\n            \"Elect-A (1 of 2 generic drugs)\",\n            \"Elmin (1 of 2 generic drugs)\",\n            \"Elminex\",\n            \"Elminova\",\n            \"Emanthal\",\n            \"Endbenol\",\n            \"Enmed\",\n            \"Entoplus\",\n            \"Eradix (+ Levamisole\",\n            \"Eris Plus (+ Ivermectin)\",\n            \"Eskazol\",\n            \"Estazol\",\n            \"Euralben\",\n            \"Euralbin\",\n            \"Fagol\",\n            \"Falben\",\n            \"Farmiver\",\n            \"Fatel\",\n            \"Finapar\",\n            \"Fintel\",\n            \"Flatezol\",\n            \"Foben\",\n            \"Fozy\",\n            \"Gascop\",\n            \"Gekare\",\n            \"Gelmodol (micronized albendazole)\",\n            \"Gendazel\",\n            \"Getrid\",\n            \"H.G. Alben\",\n            \"Helal\",\n            \"Helben\",\n            \"Helmadol\",\n            \"Helmindazol\",\n            \"Helmintab\",\n            \"Helmintal\",\n            \"Helmintol (1 of 2 generic drugs)\",\n            \"Helminzol\",\n            \"Helmisons\",\n            \"Helmizol (1 of 2 generic drugs)\",\n            \"Hezol\",\n            \"Hyemex\",\n            \"Hymin\",\n            \"Ilides\",\n            \"Imavermil\",\n            \"Imectin Forte (+ Ivermectin)\",\n            \"Infesen\",\n            \"Infestop\",\n            \"Italbenzol\",\n            \"Iumizol\",\n            \"Ivecop (2 of 2 generic drugs)\",\n            \"Ivercid-A\",\n            \"Ivercid-A (+ Ivermectin)\",\n            \"Ivermect-A (+ Ivermectin)\",\n            \"Iverzole (+ Ivermectin)\",\n            \"Ivoral (1 of 2 generic drugs)\",\n            \"Janbol\",\n            \"Kaybend\",\n            \"Kidi (1 of 2 generic drugs)\",\n            \"Killary\",\n            \"Kiraza\",\n            \"Kolexan\",\n            \"Kontil (1 of 2 generic drugs)\",\n            \"Kosozole\",\n            \"Labenda\",\n            \"Labendazole\",\n            \"Leo-400\",\n            \"Lewarm\",\n            \"Loveral\",\n            \"Lumbrifar\",\n            \"Lupibend\",\n            \"Lurdex\",\n            \"Macbi Plus (2 of 2 generic drugs)\",\n            \"Manozide\",\n            \"Masaworm (1 of 2 generic drugs)\",\n            \"Mebel\",\n            \"Mebenix\",\n            \"Mesin\",\n            \"Mesin-C\",\n            \"Milibend\",\n            \"Monodox (2 of 2 generic drugs)\",\n            \"Monozol\",\n            \"Morband\",\n            \"Mycotel\",\n            \"N-Bend\",\n            \"NBWorm\",\n            \"Nemaban\",\n            \"Nemacist\",\n            \"Nematil\",\n            \"Nemofex\",\n            \"Nemozole\",\n            \"Neo Bendazol\",\n            \"Networm (1 of 2 generic drugs)\",\n            \"Noworm\",\n            \"Nubend\",\n            \"Obedozol\",\n            \"Oben\",\n            \"Odal\",\n            \"Olban\",\n            \"Olbendital\",\n            \"Olworm\",\n            \"Omnitel\",\n            \"Ovis\",\n            \"Oxal (2 of 3 generic drugs)\",\n            \"Oxarmin\",\n            \"Oxofor\",\n            \"Paranthil\",\n            \"Parasi-Kit (+ Secnidazole)\",\n            \"Parasin\",\n            \"ParasiPak (+ Secnidazole)\",\n            \"Parasitel\",\n            \"Parazol\",\n            \"Pazidol 1-2 (+ Secnidazole)\",\n            \"Plus\",\n            \"Prodazol (2 of 2 generic drugs)\",\n            \"Prohelmint (+ Secnidazole)\",\n            \"Pyme ABZ400\",\n            \"Rediout\",\n            \"Rivazol\",\n            \"Rotopar\",\n            \"Rozolex\",\n            \"San-San\",\n            \"Sanoxal\",\n            \"Serbendazol\",\n            \"Servendazol\",\n            \"Sintel\",\n            \"Sostril\",\n            \"Synparyn\",\n            \"Taron\",\n            \"Tenibex\",\n            \"Thelban\",\n            \"Totelmin\",\n            \"Uniminth\",\n            \"Unizol (1 of 2 generic drugs)\",\n            \"Valbazen\",\n            \"Varbend\",\n            \"Vastus\",\n            \"Velocid Plus 1-2 (+ Ivermectin)\",\n            \"Vemizol\",\n            \"Vendazol\",\n            \"Veralben\",\n            \"Veranzol\",\n            \"Verdazol\",\n            \"Vermicet\",\n            \"Vermiclase\",\n            \"Vermigal Novo\",\n            \"Vermigen\",\n            \"Vermil\",\n            \"Vermilan\",\n            \"Vermin Plus\",\n            \"Vermintel\",\n            \"Vermisen\",\n            \"Vermital\",\n            \"Vermixide\",\n            \"Vermizole\",\n            \"Vermoil\",\n            \"Vetoben\",\n            \"Vormil\",\n            \"Vormout\",\n            \"Warmact (+ Ivermectin)\",\n            \"Womiban\",\n            \"Wormadole\",\n            \"Wormicare (+ Ivermectin)\",\n            \"Wormorid\",\n            \"Wormpel\",\n            \"Xadem\",\n            \"Xben\",\n            \"Xenda\",\n            \"Z Zole\",\n            \"Zeben\",\n            \"Zela\",\n            \"Zelbend\",\n            \"Zelfin\",\n            \"Zenaxin\",\n            \"Zendal\",\n            \"Zenmex\",\n            \"Zental\",\n            \"Zentel\",\n            \"Zentis\",\n            \"Zentrax\",\n            \"Zenzera\",\n            \"Zoben\",\n            \"Zodalben\",\n            \"Zolben\",\n            \"Zoldan\",\n            \"Zuwarm\"\n        ]\n    }\n}"}],"_postman_id":"47115a96-ff79-4895-9417-e7f255e9c318"},{"name":"/drugs/{drug_code}/interactions","id":"7e776004-0fee-4afc-98ea-5858cc758d37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/interactions","description":"<p>Returns lists drugs known to interact with the antimicrobial agent in question. The nature of the interaction is specified. The list is comprehensive; and specific forms of interaction are not necessarily common. The list does not include all instances of synergy or antagonism between anti-infective agents, or effects on laboratory reagents and tests. Not all of the interactions listed are common. GIDEON has opted to present a comprehensive listing of potential and reported interactions.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","interactions"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"e7d7f4a7-ad77-47c8-bd11-29fb936127e3","name":"/drugs/20810/interactions","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/20810/interactions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:20:11 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"193"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"Chloramphenicol is potentially antagonistic to Aztreonam\",\n        \"Entecavir increases levels of (& levels increased by) Aztreonam\",\n        \"Furosemide interacts (details not given) with Aztreonam\"\n    ]\n}"}],"_postman_id":"7e776004-0fee-4afc-98ea-5858cc758d37"},{"name":"/drugs/{drug_code}/mechanism-of-action","id":"47aaacc3-9c82-4611-8a91-dd35cb310e14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/mechanism-of-action","description":"<p>Returns information on mechanism of action of a drug. Mechanism of action (MOA) refers to the specific biochemical interaction through which a drug produces its pharmacological effect. </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","mechanism-of-action"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"3d698b77-734c-412b-9246-de9494e8e44e","name":"/drugs/21234/mechanism-of-action","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/21234/mechanism-of-action"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:17:59 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"264"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"drug_code\": 21234,\n        \"drug\": \"Abacavir\",\n        \"mechanism_of_action\": \"A SYNTHETIC NUCLEOSIDE ANALOGUE.\\r\\nInhibits reverse transcriptase.\\r\\n\\r\\n<b>Additional comments / concerns:</b>\\r\\nSerious and sometimes fatal hypersensitivity reactions have been reported.\"\n    }\n}"}],"_postman_id":"47aaacc3-9c82-4611-8a91-dd35cb310e14"},{"name":"/drugs/{drug_code}/peritoneal-dialysis-dosage","id":"38ad6bbc-f3b0-4063-8342-1490944a636c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/peritoneal-dialysis-dosage","description":"<p>Returns information on dosage given during continuous peritoneal dialysis</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","peritoneal-dialysis-dosage"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"6c84d5ef-545c-4555-99c3-aafd861f7070","name":"/drugs/20180/peritoneal-dialysis-dosage","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/20180/peritoneal-dialysis-dosage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:19:39 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"90"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"drug_code\": 20180,\n        \"drug\": \"Flucytosine\",\n        \"peritoneal_dialysis_dosage\": \"no change\"\n    }\n}"}],"_postman_id":"38ad6bbc-f3b0-4063-8342-1490944a636c"},{"name":"/drugs/{drug_code}/renal-dosage","id":"54a76aa7-1a61-4eb4-a8e5-3b92054ef57d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/renal-dosage","description":"<p>Returns typical drug dosing for renal dysfunction.</p>\n<ul>\n<li>renal_80: &gt;80</li>\n<li>renal_50_80: 50-80</li>\n<li>renal_10_50: 10-50</li>\n<li>renal_10: &lt; 10</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","renal-dosage"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"1562bee6-a577-424b-8949-df6285b11a5c","name":"/drugs/20530/renal-dosage","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/20530/renal-dosage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:19:01 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"143"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"drug_code\": 20530,\n        \"drug\": \"Ampicillin\",\n        \"renal_80\": \"         6\",\n        \"renal_50_80\": \"         6\",\n        \"renal_10_50\": \"          8\",\n        \"renal_10\": \"12\"\n    }\n}"}],"_postman_id":"54a76aa7-1a61-4eb4-a8e5-3b92054ef57d"},{"name":"/drugs/{drug_code}/synonyms","id":"a0f168ab-7cc4-4ebf-8c64-259441bde4fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/synonyms","description":"<p>Returns list of proprietary (trade) names for the selected drug.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"484bef96-49f6-495a-85ca-11d1d7b3ef36","name":"/drugs/20810/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/20810/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:20:36 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"252"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"Atreon\",\n        \"Azactam\",\n        \"Azanem\",\n        \"Azenam\",\n        \"Aznam\",\n        \"Azom (1 of 2 generic drugs)\",\n        \"Azotum\",\n        \"Aztram\",\n        \"Aztreo\",\n        \"Aztreobol\",\n        \"Aztreotic\",\n        \"Cayston (inhalation form)\",\n        \"Dynabiotic\",\n        \"Monobac (2 of 2 generic drugs)\",\n        \"Primbactam\",\n        \"Trezam\",\n        \"Urobactam\",\n        \"Vebac\"\n    ]\n}"}],"_postman_id":"a0f168ab-7cc4-4ebf-8c64-259441bde4fd"},{"name":"/drugs/{drug_code}/spectrum","id":"fcd4d83f-8c14-4408-9b63-3c91107fe846","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/spectrum","description":"<p>Returns a list of all pathogens known to be susceptible to a selected drug. Where relevant, “Susceptible” is defined as “MIC-50 within therapeutic range”.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","spectrum"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"966e87c5-f359-470e-b911-091c167a6633","name":"/drugs/20810/spectrum","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/20810/spectrum"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:20:52 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"2975"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"pathogen\": \"Haemophilus influenzae\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Aggregatibacter aphrophilus\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Chromobacterium violaceum\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Vibrio cholerae\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Neisseria gonorrhoeae\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Neisseria meningitidis\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Moraxella catarrhalis\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Alcaligenes fecalis\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Klebsiella pneumoniae ssp pneumoniae\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Klebsiella pneumoniae ssp rhinoscleromatis\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Enterobacter spp.\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Serratia marcescens\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Salmonella enterica serovar typhi\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Citrobacter spp.\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Shigella spp.\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Escherichia coli\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Edwardsiella tarda\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Proteus spp.\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Providencia spp.\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Yersinia pestis\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Pseudomonas aeruginosa\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Burkholderia pseudomallei\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Acinetobacter baumannii\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Plesiomonas shigelloides\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Aeromonas hydrophila\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Achromobacter xylosoxidans\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Yersinia enterocolitica\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Aeromonas jandaei\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Aeromonas schubertii\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Aeromonas trota\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Aeromonas veronii biotype veronii\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Capnocytophaga spp.\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Haemophilus parainfluenzae\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Salmonella spp.\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Klebsiella oxytoca\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Hafnia alvei\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        },\n        {\n            \"pathogen\": \"Pantoea agglomerans\",\n            \"drug_of_choice\": 0,\n            \"used_in_combination\": 0\n        }\n    ]\n}"}],"_postman_id":"fcd4d83f-8c14-4408-9b63-3c91107fe846"},{"name":"/drugs/{drug_code}/susceptibility","id":"313ba1ae-0c8b-442f-8a54-94c9c930767c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/susceptibility","description":"<p>Returns information on the susceptibility to the selected drug. Drug susceptibility summarizes published guidelines used in the in vitro testing of antimicrobial susceptibility. Inhibitory drug concentrations, which characterize bacteria as R [resistant] and S [susceptible], are also displayed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","susceptibility"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"e9bc2160-a9c5-4b7e-abff-ed2ff0dddd2d","name":"/drugs/20810/susceptibility","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/20810/susceptibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:21:11 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1056"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"species\": \"Aeromonas hydrophila complex\",\n            \"disk_content\": \"30\",\n            \"zone_diameter_s\": \">=22\",\n            \"zone_diameter_i\": \"16-21\",\n            \"zone_diameter_r\": \"<=15\",\n            \"breakpoint_s\": \"<=8\",\n            \"breakpoint_r\": \">=32\"\n        },\n        {\n            \"species\": \"Enterobacteriaceae\",\n            \"disk_content\": \"30\",\n            \"zone_diameter_s\": \">=26\",\n            \"zone_diameter_i\": \"22-25\",\n            \"zone_diameter_r\": \"<=21\",\n            \"breakpoint_s\": \"<=4\",\n            \"breakpoint_r\": \">=16\"\n        },\n        {\n            \"species\": \"Haemophilus spp.\",\n            \"disk_content\": \"30\",\n            \"zone_diameter_s\": \">=26\",\n            \"zone_diameter_i\": \"\",\n            \"zone_diameter_r\": \"\",\n            \"breakpoint_s\": \"<=2\",\n            \"breakpoint_r\": \"\"\n        },\n        {\n            \"species\": \"Other relevant organisms\",\n            \"disk_content\": \"30\",\n            \"zone_diameter_s\": \">=22\",\n            \"zone_diameter_i\": \"16-21\",\n            \"zone_diameter_r\": \"<=15\",\n            \"breakpoint_s\": \"<=8\",\n            \"breakpoint_r\": \">=32\"\n        },\n        {\n            \"species\": \"Plesiomonas shigelloides\",\n            \"disk_content\": \"30\",\n            \"zone_diameter_s\": \">=22\",\n            \"zone_diameter_i\": \"16-21\",\n            \"zone_diameter_r\": \"<=15\",\n            \"breakpoint_s\": \"<=8\",\n            \"breakpoint_r\": \">=32\"\n        },\n        {\n            \"species\": \"Pseudomonas spp & S. maltophilia\",\n            \"disk_content\": \"30\",\n            \"zone_diameter_s\": \">=23\",\n            \"zone_diameter_i\": \"\",\n            \"zone_diameter_r\": \"<=22\",\n            \"breakpoint_s\": \"<=8\",\n            \"breakpoint_r\": \">8\"\n        }\n    ]\n}"}],"_postman_id":"313ba1ae-0c8b-442f-8a54-94c9c930767c"},{"name":"/drugs/{drug_code}/toxic-effects","id":"e7c5536d-b8d5-470e-b61a-1c0cc30c1362","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/{drug_code}/toxic-effects","description":"<p>Returns lists toxic effects associated with the drug in question. The list is comprehensive, and individual forms of toxicity may not necessarily be common for any given drug. Note that not all forms of toxicity are equally common among the drugs listed. GIDEON has attempted to present a comprehensive listing of potential and reported effects. Minor and local effects such as pain on injection and phlebitis are not included.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["drugs","{drug_code}","toxic-effects"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"95e53837-1c82-47a0-b49b-e5fe8cd45b52","name":"/drugs/20810/toxic-effects","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/drugs/20810/toxic-effects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:19:54 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1209"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"code\": \"116\",\n            \"toxic_effects\": \"Allergy\"\n        },\n        {\n            \"code\": \"197\",\n            \"toxic_effects\": \"Candidiasis\"\n        },\n        {\n            \"code\": \"125\",\n            \"toxic_effects\": \"Cardiac arrhythmia\"\n        },\n        {\n            \"code\": \"128\",\n            \"toxic_effects\": \"Coagulopathy\"\n        },\n        {\n            \"code\": \"129\",\n            \"toxic_effects\": \"Confusion\"\n        },\n        {\n            \"code\": \"134\",\n            \"toxic_effects\": \"Diarrhea\"\n        },\n        {\n            \"code\": \"232\",\n            \"toxic_effects\": \"Dysgeusia\"\n        },\n        {\n            \"code\": \"140\",\n            \"toxic_effects\": \"Fever\"\n        },\n        {\n            \"code\": \"148\",\n            \"toxic_effects\": \"Headache\"\n        },\n        {\n            \"code\": \"150\",\n            \"toxic_effects\": \"Hepatic dysfunction / hepatitis\"\n        },\n        {\n            \"code\": \"230\",\n            \"toxic_effects\": \"Leukocytosis\"\n        },\n        {\n            \"code\": \"157\",\n            \"toxic_effects\": \"Leukopenia / neutropenia\"\n        },\n        {\n            \"code\": \"194\",\n            \"toxic_effects\": \"Nausea / vomiting\"\n        },\n        {\n            \"code\": \"107\",\n            \"toxic_effects\": \"Ototoxicity\"\n        },\n        {\n            \"code\": \"169\",\n            \"toxic_effects\": \"Paresthesia\"\n        },\n        {\n            \"code\": \"239\",\n            \"toxic_effects\": \"Pseudomembranous colitis\"\n        },\n        {\n            \"code\": \"180\",\n            \"toxic_effects\": \"Rash\"\n        },\n        {\n            \"code\": \"185\",\n            \"toxic_effects\": \"Seizures\"\n        },\n        {\n            \"code\": \"241\",\n            \"toxic_effects\": \"Serum sickness\"\n        },\n        {\n            \"code\": \"191\",\n            \"toxic_effects\": \"Thrombocytopenia\"\n        },\n        {\n            \"code\": \"220\",\n            \"toxic_effects\": \"Thrombocytosis\"\n        },\n        {\n            \"code\": \"199\",\n            \"toxic_effects\": \"Toxic epidermal necrolysis\"\n        },\n        {\n            \"code\": \"263\",\n            \"toxic_effects\": \"Vaginitis\"\n        },\n        {\n            \"code\": \"195\",\n            \"toxic_effects\": \"Vertigo or dizzyness\"\n        },\n        {\n            \"code\": \"196\",\n            \"toxic_effects\": \"Visual disturbance\"\n        }\n    ]\n}"}],"_postman_id":"e7c5536d-b8d5-470e-b61a-1c0cc30c1362"}],"id":"e94ae930-cda4-4031-890e-c326201e4be0","description":"<p>Drugs follows the pharmacology and usage of all drugs available for the treatment of Infectious Diseases. Drugs API can b used to find answers to questions like:</p>\n<ul>\n<li>What is the antimicrobial action of this drug?</li>\n<li>its typical dosage and pharmacological parameters?</li>\n<li>toxicities and interactions with other drugs?</li>\n<li>spectrum?</li>\n<li>What are its various proprietary names? </li>\n<li>Susceptibility testing standards?</li>\n<li>And much more...</li>\n</ul>\n","_postman_id":"e94ae930-cda4-4031-890e-c326201e4be0","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Vaccines","item":[{"name":"/vaccines","id":"8f795348-7d16-4552-b781-ac00639d359d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines?return=Optional&search=Optional","description":"<p>Returns the list of all vaccines. </p>\n<p>Optional parameters:</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>detailed | simple (default)</p>\n","type":"text/plain"},"key":"return","value":"Optional"},{"description":{"content":"<p>String. Prefix search</p>\n","type":"text/plain"},"key":"search","value":"Optional"}],"variable":[]}},"response":[{"id":"65be0cc3-60f4-41e3-b05c-2180d636cb0a","name":"/vaccines?return=detailed&search=a","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/vaccines?return=detailed&search=a","protocol":"https","host":["api","gideononline","com"],"path":["vaccines"],"query":[{"key":"return","value":"detailed"},{"key":"search","value":"a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:45:06 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"5893"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"vaccine_code\": 30015,\n            \"vaccine\": \"Adenovirus vaccine\",\n            \"mechanism_of_action\": \"Live adenovirus serotypes 4 and 7\\n\\nAdditional comments / concerns:\\nHypersensitivity reactions\\n\\nCurrent use restricted to military (United States and Canada).\",\n            \"adult_dosage\": \"Administered as a single, three-layered tablet\",\n            \"child_dosage\": \"Use restricted to adults\",\n            \"booster\": \"None\",\n            \"toxic_effects\": [\n                {\n                    \"id\": \"G\",\n                    \"name\": \"Guillain-Barre syndrome\"\n                }\n            ],\n            \"contraindications\": [\n                {\n                    \"code\": \"A\",\n                    \"name\": \"Allergy to aminoglycosides\"\n                },\n                {\n                    \"code\": \"HA\",\n                    \"name\": \"Allergy to streptomycin / neomycin\"\n                },\n                {\n                    \"code\": \"D\",\n                    \"name\": \"Immune deficiency (live-agent preparations)\"\n                },\n                {\n                    \"code\": \"C\",\n                    \"name\": \"Immune-deficient household contact\"\n                },\n                {\n                    \"code\": \"P\",\n                    \"name\": \"Pregnancy\"\n                }\n            ],\n            \"references\": [\n                {\n                    \"reference_number\": \"p 17728025\",\n                    \"citation\": \"Vaccine 2007 Oct 10;25(41):7017-30.\",\n                    \"short_citation\": \"\"\n                },\n                {\n                    \"reference_number\": \"p 15174954\",\n                    \"citation\": \"Expert Opin Investig Drugs 2004 Jun ;13(6):681-9.\",\n                    \"short_citation\": \"\"\n                },\n                {\n                    \"reference_number\": \"p 2560582\",\n                    \"citation\": \"Semin Respir Infect 1989 Dec ;4(4):299-303.\",\n                    \"short_citation\": \"\"\n                },\n                {\n                    \"reference_number\": \"p 31548014\",\n                    \"citation\": \"Vaccine 2019 Sep 20;\",\n                    \"short_citation\": \"\"\n                }\n            ],\n            \"synonyms\": []\n        }\n    ],\n    \"total\": 4,\n    \"offset\": 0,\n    \"limit\": 10\n}"}],"_postman_id":"8f795348-7d16-4552-b781-ac00639d359d"},{"name":"/vaccines/filter/{type}/{code}","id":"87090081-36cc-488c-a185-24adceda005d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/filter/toxicity/AR","description":"<p>Filters can be used to search for vaccines associated with specific forms of Toxicity, Contraindications or Trade names.</p>\n<ul>\n<li>{type}: can be one of: toxicity, contraindication, tradename</li>\n<li>{code}: code of the filter. To obtain the list of codes for each filter type, perform one of:<ul>\n<li>/vaccines/toxicity</li>\n<li>/vaccines/contraindications</li>\n<li>/vaccines/synonyms</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","filter","toxicity","AR"],"host":["api","gideononline","com"],"query":[{"disabled":true,"key":"type","value":"toxicity | contraindication | tradename"},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"2ec22e33-4982-4b13-8fa6-c428e8bc1d29","name":"/vaccines/filter/{type}/{code}","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/vaccines/filter/toxicity/AR","protocol":"https","host":["api","gideononline","com"],"path":["vaccines","filter","toxicity","AR"],"query":[{"key":"type","value":"toxicity | contraindication | tradename","type":"text","disabled":true},{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:43:13 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"723"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"vaccine_code\": 30017,\n            \"vaccine\": \"Argentine hemorrhagic fever vaccine\"\n        },\n        {\n            \"vaccine_code\": 30020,\n            \"vaccine\": \"BCG vaccine\"\n        },\n        {\n            \"vaccine_code\": 30040,\n            \"vaccine\": \"Cholera - injectable vaccine\"\n        }\n    ]\n}"}],"_postman_id":"87090081-36cc-488c-a185-24adceda005d"},{"name":"/vaccines/contraindications","id":"6866e2de-0d7f-4ae5-9b91-bf1ae1492925","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/contraindications","description":"<p>Returns list of drugs which may interact with vaccines in-vivo or situations for which specific contraindications apply.</p>\n<p>The Contraindications list does not include interference with laboratory tests and reagents. Not all of the interactions listed are common. GIDEON has opted to present a list of all potential and reported interactions. In many cases, data regarding contraindication in pregnancy are based on animal studies or theoretical considerations only.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","contraindications"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"3bf6440f-9c88-407b-a764-adbd9583cdf0","name":"/vaccines/contraindications","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/contraindications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:40:32 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1756"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"code\": \"T\",\n            \"name\": \"Active tuberculosis\"\n        },\n        {\n            \"code\": \"MS\",\n            \"name\": \"Allergy (sensitivity) to monosodium glutamate\"\n        },\n        {\n            \"code\": \"HT\",\n            \"name\": \"Allergy (sensitivity) to thimerosal\"\n        }\n    ]\n}"}],"_postman_id":"6866e2de-0d7f-4ae5-9b91-bf1ae1492925"},{"name":"/vaccines/toxicity","id":"77bee09e-e639-4301-9c31-b9cd1ae0441a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/toxicity","description":"<p>Returns the list of untoward effects, which may complicate vaccine use.</p>\n<p>Note that not all forms of toxicity are equally common among the vaccines listed. GIDEON has attempted to present a comprehensive listing of potential and reported effects. Minor and local effects such as pain on injection and phlebitis are not included.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","toxicity"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"8cadb265-de6a-4830-b18c-f56390e50a3e","name":"/vaccines/toxicity","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/toxicity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Mar 2020 22:42:09 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1939"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"AP\",\n            \"name\": \"Abdominal pain\"\n        },\n        {\n            \"id\": \"A\",\n            \"name\": \"Anorexia\"\n        },\n        {\n            \"id\": \"AR\",\n            \"name\": \"Arthralgia / arthritis\"\n        }\n    ]\n}"}],"_postman_id":"77bee09e-e639-4301-9c31-b9cd1ae0441a"},{"name":"/vaccines/synonyms","id":"65d92ca5-dbbc-452f-b22d-c77e6dc6cee8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/synonyms","description":"<p>Returns list of trade names of vaccines that can be selected to find corresponding generic name.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"4f9da3fc-6260-4944-be13-241baf83423e","name":"/vaccines/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:42:55 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"52702"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"vaccine\": \"4CMenB (monovalent serogroup B)\",\n            \"code\": 30230\n        },\n        {\n            \"vaccine\": \"5CNC\",\n            \"code\": 30020\n        },\n        {\n            \"vaccine\": \"A.D.T\",\n            \"code\": 30080\n        }\n    ]\n}"}],"_postman_id":"65d92ca5-dbbc-452f-b22d-c77e6dc6cee8"},{"name":"/vaccines/{vaccine_code}/adult-dosage","id":"e6f4037e-c2b9-46f4-88ea-d325eb7d946b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/{vaccine_code}/adult-dosage","description":"<p>Returns typical adult dosage of the selected vaccine.</p>\n<p>The dosages listed represent “typical” regimens and may not be applicable to a specific patient. Pediatric dosage schedules do not necessarily apply to infants.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","{vaccine_code}","adult-dosage"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"87d9b849-9727-4f48-a317-a17e2cf719a0","name":"/vaccines/30015/adult-dosage","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/30015/adult-dosage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:43:51 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"126"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"vaccine_code\": 30015,\n        \"vaccine\": \"Adenovirus vaccine\",\n        \"adult_dosage\": \"Administered as a single, three-layered tablet\"\n    }\n}"}],"_postman_id":"e6f4037e-c2b9-46f4-88ea-d325eb7d946b"},{"name":"/vaccines/{vaccine_code}/child-dosage","id":"6a7e9a0b-3f2a-49ff-8cef-7ad5d27087a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/{vaccine_code}/child-dosage","description":"<p>Returns typical pediatric dosage of the selected vaccine.</p>\n<p>The dosages listed represent “typical” regimens and may not be applicable to a specific patient. Pediatric dosage schedules do not necessarily apply to infants.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","{vaccine_code}","child-dosage"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"92350bb9-fa17-4719-b09d-d9d795b105b9","name":"/vaccines/30015/child-dosage","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/30015/child-dosage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:44:02 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"vaccine_code\": 30015,\n        \"vaccine\": \"Adenovirus vaccine\",\n        \"child_dosage\": \"Use restricted to adults\"\n    }\n}"}],"_postman_id":"6a7e9a0b-3f2a-49ff-8cef-7ad5d27087a1"},{"name":"/vaccines/{vaccine_code}/contraindications","id":"21f0ca6b-41ff-44ee-b6b3-509a32947dcc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/{vaccine_code}/contraindications","description":"<p>Returns list of contraindications to use of the selected vaccine.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","{vaccine_code}","contraindications"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"ded65b39-e5ea-4310-914c-761043b73cb6","name":"/vaccines/30015/contraindications","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/30015/contraindications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:44:36 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"418"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"contraindication_code\": \"A\",\n            \"contraindication\": \"Allergy to aminoglycosides\"\n        },\n        {\n            \"contraindication_code\": \"HA\",\n            \"contraindication\": \"Allergy to streptomycin / neomycin\"\n        },\n        {\n            \"contraindication_code\": \"D\",\n            \"contraindication\": \"Immune deficiency (live-agent preparations)\"\n        },\n        {\n            \"contraindication_code\": \"C\",\n            \"contraindication\": \"Immune-deficient household contact\"\n        },\n        {\n            \"contraindication_code\": \"P\",\n            \"contraindication\": \"Pregnancy\"\n        }\n    ]\n}"}],"_postman_id":"21f0ca6b-41ff-44ee-b6b3-509a32947dcc"},{"name":"/vaccines/{vaccine_code}/general","id":"968baa13-ccd3-41ee-b609-4fe2d22bb8bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/{vaccine_code}/general","description":"<p>Returns information on the mechanism of vaccine action and dosage of the selected vaccine:</p>\n<ul>\n<li>Mechanism of action</li>\n<li>Typical adult dosage</li>\n<li>Typical pediatric dosage</li>\n<li>Subsequent booster</li>\n</ul>\n<p>The dosages listed represent “typical” regimens and may not be applicable to a specific patient. Pediatric dosage schedules do not necessarily apply to infants.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","{vaccine_code}","general"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"6eccaa34-691b-4d0f-bf7c-4748c729dc1f","name":"/vaccines/30015/general","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/30015/general"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:43:29 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1167"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"vaccine_code\": 30015,\n        \"vaccine\": \"Adenovirus vaccine\",\n        \"mechanism_of_action\": \"Live adenovirus serotypes 4 and 7\\n\\nAdditional comments / concerns:\\nHypersensitivity reactions\\n\\nCurrent use restricted to military (United States and Canada).\",\n        \"adult_dosage\": \"Administered as a single, three-layered tablet\",\n        \"child_dosage\": \"Use restricted to adults\",\n        \"booster\": \"None\",\n        \"toxic_effects\": [\n            {\n                \"id\": \"G\",\n                \"name\": \"Guillain-Barre syndrome\"\n            }\n        ],\n        \"contraindications\": [\n            {\n                \"code\": \"A\",\n                \"name\": \"Allergy to aminoglycosides\"\n            },\n            {\n                \"code\": \"HA\",\n                \"name\": \"Allergy to streptomycin / neomycin\"\n            },\n            {\n                \"code\": \"D\",\n                \"name\": \"Immune deficiency (live-agent preparations)\"\n            },\n            {\n                \"code\": \"C\",\n                \"name\": \"Immune-deficient household contact\"\n            },\n            {\n                \"code\": \"P\",\n                \"name\": \"Pregnancy\"\n            }\n        ],\n        \"references\": [\n            {\n                \"reference_number\": \"p 17728025\",\n                \"citation\": \"Vaccine 2007 Oct 10;25(41):7017-30.\",\n                \"short_citation\": \"\"\n            },\n            {\n                \"reference_number\": \"p 15174954\",\n                \"citation\": \"Expert Opin Investig Drugs 2004 Jun ;13(6):681-9.\",\n                \"short_citation\": \"\"\n            },\n            {\n                \"reference_number\": \"p 2560582\",\n                \"citation\": \"Semin Respir Infect 1989 Dec ;4(4):299-303.\",\n                \"short_citation\": \"\"\n            },\n            {\n                \"reference_number\": \"p 31548014\",\n                \"citation\": \"Vaccine 2019 Sep 20;\",\n                \"short_citation\": \"\"\n            }\n        ],\n        \"synonyms\": []\n    }\n}"}],"_postman_id":"968baa13-ccd3-41ee-b609-4fe2d22bb8bc"},{"name":"/vaccines/{vaccine_code}/mechanism-of-action","id":"33a067ff-80a1-40f0-a092-ce25c134a5c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/{vaccine_code}/mechanism-of-action","description":"<p>Returns \"mechanism of action\" of the selected vaccine.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","{vaccine_code}","mechanism-of-action"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"c8f2329a-7d22-411e-8205-2bf14004caa7","name":"/vaccines/30015/mechanism-of-action","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/30015/mechanism-of-action"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:43:41 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"250"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"vaccine_code\": 30015,\n        \"vaccine\": \"Adenovirus vaccine\",\n        \"mechanism_of_action\": \"Live adenovirus serotypes 4 and 7\\n\\nAdditional comments / concerns:\\nHypersensitivity reactions\\n\\nCurrent use restricted to military (United States and Canada).\"\n    }\n}"}],"_postman_id":"33a067ff-80a1-40f0-a092-ce25c134a5c8"},{"name":"/vaccines/{vaccine_code}/subsequent-booster","id":"f5fa0ef2-cca9-4a8a-96e6-dc77f577428b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/{vaccine_code}/subsequent-booster","description":"<p>Returns subsequent booster information of the selected vaccine.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","{vaccine_code}","subsequent-booster"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"aa307efe-a918-4073-bf64-652bf88c7208","name":"/vaccines/30015/subsequent-booster","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/30015/subsequent-booster"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:44:14 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"79"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"vaccine_code\": 30015,\n        \"vaccine\": \"Adenovirus vaccine\",\n        \"booster\": \"None\"\n    }\n}"}],"_postman_id":"f5fa0ef2-cca9-4a8a-96e6-dc77f577428b"},{"name":"/vaccines/{vaccine_code}/synonyms","id":"35ebe60e-9350-45b3-91c0-67371f32bf79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/{vaccine_code}/synonyms","description":"<p>Returns list of the proprietary (trade) names of the vaccine.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","{vaccine_code}","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"53052676-943e-4ab5-b40c-4dfb31ee6cf3","name":"/vaccines/30012/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/30012/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:44:50 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"105"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"Anthim (monoclonal antibody)\",\n        \"Anthrasil\",\n        \"Obiltoxaximab (monoclonal antibody)\",\n        \"Raxibacumab\"\n    ]\n}"}],"_postman_id":"35ebe60e-9350-45b3-91c0-67371f32bf79"},{"name":"/vaccines/{vaccine_code}/toxic-effects","id":"ae51cf0a-a8e0-4f04-9299-e94376803b7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/{vaccine_code}/toxic-effects","description":"<p>Returns list of toxic effects associated with the vaccine in question. The list is comprehensive, and individual forms of toxicity may not necessarily be common for any given vaccine.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["vaccines","{vaccine_code}","toxic-effects"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"09a570d2-d394-49ee-9d46-4206676cce52","name":"/vaccines/30012/toxic-effects","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/vaccines/30012/toxic-effects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Dec 2019 21:44:25 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"104"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"effects_code\": \"R\",\n            \"effects\": \"Rash (all forms)\"\n        },\n        {\n            \"effects_code\": \"S\",\n            \"effects\": \"Somnolence\"\n        }\n    ]\n}"}],"_postman_id":"ae51cf0a-a8e0-4f04-9299-e94376803b7b"}],"id":"f9fefabc-502a-4067-ad54-461bc2291b23","description":"<p>Vaccines API gives you access to encyclopedia of all vaccines used in humans to help you find out if there's a vaccine for a specific disease. As in the Drugs API, you can explore the use, dosage, side effects, etc. for every vaccine.</p>\n","_postman_id":"f9fefabc-502a-4067-ad54-461bc2291b23","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Travel","item":[{"name":"/travel/regions","id":"4bd6287c-fb45-44cc-b3d2-39d82237a60d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/regions","description":"<p>Returns the list of regions of travel. They represent mostly subdivisions of continents.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["travel","regions"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"ebdd5d44-af3b-4d4d-aa06-af0831410b42","name":"/travel/regions","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/regions"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:18:56 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"816"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"region_code\": 1,\n            \"region\": \"Africa, Central\"\n        },\n        {\n            \"region_code\": 2,\n            \"region\": \"Africa, East\"\n        },\n        {\n            \"region_code\": 3,\n            \"region\": \"Africa, North\"\n        }\n    ]\n}"}],"_postman_id":"4bd6287c-fb45-44cc-b3d2-39d82237a60d"},{"name":"/travel/regions/{region_code}/countries","id":"92fb7c8b-1c99-4b77-a1e1-630582fa172f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/regions/{region_code}/countries","description":"<p>Returns the list of countries belonging to the selected region.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["travel","regions","{region_code}","countries"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"66bfa857-96fd-4ba3-aa82-709bd2994ed6","name":"/travel/regions/1/countries","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/regions/1/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:19:08 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"484"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"country_code\": \"G106\",\n            \"country\": \"Angola\"\n        },\n        {\n            \"country_code\": \"G132\",\n            \"country\": \"Cameroon\"\n        },\n        {\n            \"country_code\": \"G137\",\n            \"country\": \"Central African Republic\"\n        }\n    ]\n}"}],"_postman_id":"92fb7c8b-1c99-4b77-a1e1-630582fa172f"},{"name":"/travel/countries/{country_code}/cdc-recommendation","id":"7b663ab9-e7d3-49ce-a646-a9c6f1d82472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/{country_code}/cdc-recommendation","description":"<p>Returns CDC recommendations for travelers to the selected country.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["travel","countries","{country_code}","cdc-recommendation"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"09d3d0a1-4ddf-4ac0-a673-a1ca5e75bfd7","name":"/travel/countries/G101/cdc-recommendation","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/G101/cdc-recommendation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:43:37 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"52"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"yellow_fever_cdc_recommendations\": \"None\"\n    }\n}"}],"_postman_id":"7b663ab9-e7d3-49ce-a646-a9c6f1d82472"},{"name":"/travel/countries/{country_code}/chloroquine-resistance","id":"54df0403-2ba1-4dd3-a0b4-25da8b71666f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/{country_code}/chloroquine-resistance","description":"<p>Returns information on chloroquine resistance for travelers to the selected country.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["travel","countries","{country_code}","chloroquine-resistance"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"8070bbb7-2529-4bb4-bd6b-a1c275ae338e","name":"/travel/countries/G101/chloroquine-resistance","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/G101/chloroquine-resistance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:44:18 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"55"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"malaria_chloroquine_resistance\": \"Confirmed\"\n    }\n}"}],"_postman_id":"54df0403-2ba1-4dd3-a0b4-25da8b71666f"},{"name":"/travel/countries/{country_code}/diseases","id":"5b578244-a4c6-49a5-bcf6-5ffdafcb35bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/{country_code}/diseases?return=Optional&search=Optional&limit=Optional&offset=Optional","description":"<p>Returns the list of relevant diseases for travelers to the selected country.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["travel","countries","{country_code}","diseases"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>detailed | simple (default)</p>\n","type":"text/plain"},"key":"return","value":"Optional"},{"description":{"content":"<p>String. prefix search</p>\n","type":"text/plain"},"key":"search","value":"Optional"},{"description":{"content":"<p>Numeric.  Specifies records per page</p>\n","type":"text/plain"},"key":"limit","value":"Optional"},{"description":{"content":"<p>Numeric. Specifies the starting record</p>\n","type":"text/plain"},"key":"offset","value":"Optional"}],"variable":[]}},"response":[{"id":"c4348155-d060-4b79-9bd3-92a31a2856ce","name":"/travel/countries/G292/diseases?return=detailed&search=b&limit=10&offset=5","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/travel/countries/G292/diseases?return=detailed&search=b&limit=10&offset=5","protocol":"https","host":["api","gideononline","com"],"path":["travel","countries","G292","diseases"],"query":[{"key":"return","value":"detailed"},{"key":"search","value":"b"},{"key":"limit","value":"10"},{"key":"offset","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 01:20:21 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"77490"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 10200,\n            \"disease\": \"Blastocystis hominis infection\",\n            \"agent_text\": \"PARASITE - Protozoa. \\r\\nChromista, Bigyra, Blastocystea:\\r\\n<i>Blastocystis hominis</i>. \\r\\n(taxonomic status remains uncertain)\",\n            \"reservoir_text\": \"Human\",\n            \"vehicle_text\": \"Fecal-oral, Water\",\n            \"vector_text\": \"None\",\n            \"incubation\": \"Unknown\",\n            \"clinical_note\": \"Symptoms ascribed to blastocystosis include leucocyte-negative diarrhea, nausea, pain {p 16863863} , flatulence and abdominal distention. {p 11586558} {p 2023289} \\r\\n - Some reports suggest an association between urticaria and <i>Blastocystis</i> infection. {p 23360793} {p 20922413} {p 18176765} {p 16637808} {p 16191864} {p 15368795} {p 8237719} {p 21790724} {p 24553977}\\r\\n - Symptoms usually last for 3 to 10 days, but may persist for weeks or months.  \\r\\n - <i>Blastocystis hominis</i> has also been implicated in the etiology of irritable bowel syndrome {p 18854485} {p 21870243} {p 28668983} , and may contribute to the development of anemia among infected pregnant women. {p 22167376}\\r\\n - A case of presumed <i>Blastocystis</i> appendicitis with peritonitis has been reported. {p 25528951}\\r\\n\\r\\nA search for alternative etiologies (including other infectious agents) should always be made in such patients. {p 8894352} {p 18629417}\",\n            \"clinical_hints\": \"The precise role of this organism in disease is controversial\\r\\n - Diarrhea and flatulence, usually without fever\\r\\n - The illness is similar to giardiasis\\r\\n - Increased risk among immune-suppressed patients\",\n            \"adult_therapy\": \"No treatment necessary for asymptomatic patients\\r\\n\\r\\nNitazoxanide 500 mg BID X 3 d. \\r\\nOR Metronidazole 750 mg TID X 10d. \\r\\nOR Tinidazole 2 G Once \\r\\nOR Sulfamethoxazole / Trimethoprim\",\n            \"pediatric_therapy\": \"No treatment necessary for asymptomatic patients \\r\\n\\r\\nNitazoxanide - \\r\\nAge 1 to 3 years: 5 ml (100 mg) PO Q12h X 3 days\\r\\nAge 4 to 11 years: 10 mg (200 mg) PO Q12h X 3 days; \\r\\nOR Metronidazole 15 mg/kg/d X 10d. \\r\\nOR Tinidazole (age >3) 50 mg/kg Once \\r\\nOR Sulfamethoxazole / Trimethoprim\",\n            \"diagnostic_tests\": \"Stool microscopy.\\r\\nNucleic acid amplification.\",\n            \"agents\": [\n                {\n                    \"agent_code\": 1008,\n                    \"agent\": \"Parasite\"\n                },\n                {\n                    \"agent_code\": 1009,\n                    \"agent\": \"Protozoan\"\n                }\n            ],\n            \"reservoirs\": [\n                {\n                    \"reservoir_code\": \"M\",\n                    \"reservoir\": \"Human\"\n                }\n            ],\n            \"vehicles\": [\n                {\n                    \"vehicle_code\": \"FE\",\n                    \"vehicle\": \"Fecal-oral (human)\"\n                },\n                {\n                    \"vehicle_code\": \"F\",\n                    \"vehicle\": \"Food\"\n                },\n                {\n                    \"vehicle_code\": \"W\",\n                    \"vehicle\": \"Water\"\n                }\n            ],\n            \"vectors\": [\n                {\n                    \"vector_code\": \"N\",\n                    \"vector\": \"None\"\n                }\n            ],\n            \"pathogens\": [\n                {\n                    \"pathogen_code\": 145,\n                    \"pathogen\": \"Blastocystis hominis\",\n                    \"is_drug_class\": \"N\"\n                }\n            ],\n            \"vaccines\": [],\n            \"icd9\": [\n                \"007.8\"\n            ],\n            \"icd10\": [\n                \"A07.8\"\n            ],\n            \"therapy_references\": [\n                {\n                    \"reference_number\": \"p 12650658\",\n                    \"citation\": \"J Travel Med 2003 Mar-Apr;10(2):128-30.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/12650658\"\n                },\n                {\n                    \"reference_number\": \"p 10566723\",\n                    \"citation\": \"Am J Gastroenterol 1999 Nov ;94(11):3245-7.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/10566723\"\n                },\n                {\n                    \"reference_number\": \"p 16234044\",\n                    \"citation\": \"Clin Gastroenterol Hepatol 2005 Oct ;3(10):987-91.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/16234044\"\n                }\n            ],\n            \"clinical_references\": [\n                {\n                    \"reference_number\": \"p 16863863\",\n                    \"citation\": \"J Pediatr Surg 2006 Aug ;41(8):1489-91.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/16863863\"\n                },\n                {\n                    \"reference_number\": \"p 11586558\",\n                    \"citation\": \"Gastroenterol Clin North Am 2001 Sep ;30(3):797-815, x.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/11586558\"\n                },\n                {\n                    \"reference_number\": \"p 2023289\",\n                    \"citation\": \"J Trop Med Hyg 1991 Apr ;94(2):118-22.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/2023289\"\n                },\n                {\n                    \"reference_number\": \"p 23360793\",\n                    \"citation\": \"Am J Med Sci 2013 Jul ;346(1):80-1.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/23360793\"\n                },\n                {\n                    \"reference_number\": \"p 20922413\",\n                    \"citation\": \"Parasitol Res 2011 Mar ;108(3):553-60.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/20922413\"\n                },\n                {\n                    \"reference_number\": \"p 18176765\",\n                    \"citation\": \"Acta Derm Venereol 2008  ;88(1):80-1.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/18176765\"\n                },\n                {\n                    \"reference_number\": \"p 16637808\",\n                    \"citation\": \"Australas J Dermatol 2006 May ;47(2):117-9.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/16637808\"\n                },\n                {\n                    \"reference_number\": \"p 16191864\",\n                    \"citation\": \"Acta Derm Venereol 2005  ;85(4):357-8.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/16191864\"\n                },\n                {\n                    \"reference_number\": \"p 15368795\",\n                    \"citation\": \"Eur Rev Med Pharmacol Sci 2004 May-Jun;8(3):117-20.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/15368795\"\n                },\n                {\n                    \"reference_number\": \"p 8237719\",\n                    \"citation\": \"Allergol Immunopathol (Madr) 1993 Jul-Aug;21(4):149-51.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/8237719\"\n                },\n                {\n                    \"reference_number\": \"p 21790724\",\n                    \"citation\": \"Clin Exp Dermatol 2011 Dec ;36(8):908-10.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/21790724\"\n                },\n                {\n                    \"reference_number\": \"p 24553977\",\n                    \"citation\": \"Parasitol Res 2014 Apr ;113(4):1585-90.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/24553977\"\n                },\n                {\n                    \"reference_number\": \"p 18854485\",\n                    \"citation\": \"Clin Microbiol Rev 2008 Oct ;21(4):639-65.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/18854485\"\n                },\n                {\n                    \"reference_number\": \"p 21870243\",\n                    \"citation\": \"Parasitol Res 2012 Mar ;110(3):1269-75.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/21870243\"\n                },\n                {\n                    \"reference_number\": \"p 28668983\",\n                    \"citation\": \"Parasitol Res 2017 Sep ;116(9):2361-2371.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/28668983\"\n                },\n                {\n                    \"reference_number\": \"p 22167376\",\n                    \"citation\": \"Parasitol Res 2012 Jun ;110(6):2167-74.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/22167376\"\n                },\n                {\n                    \"reference_number\": \"p 25528951\",\n                    \"citation\": \"Emerg Infect Dis 2015 Jan ;21(1):91-4.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/25528951\"\n                },\n                {\n                    \"reference_number\": \"p 8894352\",\n                    \"citation\": \"Clin Microbiol Rev 1996 Oct ;9(4):563-84.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/8894352\"\n                },\n                {\n                    \"reference_number\": \"p 18629417\",\n                    \"citation\": \"J Microbiol Immunol Infect 2008 Jun ;41(3):222-6.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/18629417\"\n                }\n            ],\n            \"adult_drugs\": [\n                {\n                    \"disease_code\": 10200,\n                    \"drug\": \"Trimethoprim\"\n                },\n                {\n                    \"disease_code\": 10200,\n                    \"drug\": \"Tinidazole\"\n                },\n                {\n                    \"disease_code\": 10200,\n                    \"drug\": \"Sulfamethoxazole / Trimethoprim\"\n                },\n                {\n                    \"disease_code\": 10200,\n                    \"drug\": \"Nitazoxanide\"\n                },\n                {\n                    \"disease_code\": 10200,\n                    \"drug\": \"Metronidazole\"\n                }\n            ],\n            \"pediatric_drugs\": [\n                {\n                    \"disease_code\": 10200,\n                    \"drug\": \"Trimethoprim\"\n                },\n                {\n                    \"disease_code\": 10200,\n                    \"drug\": \"Tinidazole\"\n                },\n                {\n                    \"disease_code\": 10200,\n                    \"drug\": \"Sulfamethoxazole / Trimethoprim\"\n                },\n                {\n                    \"disease_code\": 10200,\n                    \"drug\": \"Nitazoxanide\"\n                },\n                {\n                    \"disease_code\": 10200,\n                    \"drug\": \"Metronidazole\"\n                }\n            ],\n            \"synonyms\": [\n                \"Apoi\",\n                \"Blastocystiose\",\n                \"Blastocystis hominis\",\n                \"Zierdt-Garavelli disease\"\n            ]\n        }\n    ],\n    \"total\": 13,\n    \"offset\": 5,\n    \"limit\": 10\n}"}],"_postman_id":"5b578244-a4c6-49a5-bcf6-5ffdafcb35bb"},{"name":"/travel/countries/{country_code}/malaria-guideline","id":"ecdeb760-6e9c-4fb5-982d-163823c080b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/{country_code}/malaria-guideline","description":"<p>Returns information on Malaria guidelines for travelers to the selected country.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["travel","countries","{country_code}","malaria-guideline"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"13a51490-8fe9-4bdb-9012-24c962d09e2b","name":"/travel/countries/G101/malaria-guideline","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/G101/malaria-guideline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:43:48 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"106"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"malaria_areas_of_risk\": \"Risk April-December in all areas at altitudes below 2,500m (<6,561ft)\"\n    }\n}"}],"_postman_id":"ecdeb760-6e9c-4fb5-982d-163823c080b0"},{"name":"/travel/countries/{country_code}/prophylaxis-recommendation","id":"34999dd2-4420-4837-8e7f-e79ae9c2295e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/{country_code}/prophylaxis-recommendation","description":"<p>Returns information on prophylaxis recommendations of the CDC for travelers to the selected country.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["travel","countries","{country_code}","prophylaxis-recommendation"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"d5ef5f75-fa44-4b33-b682-f85f0c8753f2","name":"/travel/countries/G101/prophylaxis-recommendation","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/G101/prophylaxis-recommendation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:27:35 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"31"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"chlres\": \"Confirmed\"\n    }\n}"}],"_postman_id":"34999dd2-4420-4837-8e7f-e79ae9c2295e"},{"name":"/travel/countries/{country_code}/vaccination-coverage-chart","id":"057132cf-def1-44cc-bda9-36df3ad17a34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/{country_code}/vaccination-coverage-chart","description":"<p>Returns information on vaccination coverage</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["travel","countries","{country_code}","vaccination-coverage-chart"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"9561246a-5abc-49fa-9b9a-2ad123ed85c5","name":"/travel/countries/G101/vaccination-coverage-chart","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/G101/vaccination-coverage-chart"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Feb 2020 04:27:02 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"5861"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 12470,\n            \"disease\": \"Tuberculosis\",\n            \"country_code\": \"G101\",\n            \"country\": \"Afghanistan\",\n            \"title\": \"Afghanistan. Tuberculosis - WHO-UNICEF est. % BCG coverage\",\n            \"x_title\": \"Year\",\n            \"y_title\": \"\",\n            \"coordinates\": [\n                {\n                    \"x_axis\": \"1980\",\n                    \"y_axis\": \"33\"\n                },\n                {\n                    \"x_axis\": \"1981\",\n                    \"y_axis\": \"8\"\n                },\n                {\n                    \"x_axis\": \"1982\",\n                    \"y_axis\": \"10\"\n                },\n                {\n                    \"x_axis\": \"1983\",\n                    \"y_axis\": \"10\"\n                },\n                {\n                    \"x_axis\": \"1984\",\n                    \"y_axis\": \"11\"\n                },\n                {\n                    \"x_axis\": \"1985\",\n                    \"y_axis\": \"17\"\n                },\n                {\n                    \"x_axis\": \"1986\",\n                    \"y_axis\": \"18\"\n                },\n                {\n                    \"x_axis\": \"1987\",\n                    \"y_axis\": \"27\"\n                },\n                {\n                    \"x_axis\": \"1988\",\n                    \"y_axis\": \"40\"\n                },\n                {\n                    \"x_axis\": \"1989\",\n                    \"y_axis\": \"38\"\n                },\n                {\n                    \"x_axis\": \"1990\",\n                    \"y_axis\": \"30\"\n                },\n                {\n                    \"x_axis\": \"1991\",\n                    \"y_axis\": \"21\"\n                },\n                {\n                    \"x_axis\": \"1992\",\n                    \"y_axis\": \"19\"\n                },\n                {\n                    \"x_axis\": \"1993\",\n                    \"y_axis\": \"17\"\n                },\n                {\n                    \"x_axis\": \"1994\",\n                    \"y_axis\": \"15\"\n                },\n                {\n                    \"x_axis\": \"1995\",\n                    \"y_axis\": \"31\"\n                },\n                {\n                    \"x_axis\": \"1996\",\n                    \"y_axis\": \"47\"\n                },\n                {\n                    \"x_axis\": \"1997\",\n                    \"y_axis\": \"43\"\n                },\n                {\n                    \"x_axis\": \"1998\",\n                    \"y_axis\": \"35\"\n                },\n                {\n                    \"x_axis\": \"1999\",\n                    \"y_axis\": \"38\"\n                },\n                {\n                    \"x_axis\": \"2000\",\n                    \"y_axis\": \"30\"\n                },\n                {\n                    \"x_axis\": \"2001\",\n                    \"y_axis\": \"43\"\n                },\n                {\n                    \"x_axis\": \"2002\",\n                    \"y_axis\": \"46\"\n                },\n                {\n                    \"x_axis\": \"2003\",\n                    \"y_axis\": \"44\"\n                },\n                {\n                    \"x_axis\": \"2004\",\n                    \"y_axis\": \"51\"\n                },\n                {\n                    \"x_axis\": \"2005\",\n                    \"y_axis\": \"57\"\n                },\n                {\n                    \"x_axis\": \"2006\",\n                    \"y_axis\": \"60\"\n                },\n                {\n                    \"x_axis\": \"2007\",\n                    \"y_axis\": \"60\"\n                },\n                {\n                    \"x_axis\": \"2008\",\n                    \"y_axis\": \"66\"\n                },\n                {\n                    \"x_axis\": \"2009\",\n                    \"y_axis\": \"64\"\n                },\n                {\n                    \"x_axis\": \"2010\",\n                    \"y_axis\": \"68\"\n                },\n                {\n                    \"x_axis\": \"2011\",\n                    \"y_axis\": \"83\"\n                },\n                {\n                    \"x_axis\": \"2012\",\n                    \"y_axis\": \"89\"\n                },\n                {\n                    \"x_axis\": \"2013\",\n                    \"y_axis\": \"89\"\n                },\n                {\n                    \"x_axis\": \"2014\",\n                    \"y_axis\": \"97\"\n                },\n                {\n                    \"x_axis\": \"2015\",\n                    \"y_axis\": \"97\"\n                },\n                {\n                    \"x_axis\": \"2016\",\n                    \"y_axis\": \"87\"\n                },\n                {\n                    \"x_axis\": \"2017\",\n                    \"y_axis\": \"93\"\n                },\n                {\n                    \"x_axis\": \"2018\",\n                    \"y_axis\": \"98\"\n                }\n            ]\n        },\n        {\n            \"disease_code\": 12330,\n            \"disease\": \"Tetanus\",\n            \"country_code\": \"G101\",\n            \"country\": \"Afghanistan\",\n            \"title\": \"Afghanistan. Tetanus - WHO-UNICEF est. vaccine (DTP3 %) coverage\",\n            \"x_title\": \"Year\",\n            \"y_title\": \"\",\n            \"coordinates\": [\n                {\n                    \"x_axis\": \"1980\",\n                    \"y_axis\": \"4\"\n                },\n                {\n                    \"x_axis\": \"1981\",\n                    \"y_axis\": \"3\"\n                },\n                {\n                    \"x_axis\": \"1982\",\n                    \"y_axis\": \"5\"\n                },\n                {\n                    \"x_axis\": \"1983\",\n                    \"y_axis\": \"5\"\n                },\n                {\n                    \"x_axis\": \"1984\",\n                    \"y_axis\": \"16\"\n                },\n                {\n                    \"x_axis\": \"1985\",\n                    \"y_axis\": \"15\"\n                },\n                {\n                    \"x_axis\": \"1986\",\n                    \"y_axis\": \"11\"\n                },\n                {\n                    \"x_axis\": \"1987\",\n                    \"y_axis\": \"25\"\n                },\n                {\n                    \"x_axis\": \"1988\",\n                    \"y_axis\": \"35\"\n                },\n                {\n                    \"x_axis\": \"1989\",\n                    \"y_axis\": \"33\"\n                },\n                {\n                    \"x_axis\": \"1990\",\n                    \"y_axis\": \"25\"\n                },\n                {\n                    \"x_axis\": \"1991\",\n                    \"y_axis\": \"23\"\n                },\n                {\n                    \"x_axis\": \"1992\",\n                    \"y_axis\": \"21\"\n                },\n                {\n                    \"x_axis\": \"1993\",\n                    \"y_axis\": \"18\"\n                },\n                {\n                    \"x_axis\": \"1994\",\n                    \"y_axis\": \"12\"\n                },\n                {\n                    \"x_axis\": \"1995\",\n                    \"y_axis\": \"20\"\n                },\n                {\n                    \"x_axis\": \"1996\",\n                    \"y_axis\": \"31\"\n                },\n                {\n                    \"x_axis\": \"1997\",\n                    \"y_axis\": \"28\"\n                },\n                {\n                    \"x_axis\": \"1998\",\n                    \"y_axis\": \"27\"\n                },\n                {\n                    \"x_axis\": \"1999\",\n                    \"y_axis\": \"27\"\n                },\n                {\n                    \"x_axis\": \"2000\",\n                    \"y_axis\": \"24\"\n                },\n                {\n                    \"x_axis\": \"2001\",\n                    \"y_axis\": \"33\"\n                },\n                {\n                    \"x_axis\": \"2002\",\n                    \"y_axis\": \"36\"\n                },\n                {\n                    \"x_axis\": \"2003\",\n                    \"y_axis\": \"41\"\n                },\n                {\n                    \"x_axis\": \"2004\",\n                    \"y_axis\": \"50\"\n                },\n                {\n                    \"x_axis\": \"2005\",\n                    \"y_axis\": \"58\"\n                },\n                {\n                    \"x_axis\": \"2006\",\n                    \"y_axis\": \"58\"\n                },\n                {\n                    \"x_axis\": \"2007\",\n                    \"y_axis\": \"63\"\n                },\n                {\n                    \"x_axis\": \"2008\",\n                    \"y_axis\": \"64\"\n                },\n                {\n                    \"x_axis\": \"2009\",\n                    \"y_axis\": \"63\"\n                },\n                {\n                    \"x_axis\": \"2010\",\n                    \"y_axis\": \"66\"\n                },\n                {\n                    \"x_axis\": \"2011\",\n                    \"y_axis\": \"82\"\n                },\n                {\n                    \"x_axis\": \"2012\",\n                    \"y_axis\": \"87\"\n                },\n                {\n                    \"x_axis\": \"2013\",\n                    \"y_axis\": \"90\"\n                },\n                {\n                    \"x_axis\": \"2014\",\n                    \"y_axis\": \"95\"\n                },\n                {\n                    \"x_axis\": \"2015\",\n                    \"y_axis\": \"98\"\n                },\n                {\n                    \"x_axis\": \"2016\",\n                    \"y_axis\": \"81\"\n                },\n                {\n                    \"x_axis\": \"2017\",\n                    \"y_axis\": \"81\"\n                },\n                {\n                    \"x_axis\": \"2018\",\n                    \"y_axis\": \"87\"\n                }\n            ]\n        },\n        {\n            \"disease_code\": 11450,\n            \"disease\": \"Measles\",\n            \"country_code\": \"G101\",\n            \"country\": \"Afghanistan\",\n            \"title\": \"Afghanistan. Measles - WHO-UNICEF est. % vaccine coverage\",\n            \"x_title\": \"Year\",\n            \"y_title\": \"\",\n            \"coordinates\": [\n                {\n                    \"x_axis\": \"1980\",\n                    \"y_axis\": \"11\"\n                },\n                {\n                    \"x_axis\": \"1981\",\n                    \"y_axis\": \"6\"\n                },\n                {\n                    \"x_axis\": \"1982\",\n                    \"y_axis\": \"8\"\n                },\n                {\n                    \"x_axis\": \"1983\",\n                    \"y_axis\": \"9\"\n                },\n                {\n                    \"x_axis\": \"1984\",\n                    \"y_axis\": \"14\"\n                },\n                {\n                    \"x_axis\": \"1985\",\n                    \"y_axis\": \"14\"\n                },\n                {\n                    \"x_axis\": \"1986\",\n                    \"y_axis\": \"14\"\n                },\n                {\n                    \"x_axis\": \"1987\",\n                    \"y_axis\": \"31\"\n                },\n                {\n                    \"x_axis\": \"1988\",\n                    \"y_axis\": \"34\"\n                },\n                {\n                    \"x_axis\": \"1989\",\n                    \"y_axis\": \"22\"\n                },\n                {\n                    \"x_axis\": \"1990\",\n                    \"y_axis\": \"20\"\n                },\n                {\n                    \"x_axis\": \"1991\",\n                    \"y_axis\": \"19\"\n                },\n                {\n                    \"x_axis\": \"1992\",\n                    \"y_axis\": \"22\"\n                },\n                {\n                    \"x_axis\": \"1993\",\n                    \"y_axis\": \"25\"\n                },\n                {\n                    \"x_axis\": \"1994\",\n                    \"y_axis\": \"40\"\n                },\n                {\n                    \"x_axis\": \"1995\",\n                    \"y_axis\": \"41\"\n                },\n                {\n                    \"x_axis\": \"1996\",\n                    \"y_axis\": \"42\"\n                },\n                {\n                    \"x_axis\": \"1997\",\n                    \"y_axis\": \"38\"\n                },\n                {\n                    \"x_axis\": \"1998\",\n                    \"y_axis\": \"31\"\n                },\n                {\n                    \"x_axis\": \"1999\",\n                    \"y_axis\": \"31\"\n                },\n                {\n                    \"x_axis\": \"2000\",\n                    \"y_axis\": \"27\"\n                },\n                {\n                    \"x_axis\": \"2001\",\n                    \"y_axis\": \"37\"\n                },\n                {\n                    \"x_axis\": \"2002\",\n                    \"y_axis\": \"35\"\n                },\n                {\n                    \"x_axis\": \"2003\",\n                    \"y_axis\": \"39\"\n                },\n                {\n                    \"x_axis\": \"2004\",\n                    \"y_axis\": \"48\"\n                },\n                {\n                    \"x_axis\": \"2005\",\n                    \"y_axis\": \"50\"\n                },\n                {\n                    \"x_axis\": \"2006\",\n                    \"y_axis\": \"53\"\n                },\n                {\n                    \"x_axis\": \"2007\",\n                    \"y_axis\": \"55\"\n                },\n                {\n                    \"x_axis\": \"2008\",\n                    \"y_axis\": \"59\"\n                },\n                {\n                    \"x_axis\": \"2009\",\n                    \"y_axis\": \"60\"\n                },\n                {\n                    \"x_axis\": \"2010\",\n                    \"y_axis\": \"62\"\n                },\n                {\n                    \"x_axis\": \"2011\",\n                    \"y_axis\": \"75\"\n                },\n                {\n                    \"x_axis\": \"2012\",\n                    \"y_axis\": \"81\"\n                },\n                {\n                    \"x_axis\": \"2013\",\n                    \"y_axis\": \"82\"\n                },\n                {\n                    \"x_axis\": \"2014\",\n                    \"y_axis\": \"88\"\n                },\n                {\n                    \"x_axis\": \"2015\",\n                    \"y_axis\": \"90\"\n                },\n                {\n                    \"x_axis\": \"2016\",\n                    \"y_axis\": \"75\"\n                },\n                {\n                    \"x_axis\": \"2017\",\n                    \"y_axis\": \"78\"\n                },\n                {\n                    \"x_axis\": \"2018\",\n                    \"y_axis\": \"82\"\n                }\n            ]\n        },\n        {\n            \"disease_code\": 11890,\n            \"disease\": \"Poliomyelitis and acute flaccid paralysis\",\n            \"country_code\": \"G101\",\n            \"country\": \"Afghanistan\",\n            \"title\": \"Afghanistan. Poliomyelitis - WHO-UNICEF est. % vaccine (POL3) coverage\",\n            \"x_title\": \"Year\",\n            \"y_title\": \"\",\n            \"coordinates\": [\n                {\n                    \"x_axis\": \"1980\",\n                    \"y_axis\": \"3\"\n                },\n                {\n                    \"x_axis\": \"1981\",\n                    \"y_axis\": \"3\"\n                },\n                {\n                    \"x_axis\": \"1982\",\n                    \"y_axis\": \"5\"\n                },\n                {\n                    \"x_axis\": \"1983\",\n                    \"y_axis\": \"5\"\n                },\n                {\n                    \"x_axis\": \"1984\",\n                    \"y_axis\": \"16\"\n                },\n                {\n                    \"x_axis\": \"1985\",\n                    \"y_axis\": \"15\"\n                },\n                {\n                    \"x_axis\": \"1986\",\n                    \"y_axis\": \"11\"\n                },\n                {\n                    \"x_axis\": \"1987\",\n                    \"y_axis\": \"25\"\n                },\n                {\n                    \"x_axis\": \"1988\",\n                    \"y_axis\": \"35\"\n                },\n                {\n                    \"x_axis\": \"1989\",\n                    \"y_axis\": \"33\"\n                },\n                {\n                    \"x_axis\": \"1990\",\n                    \"y_axis\": \"25\"\n                },\n                {\n                    \"x_axis\": \"1991\",\n                    \"y_axis\": \"23\"\n                },\n                {\n                    \"x_axis\": \"1992\",\n                    \"y_axis\": \"21\"\n                },\n                {\n                    \"x_axis\": \"1993\",\n                    \"y_axis\": \"18\"\n                },\n                {\n                    \"x_axis\": \"1994\",\n                    \"y_axis\": \"8\"\n                },\n                {\n                    \"x_axis\": \"1995\",\n                    \"y_axis\": \"20\"\n                },\n                {\n                    \"x_axis\": \"1996\",\n                    \"y_axis\": \"31\"\n                },\n                {\n                    \"x_axis\": \"1997\",\n                    \"y_axis\": \"28\"\n                },\n                {\n                    \"x_axis\": \"1998\",\n                    \"y_axis\": \"28\"\n                },\n                {\n                    \"x_axis\": \"1999\",\n                    \"y_axis\": \"27\"\n                },\n                {\n                    \"x_axis\": \"2000\",\n                    \"y_axis\": \"24\"\n                },\n                {\n                    \"x_axis\": \"2001\",\n                    \"y_axis\": \"35\"\n                },\n                {\n                    \"x_axis\": \"2002\",\n                    \"y_axis\": \"36\"\n                },\n                {\n                    \"x_axis\": \"2003\",\n                    \"y_axis\": \"41\"\n                },\n                {\n                    \"x_axis\": \"2004\",\n                    \"y_axis\": \"50\"\n                },\n                {\n                    \"x_axis\": \"2005\",\n                    \"y_axis\": \"58\"\n                },\n                {\n                    \"x_axis\": \"2006\",\n                    \"y_axis\": \"58\"\n                },\n                {\n                    \"x_axis\": \"2007\",\n                    \"y_axis\": \"63\"\n                },\n                {\n                    \"x_axis\": \"2008\",\n                    \"y_axis\": \"64\"\n                },\n                {\n                    \"x_axis\": \"2009\",\n                    \"y_axis\": \"63\"\n                },\n                {\n                    \"x_axis\": \"2010\",\n                    \"y_axis\": \"66\"\n                },\n                {\n                    \"x_axis\": \"2011\",\n                    \"y_axis\": \"82\"\n                },\n                {\n                    \"x_axis\": \"2012\",\n                    \"y_axis\": \"87\"\n                },\n                {\n                    \"x_axis\": \"2013\",\n                    \"y_axis\": \"90\"\n                },\n                {\n                    \"x_axis\": \"2014\",\n                    \"y_axis\": \"90\"\n                },\n                {\n                    \"x_axis\": \"2015\",\n                    \"y_axis\": \"97\"\n                },\n                {\n                    \"x_axis\": \"2016\",\n                    \"y_axis\": \"81\"\n                },\n                {\n                    \"x_axis\": \"2017\",\n                    \"y_axis\": \"81\"\n                },\n                {\n                    \"x_axis\": \"2018\",\n                    \"y_axis\": \"86\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"057132cf-def1-44cc-bda9-36df3ad17a34"},{"name":"/travel/countries/{country_code}/vaccine-schedule","id":"8f88d3a6-4edc-42eb-9988-9408db631db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/{country_code}/vaccine-schedule","description":"<p>Returns information on routine vaccination schedules for travelers to the selected country.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["travel","countries","{country_code}","vaccine-schedule"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"77bd81a9-3389-4300-a230-f2430c3655cd","name":"/travel/countries/G101/vaccine-schedule","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/G101/vaccine-schedule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 01:26:20 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"288"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"vaccination-schedule\": \"BCG - birth \\r\\nDTwPHibHepB - 6,10,14 weeks\\r\\nHepB - birth\\r\\nIPV - 14 weeks\\r\\nMeasles - 9,18 months \\r\\nOPV - birth; 6,10,14 weeks; 9 months  \\r\\nPneumo conj  - 6,10,14 weeks\\r\\nRotavirus - 6, 10 weeks\\r\\nTT - 1st contact; +1, +6 months; +1, +1 year\"\n    }\n}"}],"_postman_id":"8f88d3a6-4edc-42eb-9988-9408db631db3"},{"name":"/travel/countries/{country_code}/yellow-fever-guideline","id":"51ff58c7-7680-4154-a313-e770ae5ef430","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/G101/yellow-fever-guideline","description":"<p>Returns the yellow fever guidelines for travelers to the selected country.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["travel","countries","G101","yellow-fever-guideline"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"5406c13b-4eea-4c1e-94b8-31177f394fe5","name":"/travel/countries/G101/yellow-fever-guideline","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/travel/countries/G101/yellow-fever-guideline"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:43:07 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"yellow_fever_country_requirements\": \"If traveling from a country with risk of yellow fever transmission\"\n    }\n}"}],"_postman_id":"51ff58c7-7680-4154-a313-e770ae5ef430"}],"id":"1c6d3192-f162-4a9d-9b6f-6456ca2efe67","description":"<p>The Travel module provides pre-travel information for travelers as well as specific information about diseases relevant to each country, including vaccine schedules and outbreaks.</p>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f76368b2-affa-457a-927e-c0fba8930aa3"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"474049b4-d4ea-4d5a-9ea2-b3a061c39c51"}}],"_postman_id":"1c6d3192-f162-4a9d-9b6f-6456ca2efe67","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Bacteria","item":[{"name":"/microbiology/bacteria","id":"6729f78c-6dff-468c-bcc9-bee39ba8e850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria?return=detailed","description":"<p>Returns the list of all bacteria. An optional parameter <strong>return</strong> can be used to determine the amount of data returned for each bacterium.</p>\n<ul>\n<li>return=simple (typically returns just the code and name)</li>\n<li>return=detailed</li>\n</ul>\n<p>Bacteria Object</p>\n<ul>\n<li>code: unique identifier </li>\n<li>name: name of the bacterium</li>\n<li>notes: </li>\n<li>ecology:</li>\n<li>pathogen_susceptibility:</li>\n<li>vaccines:</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","bacteria"],"host":["api","gideononline","com"],"query":[{"key":"return","value":"detailed"}],"variable":[]}},"response":[{"id":"7f2f15f9-5ac2-44d4-a121-675f9a3bad9c","name":"/microbiology/bacteria","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/microbiology/bacteria?return=detailed","protocol":"https","host":["api","gideononline","com"],"path":["microbiology","bacteria"],"query":[{"key":"return","value":"detailed"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:48:22 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"2994"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"bacteria_code\": 4917,\n            \"bacteria\": \"Abiotrophia defectiva\",\n            \"notes\": \"Alpha hemolytic\\r\\nNutritionally-variant streptococcus (requires pyridoxal-supplemented media)\\r\\nDoes not require L-cysteine\\r\\nAlpha galactosidase-positive.\",\n            \"ecology\": \"Uncommon agent of subacute bacterial endocarditis. {p 7547302}\",\n            \"pathogens\": \"109\",\n            \"vaccines\": [],\n            \"synonyms\": [\n                \"Pyridoxal-dependent Streptococcus [2]\",\n                \"Abiotrophia genotype 1\",\n                \"Nutritionally dependent Streptococcus [2]\",\n                \"Streptococcus defectiva\",\n                \"Streptococcus defectivus\"\n            ]\n        }\n    ],\n    \"total\": 1719,\n    \"offset\": 0,\n    \"limit\": 10\n}"}],"_postman_id":"6729f78c-6dff-468c-bcc9-bee39ba8e850"},{"name":"/microbiology/bacteria/identify","id":"2dc8ef5f-af5c-4adb-8d58-6e01f40cd037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/identify?B02=2&B03=1","description":"<p>The Identify request of bacteria returns filtered lists of taxa relevant to the selected phenotypic characteristics that were passed as a request. The list is ranked by organism occurrence and likelihood of individual test results (Bayesian analysis).  </p>\n<p>Here's the format of the phenotypic characteristics passed in as part of the request: </p>\n<blockquote>\n<p>/microbiology/bacteria/identify?{code}=1|2&amp;{code}=1|2...  // 1 = yes and 2 = no.</p>\n</blockquote>\n<p>For list of all relevant test {code}s, refer to this endpoint:</p>\n<blockquote>\n<p>/microbiology/bacteria/tests</p>\n</blockquote>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","bacteria","identify"],"host":["api","gideononline","com"],"query":[{"key":"B02","value":"2"},{"key":"B03","value":"1"}],"variable":[]}},"response":[{"id":"46f4893e-a5c7-4175-9779-dbe24210dd8a","name":"/microbiology/bacteria/identify","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/microbiology/bacteria/identify?B02=2&B03=1","protocol":"https","host":["api","gideononline","com"],"path":["microbiology","bacteria","identify"],"query":[{"key":"B02","value":"2"},{"key":"B03","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 02:02:34 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"10601"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"bacteria_code\": 3400,\n            \"bacteria\": \"Neisseria gonorrhoeae\",\n            \"probability\": 34.803896574652732\n        },\n        {\n            \"bacteria_code\": 3420,\n            \"bacteria\": \"Neisseria meningitidis\",\n            \"probability\": 17.401948287326366\n        },\n        {\n            \"bacteria_code\": 30,\n            \"bacteria\": \"Acinetobacter baumannii\",\n            \"probability\": 14.878665785664044\n        }\n    ]\n}"}],"_postman_id":"2dc8ef5f-af5c-4adb-8d58-6e01f40cd037"},{"name":"/microbiology/bacteria/synonyms","id":"93ad767f-6123-4c6e-a4e8-45fa5e10f108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/synonyms","description":"<p>Returns list of synonyms, which include previous names of taxa.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","bacteria","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"5bee19cb-b33f-4e2a-888f-d10760386fb4","name":"/microbiology/bacteria/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:48:41 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"124135"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"bacteria_code\": 2760,\n            \"bacteria\": \"Abel's bacillus\"\n        },\n        {\n            \"bacteria_code\": 4865,\n            \"bacteria\": \"Abiotrophia adiacens\"\n        },\n        {\n            \"bacteria_code\": 4865,\n            \"bacteria\": \"Abiotrophia adjacens\"\n        }\n    ]\n}"}],"_postman_id":"93ad767f-6123-4c6e-a4e8-45fa5e10f108"},{"name":"/microbiology/bacteria/tests","id":"5ecd591b-b130-44d8-9999-ea3d89259dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/tests","description":"<p>Returns list of phenotypic_test object.  </p>\n<p>Phenotypic Test object</p>\n<ul>\n<li>id: unique identifier for this phenotypic test</li>\n<li>phenotypic_test: name of the phenotypic test</li>\n<li>yeselim: list of codes that this phenotypic test eliminates if this test is marked YES.</li>\n<li>noelim: list of codes that this phenotypic test eliminates if this test is marked NO.</li>\n<li>yesconflict: list of codes that this phenotypic test conflicts with if this test is marked YES.</li>\n<li>description: description of the phenotypic test</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","bacteria","tests"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"13816822-a79f-44ae-ae0c-9f0f57bdb052","name":"/microbiology/bacteria/tests","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/tests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 04:46:15 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"5200"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"phenotype_code\": \"B29\",\n            \"phenotype\": \"Growth on MacConkey agar\"\n        },\n        {\n            \"phenotype_code\": \"FAN\",\n            \"phenotype\": \"Melibiose\"\n        },\n        {\n            \"phenotype_code\": \"FAO\",\n            \"phenotype\": \"Raffinose\"\n        }\n    ]\n}"}],"_postman_id":"5ecd591b-b130-44d8-9999-ea3d89259dd0"},{"name":"/microbiology/bacteria/{bacteria_code}/general","id":"c2d1cf17-a7cd-4bee-9d34-1fc9883aa2d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/{bacteria_code}/general","description":"<p>Returns the following pathogen information of the selected pathogen.</p>\n<ul>\n<li>Ecology</li>\n<li>Details of growth and Incubation</li>\n<li>Morphology</li>\n<li>Disease association</li>\n<li>Drug susceptibility</li>\n<li>Vaccines</li>\n<li>Synonyms</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","bacteria","{bacteria_code}","general"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"b3eeac81-344f-4024-ad59-2f056d673ed2","name":"/microbiology/bacteria/4917/general","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/4917/general"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:48:56 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"571"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"bacteria_code\": 4917,\n        \"bacteria\": \"Abiotrophia defectiva\",\n        \"notes\": \"Alpha hemolytic\\r\\nNutritionally-variant streptococcus (requires pyridoxal-supplemented media)\\r\\nDoes not require L-cysteine\\r\\nAlpha galactosidase-positive.\",\n        \"ecology\": \"Uncommon agent of subacute bacterial endocarditis. {p 7547302}\",\n        \"drug_susceptibility\": [\n            {\n                \"CODE\": 109,\n                \"PATHOGEN\": \"Abiotrophia defectiva\"\n            }\n        ],\n        \"vaccines\": [],\n        \"synonyms\": [\n            \"Pyridoxal-dependent Streptococcus [2]\",\n            \"Abiotrophia genotype 1\",\n            \"Nutritionally dependent Streptococcus [2]\",\n            \"Streptococcus defectiva\",\n            \"Streptococcus defectivus\"\n        ]\n    }\n}"}],"_postman_id":"c2d1cf17-a7cd-4bee-9d34-1fc9883aa2d7"},{"name":"/microbiology/bacteria/{bacteria_code}/notes","id":"6cde1ff1-ef31-43a7-97b0-0a470e3bbe1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/{bacteria_code}/notes","description":"<p>Returns a specific note pertaining to a pathogen.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","bacteria","{bacteria_code}","notes"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"9e7d92a4-fca8-4d94-9e0a-f683fb789874","name":"/microbiology/bacteria/4917/notes","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/4917/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:49:21 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"179"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"notes\": \"Alpha hemolytic\\r\\nNutritionally-variant streptococcus (requires pyridoxal-supplemented media)\\r\\nDoes not require L-cysteine\\r\\nAlpha galactosidase-positive.\"\n    }\n}"}],"_postman_id":"6cde1ff1-ef31-43a7-97b0-0a470e3bbe1d"},{"name":"/microbiology/bacteria/{bacteria_code}/ecology","id":"38adebd7-1db6-480e-90d4-ef2f0adeec41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/{bacteria_code}/ecology","description":"<p>Returns information on microbial relationship with one another and with their environment.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","bacteria","{bacteria_code}","ecology"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"01f582c0-0b81-4a5c-b260-ddfba82fc7bd","name":"/microbiology/bacteria/4917/ecology","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/4917/ecology"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:49:38 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"85"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ecology\": \"Uncommon agent of subacute bacterial endocarditis. {p 7547302}\"\n    }\n}"}],"_postman_id":"38adebd7-1db6-480e-90d4-ef2f0adeec41"},{"name":"/microbioloy/bacteria/{bacteria_code}/drug-susceptibility","id":"fb751b3d-bc3d-4abb-8b94-e2907e431363","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/{bacteria_code}/drug-susceptibility","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","bacteria","{bacteria_code}","drug-susceptibility"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"4ef2997a-2270-4ead-8581-b7e60db3425b","name":"/microbioloy/bacteria/4917/drug-susceptibility","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/4917/drug-susceptibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 04:42:46 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"67"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"pathogen_code\": 109,\n            \"pathogen\": \"Abiotrophia defectiva\"\n        }\n    ]\n}"}],"_postman_id":"fb751b3d-bc3d-4abb-8b94-e2907e431363"},{"name":"/microbiology/bacteria/{bacteria_code}/phenotype","id":"41856287-4b6d-483d-a3ba-37122724f7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/{bacteria_code}/phenotype","description":"<p>Returns the list of the positive and negative reaction indicators.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","bacteria","{bacteria_code}","phenotype"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"5001f61b-da15-44e7-b456-885ab1cde046","name":"/microbiology/bacteria/4917/phenotype","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/4917/phenotype"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 04:45:34 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1347"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"phenotype_code\": \"B02\",\n            \"percent\": 100,\n            \"phenotype\": \"Gram positive\"\n        },\n        {\n            \"phenotype_code\": \"B03\",\n            \"percent\": 100,\n            \"phenotype\": \"Coccus\"\n        },\n        {\n            \"phenotype_code\": \"B04\",\n            \"percent\": 100,\n            \"phenotype\": \"Coccus - pairs or chains predominate\"\n        }\n    ]\n}"}],"_postman_id":"41856287-4b6d-483d-a3ba-37122724f7a4"},{"name":"/microbiology/bacteria/{bacteria_code}/synonyms","id":"82f0b0a2-386d-4350-838b-c7187044da8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/{bacteria_code}/synonyms","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","bacteria","{bacteria_code}","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"2c30a59d-22d5-44b5-a7be-50ee832b6123","name":"/microbiology/bacteria/4917/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/4917/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 01:55:09 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"Pyridoxal-dependent Streptococcus [2]\",\n        \"Abiotrophia genotype 1\",\n        \"Nutritionally dependent Streptococcus [2]\",\n        \"Streptococcus defectiva\",\n        \"Streptococcus defectivus\"\n    ]\n}"}],"_postman_id":"82f0b0a2-386d-4350-838b-c7187044da8c"},{"name":"/microbioloy/bacteria/{bacteria_code}/vaccines","id":"c319cdf3-e136-41f6-9d7f-d7730d02f06d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/{bacteria_code}/vaccines","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","bacteria","{bacteria_code}","vaccines"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"c0b109e6-c38e-4936-910a-6c73661ec99c","name":"/microbioloy/bacteria/1360/vaccines","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/bacteria/1360/vaccines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 04:43:48 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"307"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"vaccine_code\": 30070,\n            \"vaccine\": \"DTP vaccine\"\n        },\n        {\n            \"vaccine_code\": 30080,\n            \"vaccine\": \"DT vaccine\"\n        },\n        {\n            \"vaccine_code\": 30090,\n            \"vaccine\": \"DTaP vaccine\"\n        },\n        {\n            \"vaccine_code\": 30330,\n            \"vaccine\": \"Td vaccine\"\n        },\n        {\n            \"vaccine_code\": 30340,\n            \"vaccine\": \"Tetanus immune globulin\"\n        },\n        {\n            \"vaccine_code\": 30350,\n            \"vaccine\": \"Tetanus vaccine\"\n        }\n    ]\n}"}],"_postman_id":"c319cdf3-e136-41f6-9d7f-d7730d02f06d"}],"id":"f4884317-eb56-43b4-a20e-4ffd9e1ab353","description":"<p>The next 3 APIs (Bacteria, Mycobacteria, and Yeasts) are designed to help users identify and characteria all bacteria and yeasts associated with humans. The speciation of Parasites, Viruses and Molds is based on a more complex array of tests which are beyond the scope of most clinical laboratories. Virtually all human pathogens and commensals are listed. Phenotypic and biochemical tests were selected to reflect those generally available in routine clinical laboratories. In some cases, the laboratory test profile entered by the user is not compatible with the organisms included in GIDEON.</p>\n<p>The database includes known or estimated incidence/prevalence rates for over 1,600 taxa, as well at the phenotypic characteristics used in their laboratory testing. Data are entered into a Bayesian matrix, which then lists all likely taxa in descending order of probability. Laboratory profiles of individual species can then be compared and analyzed.</p>\n<p>Data are derived from all standard texts and journals through individual and electronic search. These data are upgraded on a continual basis, and phenotypic characteristics, new taxa, and classification are automatically refined in successive updates.</p>\n","_postman_id":"f4884317-eb56-43b4-a20e-4ffd9e1ab353","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Mycobacteria","item":[{"name":"/microbiology/mycobacteria","id":"7aab5a2d-383f-4cf6-9384-5e6696a538e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria?return=Optional&search=Optional&limit=Optional&offset=Optional","description":"<p>Returns the list of all mycobacteria. An optional parameter <strong>return</strong> can be used to determine the amount of data returned for each mycobacteria.</p>\n<ul>\n<li>return=simple (typically returns just the code and name)</li>\n<li>return=detailed\nYou can also perform a prefix search by using the optional parameter <strong>search</strong>.</li>\n</ul>\n<p>Bacteria Object</p>\n<ul>\n<li>code: unique identifier </li>\n<li>name: name of the bacteria</li>\n<li>notes: </li>\n<li>ecology:</li>\n<li>pathogen_susceptibility:</li>\n<li>vaccines:</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","mycobacteria"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>detailed | simple (default)</p>\n","type":"text/plain"},"key":"return","value":"Optional"},{"description":{"content":"<p>String. prefix search</p>\n","type":"text/plain"},"key":"search","value":"Optional"},{"description":{"content":"<p>Numeric.  Specifies records per page</p>\n","type":"text/plain"},"key":"limit","value":"Optional"},{"description":{"content":"<p>Numeric. Specifies the starting record</p>\n","type":"text/plain"},"key":"offset","value":"Optional"}],"variable":[]}},"response":[{"id":"d59d259b-ebbc-41f6-9846-84bb067bf3d5","name":"/microbiology/mycobacteria?return=detailed&search=m&limit=10&offset=20","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/microbiology/mycobacteria?return=detailed&search=m&limit=10&offset=20","protocol":"https","host":["api","gideononline","com"],"path":["microbiology","mycobacteria"],"query":[{"key":"return","value":"detailed"},{"key":"search","value":"m"},{"key":"limit","value":"10"},{"key":"offset","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 04:53:02 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"3254"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"mycobacteria_code\": 8060,\n            \"mycobacteria\": \"Mycobacterium bovis\",\n            \"notes\": \"Susceptible to T2H (thiophene-2-carboxylic acid hydrazide)\\r\\nSubsurface growth predominates in broth\\r\\nAn attenuated strain is used in vaccination (BCG).\",\n            \"ecology\": \"Found in a variety of mammals and in milk consumed by humans\\r\\nBCG vaccine is prepared from an attenuated strain of Mycobacterium bovis\\r\\nAgent of scrofula\\r\\nRarely identified in other instances of human infection.\",\n            \"pathogens\": \"589\",\n            \"vaccines\": [],\n            \"synonyms\": [\n                \"BCG\",\n                \"Bacillus Calmette-Guerin\",\n                \"Bovine tubercle bacillus\",\n                \"Mycob. Bovine tubercle bacilli\",\n                \"Mycob. tuberculosis typus bovinus\",\n                \"Mycob. tuberculosis var. bovis\"\n            ]\n        }\n    ],\n    \"total\": 149,\n    \"offset\": 20,\n    \"limit\": 10\n}"}],"_postman_id":"7aab5a2d-383f-4cf6-9384-5e6696a538e7"},{"name":"/microbiology/mycobacteria/identify","id":"8410d016-dd4d-4789-8f64-a58e85c350bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/identify?C01=1&C04=2","description":"<p>The Identify request of mycobacteria returns filtered lists of taxa relevant to the selected phenotypic characteristics that were passed as a request. The list is ranked by organism occurrence and likelihood of individual test results (Bayesian analysis).  </p>\n<p>Here's the format of the phenotypic characteristics passed in as part of the request: </p>\n<blockquote>\n<p>/microbiology/mycobacteria/identify?{code}=1|2&amp;{code}=1|2...  // 1 = yes and 2 = no.</p>\n</blockquote>\n<p>For list of all relevant test {code}s, refer to this endpoint:</p>\n<blockquote>\n<p>/microbiology/mycobacteria/tests</p>\n</blockquote>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","mycobacteria","identify"],"host":["api","gideononline","com"],"query":[{"key":"C01","value":"1"},{"key":"C04","value":"2"}],"variable":[]}},"response":[{"id":"e6068220-ef86-4830-8e5d-aae970ae38ad","name":"/microbiology/mycobacteria/identify","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/microbiology/mycobacteria/identify?C01=1&C04=2","protocol":"https","host":["api","gideononline","com"],"path":["microbiology","mycobacteria","identify"],"query":[{"key":"C01","value":"1"},{"key":"C04","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:13:50 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"8060"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"mycobacteria_code\": 8350,\n            \"mycobacteria\": \"Mycobacterium tuberculosis\",\n            \"probability\": 22.27995205354318\n        },\n        {\n            \"mycobacteria_code\": 8270,\n            \"mycobacteria\": \"Mycobacterium scrofulaceum\",\n            \"probability\": 13.367971232125909\n        },\n        {\n            \"mycobacteria_code\": 8190,\n            \"mycobacteria\": \"Mycobacterium intracellulare\",\n            \"probability\": 13.367971232125909\n        }\n    ]\n}"}],"_postman_id":"8410d016-dd4d-4789-8f64-a58e85c350bd"},{"name":"/microbiology/mycobacteria/synonyms","id":"0514dc3c-f376-467e-812d-95032c0f2ea5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/synonyms","description":"<p>Returns list of synonyms, which include previous names of taxa.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","mycobacteria","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"a6c4c15b-0d1b-4369-9870-e3dce69b65a6","name":"/microbiology/mycobacteria/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 04:58:27 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"6615"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"mycobacteria_code\": 8050,\n            \"mycobacteria\": \"Avian tubercle bacillus\"\n        },\n        {\n            \"mycobacteria_code\": 8060,\n            \"mycobacteria\": \"Bacillus Calmette-Guerin\"\n        },\n        {\n            \"mycobacteria_code\": 8350,\n            \"mycobacteria\": \"Bacillus Koch\"\n        }\n    ]\n}"}],"_postman_id":"0514dc3c-f376-467e-812d-95032c0f2ea5"},{"name":"/microbiology/mycobacteria/tests","id":"7b2c02ad-9c57-485d-9847-b41b95e90885","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/tests","description":"<p>Returns list of phenotypic_test object.  </p>\n<p>Phenotypic Test object</p>\n<ul>\n<li>id: unique identifier for this phenotypic test</li>\n<li>phenotypic_test: name of the phenotypic test</li>\n<li>yeselim: list of codes that this phenotypic test eliminates if this test is marked YES.</li>\n<li>noelim: list of codes that this phenotypic test eliminates if this test is marked NO.</li>\n<li>yesconflict: list of codes that this phenotypic test conflicts with if this test is marked YES.</li>\n<li>description: description of the phenotypic test</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","mycobacteria","tests"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"ab664494-4f21-4f9e-9990-bd27ff0674ab","name":"/microbiology/mycobacteria/tests","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/tests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 05:23:59 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1272"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"phenotype_code\": \"C01\",\n            \"phenotype\": \"Slowly growing\"\n        },\n        {\n            \"phenotype_code\": \"C02\",\n            \"phenotype\": \"Growth at 25 degrees C\"\n        },\n        {\n            \"phenotype_code\": \"C03\",\n            \"phenotype\": \"Growth at 45 degrees C\"\n        }\n    ]\n}"}],"_postman_id":"7b2c02ad-9c57-485d-9847-b41b95e90885"},{"name":"/microbiology/mycobacteria/{mycobacteria_code}/drug-susceptibility","id":"d3950452-d639-45ea-b126-1245c958a50b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/{mycobacteria_code}/drug-susceptibility","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","mycobacteria","{mycobacteria_code}","drug-susceptibility"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"0deec7cd-6a65-4ccc-9886-cc829b1fe426","name":"/microbiology/mycobacteria/8025/drug-susceptibility","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/8025/drug-susceptibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 05:19:07 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"65"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"pathogen_code\": 587,\n            \"pathogen\": \"Mycobacterium alvei\"\n        }\n    ]\n}"}],"_postman_id":"d3950452-d639-45ea-b126-1245c958a50b"},{"name":"/microbiology/mycobacteria/{mycobacteria_code}/ecology","id":"34262df6-5f93-44b1-80e3-638829f2f8fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/{mycobacteria_code}/ecology","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","mycobacteria","{mycobacteria_code}","ecology"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"c4613ece-4f46-4b46-a474-3b313a175eb1","name":"/microbiology/mycobacteria/8070/ecology","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/8070/ecology"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 04:59:36 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"176"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ecology\": \"Found in soil, water and animals\\r\\nAssociated with a variety of infections. {p 13035193} {p 8964035} {p 25695799} {p 26295364} {p 27499141} {p 28820087}\"\n    }\n}"}],"_postman_id":"34262df6-5f93-44b1-80e3-638829f2f8fb"},{"name":"/microbiology/mycobacteria/{mycobacteria_code}/general","id":"cf8ce892-efcf-41ed-b189-4afad355c49f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/{mycobacteria_code}/general","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","mycobacteria","{mycobacteria_code}","general"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"e5c0e965-917f-4ba2-9aae-94fb1dbe53cc","name":"/microbiology/mycobacteria/8070/general","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/8070/general"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 05:16:46 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"601"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mycobacteria_code\": 8070,\n        \"mycobacteria\": \"Mycobacterium abscessus\",\n        \"notes\": \"Citrate negative\\r\\nMannitol negative\\r\\nGrows in the presence of 1% deoxycholate or 0.4 M nitrite\\r\\nCord formation may occur.\",\n        \"ecology\": \"Found in soil, water and animals\\r\\nAssociated with a variety of infections. {p 13035193} {p 8964035} {p 25695799} {p 26295364} {p 27499141} {p 28820087}\",\n        \"drug_susceptibility\": [\n            {\n                \"pathogen_code\": 556,\n                \"pathogen\": \"Mycobacterium abscessus\"\n            }\n        ],\n        \"vaccines\": [],\n        \"synonyms\": [\n            \"Mycobacterium chelonae ssp. abscessus\",\n            \"Mycobacterium abscessus subsp. abscessus\",\n            \"Mycobacteroides abscessus\"\n        ]\n    }\n}"}],"_postman_id":"cf8ce892-efcf-41ed-b189-4afad355c49f"},{"name":"/microbiology/mycobacteria/{mycobacteria_code}/notes","id":"df8e11bc-8781-43e8-a4be-9d3876aada02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/{mycobacteria_code}/notes","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","mycobacteria","{mycobacteria_code}","notes"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"e7f46c94-85a0-43c8-bdbe-5467e19a9fa7","name":"/microbiology/mycobacteria/8070/notes","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/8070/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 04:59:14 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"148"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"notes\": \"Citrate negative\\r\\nMannitol negative\\r\\nGrows in the presence of 1% deoxycholate or 0.4 M nitrite\\r\\nCord formation may occur.\"\n    }\n}"}],"_postman_id":"df8e11bc-8781-43e8-a4be-9d3876aada02"},{"name":"/microbiology/mycobacteria/{mycobacteria_code}/phenotype","id":"3bb5c3a4-c759-4193-b765-c1c81587a14b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/{mycobacteria_code}/phenotype","description":"<p>Returns the list of the positive and negative reaction indicators.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","mycobacteria","{mycobacteria_code}","phenotype"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"550457fc-735d-43f9-857b-188c88cc18ea","name":"/microbiology/mycobacteria/8070/phenotype","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/8070/phenotype"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:12:43 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"968"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"pathogen\": null,\n        \"phenotypes\": [\n            {\n                \"code\": \"Slowly growing\",\n                \"value\": 0\n            },\n            {\n                \"code\": \"Growth at 25 degrees C\",\n                \"value\": 100\n            },\n            {\n                \"code\": \"Growth at 45 degrees C\",\n                \"value\": 0\n            },\n            {\n                \"code\": \"Photochromogen\",\n                \"value\": 0\n            },\n            {\n                \"code\": \"Scotochromogen\",\n                \"value\": 0\n            },\n            {\n                \"code\": \"Growth on MacConkey agar\",\n                \"value\": 100\n            },\n            {\n                \"code\": \"Catalase\",\n                \"value\": 92\n            },\n            {\n                \"code\": \"Catalase resists 68 degrees C\",\n                \"value\": 53\n            },\n            {\n                \"code\": \"Nitrate reduction\",\n                \"value\": 17\n            },\n            {\n                \"code\": \"Urea hydrolysis\",\n                \"value\": 89\n            },\n            {\n                \"code\": \"Pyrazinamidase\",\n                \"value\": 100\n            },\n            {\n                \"code\": \"Arylsulfatase\",\n                \"value\": 95\n            },\n            {\n                \"code\": \"Acid phosphatase\",\n                \"value\": 100\n            },\n            {\n                \"code\": \"Niacin accumulates\",\n                \"value\": 30\n            },\n            {\n                \"code\": \"Tween hydrolysis\",\n                \"value\": 39\n            },\n            {\n                \"code\": \"Tellurite reduction\",\n                \"value\": 89\n            },\n            {\n                \"code\": \"Growth in 5% NaCl\",\n                \"value\": 100\n            },\n            {\n                \"code\": \"Iron uptake\",\n                \"value\": 0\n            },\n            {\n                \"code\": \"Mannitol utilization\",\n                \"value\": 0\n            },\n            {\n                \"code\": \"Inositol utilization\",\n                \"value\": 0\n            },\n            {\n                \"code\": \"Citrate utilization\",\n                \"value\": 0\n            },\n            {\n                \"code\": \"Sorbitol utilization\",\n                \"value\": 0\n            },\n            {\n                \"code\": null,\n                \"value\": 0.050000000000000003\n            }\n        ]\n    }\n}"}],"_postman_id":"3bb5c3a4-c759-4193-b765-c1c81587a14b"},{"name":"/microbiology/mycobacteria/{mycobacteria_code}/synonyms","id":"2a9a4331-287d-48b9-9634-2899a65fa67e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/{mycobacteria_code}/synonyms","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","mycobacteria","{mycobacteria_code}","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"4308435f-800e-447e-beb3-b1a400b2fb9d","name":"/microbiology/mycobacteria/8070/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/8070/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:12:21 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"121"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"Mycobacterium chelonae ssp. abscessus\",\n        \"Mycobacterium abscessus subsp. abscessus\",\n        \"Mycobacteroides abscessus\"\n    ]\n}"}],"_postman_id":"2a9a4331-287d-48b9-9634-2899a65fa67e"},{"name":"/microbiology/mycobacteria/{mycobacteria_code}/vaccines","id":"b3dc0033-18a5-4833-a97f-969daad60766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/{mycobacteria_code}/vaccines","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","mycobacteria","{mycobacteria_code}","vaccines"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"e5f6bd65-04e8-4ad5-97e8-5ca2b541766c","name":"/microbiology/mycobacteria/8350/vaccines","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/mycobacteria/8350/vaccines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:12:03 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"46"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"code\": 30020,\n            \"name\": \"BCG vaccine\"\n        }\n    ]\n}"}],"_postman_id":"b3dc0033-18a5-4833-a97f-969daad60766"}],"id":"1690cd2e-46ba-4cbd-aa45-eba775a3c38e","_postman_id":"1690cd2e-46ba-4cbd-aa45-eba775a3c38e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Parasites","item":[{"name":"/microbiology/parasites","id":"ab45141e-b83a-4243-8e70-5ff6df36c745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>Returns the list of all parasites.</p>\n<p>Parasites Object:</p>\n<ul>\n<li><p>parasite_code: unique identifier</p>\n</li>\n<li><p>parasite_name: name of the parasite</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"82a04384-7473-4602-9f6f-7176414b9e75","name":"/microbiology/parasites","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 00:54:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33297"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.54 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"parasite_code\": 1000,\n            \"parasite\": \"Moniliformis moniliformis\",\n            \"is_italic\": 1\n        },\n        {\n            \"parasite_code\": 1004,\n            \"parasite\": \"Macracanthorhynchus hirudinaceus\",\n            \"is_italic\": 1\n        },\n        {\n            \"parasite_code\": 1005,\n            \"parasite\": \"Macracanthorhynchus ingens\",\n            \"is_italic\": 1\n        }\n    ]\n}"}],"_postman_id":"ab45141e-b83a-4243-8e70-5ff6df36c745"},{"name":"/microbiology/parasites/{parasite_code}/characteristics","id":"45cc7cac-e2d9-4277-b73d-6fc90558f1d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1000/characteristics","description":"<p>This API endpoint returns detailed physical characteristics and anatomical features of parasites, such as size, shape, and distinguishing structures.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><strong>data</strong>: Describes the physical characteristics of the parasite, including its shape, size, and genetic composition.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","parasites","1000","characteristics"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"2f31563f-4a65-4fb2-ad72-74d204f87f35","name":"/microbiology/parasites/{parasite_code}/characteristics","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1000/characteristics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 01:06:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"188"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"The male worm is 77 mm long and 1.66 mm wide; and the female 140 mm long and 1.24 mm wide. \\nThe scolex of this worm has a cylindrical proboscis and a multitude of curved hooks.\"\n}"}],"_postman_id":"45cc7cac-e2d9-4277-b73d-6fc90558f1d5"},{"name":"/microbiology/parasites/{parasite_code}/diseases","id":"ca91bd40-c121-419c-a318-fa253dd3f3e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1000/diseases","description":"<p>This API endpoint returns a list of diseases associated with the specified parasite. The information includes the disease name, its unique code, and relevant references.</p>\n<p><strong>Returned values:</strong></p>\n<ul>\n<li><p><strong>disease_code</strong>: A unique code representing the disease.</p>\n</li>\n<li><p><strong>disease</strong>: The name of the disease associated with the parasite.</p>\n</li>\n<li><p><strong>commonality_label</strong>: A label indicating how common the disease is, if available.</p>\n</li>\n<li><p><strong>references</strong>: A list of references related to the disease entry.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","parasites","1000","diseases"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"874023bb-dedb-4e20-8909-faadeb44d148","name":"/microbiology/parasites/{parasite_code}/diseases","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1000/diseases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 00:42:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"766"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.54 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"auto_id\": 1000,\n            \"disease_code\": 11505,\n            \"disease\": \"Acanthocephaliasis\",\n            \"references\": [\n                {\n                    \"reference_number\": \"p 859097\",\n                    \"title\": \"First finding of Moniliformis moniliformis (Bremser 1811) Travassos 1915 (Acanthocephala: Oligacanthorhynchidae) in Iraq from human child.\",\n                    \"citation\": \"J Parasitol 1977 Apr ;63(2):396-7.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/859097\"\n                },\n                {\n                    \"reference_number\": \"p 11214102\",\n                    \"title\": \"Human infections with Moniliformis moniliformis (Bremser 1811) Travassos 1915 in south-eastern Nigeria.\",\n                    \"citation\": \"Ann Trop Med Parasitol 2000 Dec ;94(8):837-8.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/11214102\"\n                },\n                {\n                    \"reference_number\": \"p 21750451\",\n                    \"title\": \"\",\n                    \"citation\": \"\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/21750451\"\n                }\n            ],\n            \"timestamp\": 1736184326\n        }\n    ]\n}"}],"_postman_id":"ca91bd40-c121-419c-a318-fa253dd3f3e3"},{"name":"/microbiology/parasites/{parasite_code}/drugs","id":"35e11292-052c-48f2-b835-dcd085ef3a7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1000/drugs","description":"<p>This API endpoint returns a list of drugs effective against the specified parasite. The information includes the drug name, its unique code, and relevant references.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><p><strong>drug_code</strong>: A unique code representing the drug.</p>\n</li>\n<li><p><strong>drug</strong>: The name of the drug effective against the parasite.</p>\n</li>\n<li><p><strong>commonality_label</strong>: A label indicating how commonly the drug is used, if available.</p>\n</li>\n<li><p><strong>references</strong>: A list of references related to the drug entry.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","parasites","1000","drugs"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"3b7b2367-bec9-4626-83bd-53a832bfa374","name":"/microbiology/parasites/{parasite_code}/drugs","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1000/drugs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 00:41:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"11"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.54 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": []\n}"}],"_postman_id":"35e11292-052c-48f2-b835-dcd085ef3a7a"},{"name":"/microbiology/parasites/{parasite_code}/general","id":"44bef8a3-baa1-4768-afbf-05a22074b421","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1000/general","description":"<p>Returns the following information of the selected parasite.</p>\n<ul>\n<li><p><strong>parasite_name</strong>: Name of the parasite.</p>\n</li>\n<li><p><strong>is_italic</strong>: Indicates whether or not the parasite name should be italicized.</p>\n</li>\n<li><p><strong>is_zoonotic</strong>: Indicates whether the parasite can be transmitted from animals to humans.</p>\n</li>\n<li><p><strong>etymology</strong>: Provides the origin and historical background of the parasite name.</p>\n</li>\n<li><p><strong>characteristics</strong>: physical characteristics and anatomical features of parasites, such as size, shape, and distinguishing structures.</p>\n</li>\n<li><p><strong>synonyms</strong>: Lists alternative names and terms for the parasite.</p>\n</li>\n<li><p><strong>identification</strong>: Information to assist in identifying parasites, including their physical characteristics, typical locations, and diagnostic methods.</p>\n</li>\n<li><p><strong>lifecycle</strong>: life cycles of parasites, including their primary and intermediate hosts, developmental stages, and key processes involved in their reproduction and transmission.</p>\n</li>\n<li><p><strong>diseases</strong>: Identifies the diseases caused by the parasite.</p>\n</li>\n<li><p><strong>drugs</strong>: Lists antiviral drugs effective against the parasite.</p>\n</li>\n<li><p><strong>vaccines</strong>: Provides information on vaccines available for the parasite.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","parasites","1000","general"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"c84e2077-1527-4515-9848-063d4e814a86","name":"/microbiology/parasites/{parasite_code}/general","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1000/general"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 00:43:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1557"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1000,\n        \"parasite_name\": \"Moniliformis moniliformis\",\n        \"is_italic\": 1,\n        \"is_zoonotic\": 1,\n        \"etymology\": [\n            {\n                \"term\": \"moniliformis\",\n                \"meaning\": \"Necklace-shaped\",\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 3555972\",\n                        \"citation\": \"Diagn Microbiol Infect Dis 1987 Apr ;6(4):343-56.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/3555972\"\n                    }\n                ]\n            }\n        ],\n        \"characteristics\": \"The male worm is 77 mm long and 1.66 mm wide; and the female 140 mm long and 1.24 mm wide. \\nThe scolex of this worm has a cylindrical proboscis and a multitude of curved hooks.\",\n        \"habitat\": \"The adult worms are found in the intestines of rodents, cats and dogs.\",\n        \"lifecycle\": null,\n        \"identification_notes\": null,\n        \"timestamp\": 1734483582,\n        \"synonyms\": [],\n        \"diseases\": [\n            {\n                \"auto_id\": 1000,\n                \"disease_code\": 11505,\n                \"disease\": \"Acanthocephaliasis\",\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 859097\",\n                        \"title\": \"First finding of Moniliformis moniliformis (Bremser 1811) Travassos 1915 (Acanthocephala: Oligacanthorhynchidae) in Iraq from human child.\",\n                        \"citation\": \"J Parasitol 1977 Apr ;63(2):396-7.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/859097\"\n                    },\n                    {\n                        \"reference_number\": \"p 11214102\",\n                        \"title\": \"Human infections with Moniliformis moniliformis (Bremser 1811) Travassos 1915 in south-eastern Nigeria.\",\n                        \"citation\": \"Ann Trop Med Parasitol 2000 Dec ;94(8):837-8.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/11214102\"\n                    },\n                    {\n                        \"reference_number\": \"p 21750451\",\n                        \"title\": \"\",\n                        \"citation\": \"\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/21750451\"\n                    }\n                ],\n                \"timestamp\": 1736184326\n            }\n        ],\n        \"reservoirs\": [],\n        \"vehicles\": [],\n        \"vectors\": [],\n        \"vaccines\": [],\n        \"drugs\": [],\n        \"images\": []\n    },\n    \"timestamp\": 1734483582\n}"}],"_postman_id":"44bef8a3-baa1-4768-afbf-05a22074b421"},{"name":"/microbiology/parasites/{parasite_code}/habitat","id":"b8c014cd-ce0b-48b7-883b-7e7c084b8a06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1000/habitat","description":"<p>This API endpoint provides detailed physical characteristics and anatomical features of parasites, such as size, shape, and distinguishing structures.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","parasites","1000","habitat"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"cac0bef3-6b2d-4230-95a1-9734b6c85b64","name":"/microbiology/parasites/{parasite_code}/habitat","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1000/habitat"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 00:37:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"81"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"The adult worms are found in the intestines of rodents, cats and dogs.\"\n}"}],"_postman_id":"b8c014cd-ce0b-48b7-883b-7e7c084b8a06"},{"name":"/microbiology/parasites/{parasite_code}/identification","id":"36ddc1a2-2cea-4fcc-b9a2-bc7c3f9da81c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>This API endpoint provides information to assist in identifying parasites, including their physical characteristics, typical locations, and diagnostic methods.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"9483f34a-7e24-40f7-9308-1b288acc7ba6","name":"/microbiology/parasites/{parasite_code}/identification","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1029/identification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 00:50:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1338"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.54 () PHP/7.4.30"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"The following features could help to identify A. cantonensis:\\n\\n<b>Size and Shape</b>\\nAdult female worms are approximately 33–36 mm long and 0.36–0.40 mm wide, while adult males are about 21–25 mm long and 0.23–0.26 mm wide. The worms are slender and white or light red in color.\\n\\n<b>Morphological Characteristics</b> \\nThe adult male has a distinct bursa (a structure used during mating) with unequal spicules (support structures), and the adult female has a pointed posterior end.\\n\\n<b>Location</b>\\nThe worms are usually found in the pulmonary arteries of rats.\\n\\nThe most reliable way to identify A. cantonensis is usually by its larvae, which are found in the feces of infected rats or in the tissues of infected intermediate hosts (like snails and slugs). For example, the third-stage larvae (L3), which are the infective stage for humans, are typically about 0.36 mm long and have a characteristic pointed tail.\\n\\nIdentification of A. cantonensis in humans is typically done indirectly, based on the clinical presentation (eosinophilic meningitis), epidemiological history, and laboratory tests. In laboratory tests, a high eosinophil count in the cerebrospinal fluid or in the blood can be an indication of infection. Specific serological tests can also be performed to confirm the diagnosis.\"\n}"}],"_postman_id":"36ddc1a2-2cea-4fcc-b9a2-bc7c3f9da81c"},{"name":"/microbiology/parasites/{parasite_code}/lifecycle","id":"ae1a95fa-1041-4789-b9d6-7c1d61b12c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","description":"<p>This API endpoint provides detailed descriptions of the life cycles of parasites, including their primary and intermediate hosts, developmental stages, and key processes involved in their reproduction and transmission.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[{"id":"9f2e07a4-1ad5-4b9f-97ba-6bb7df6f675b","name":"/microbiology/parasites/{parasite_code}/lifecycle","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1029/lifecycle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 00:47:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"871"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.54 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"This parasite has a complex life cycle that necessitates two distinct hosts.\\n\\n<b>Primary Hosts</b>\\nThe primary hosts for A. cantonensis are rats, specifically the brown rat (Rattus norvegicus), the black rat (Rattus rattus), and the Pacific rat (Rattus exulans). Adult A. cantonensis worms live in the pulmonary arteries of these rats, where they produce eggs that hatch into larvae. The larvae migrate to the rat's throat, are swallowed, and then are passed in the feces.\\n\\n<b>Intermediate Hosts</b>\\nThe larvae are then ingested by an intermediate host, usually a gastropod (snail or slug), where they develop into the infective stage. These hosts include various species of terrestrial, freshwater, and even marine snails and slugs, with some of the more common ones being the semi-slugs (Parmarion martensi) and the apple snails (Pomacea canaliculata).\"\n}"}],"_postman_id":"ae1a95fa-1041-4789-b9d6-7c1d61b12c4a"},{"name":"/microbiology/parasites/{parasite_code}/synonyms","id":"538eed44-3dc1-4267-8285-8fc2a5d9e10a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1279/synonyms","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","parasites","1279","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"79832dd5-e06c-4897-b405-a5bfa79931d3","name":"/microbiology/parasites/{parasite_code}/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1279/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 00:53:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"63"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.54 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"Drain fly\",\n        \"Moth fly\",\n        \"Telmatoscopus albipunctata \"\n    ]\n}"}],"_postman_id":"538eed44-3dc1-4267-8285-8fc2a5d9e10a"},{"name":"/microbiology/parasites/{parasite_code}/vaccines","id":"fa203b03-0ab5-46c8-adcd-65dcbb970053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1247/vaccines","description":"<p>This API endpoint returns a list of vaccines available for the specified parasite. The information includes the vaccine name, its unique code, and relevant references.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><strong>vaccine_code</strong>: A unique code representing the vaccine.</li>\n<li><strong>vaccine</strong>: The name of the vaccine.</li>\n<li><strong>commonality_label</strong>: A label indicating how commonly the vaccine is used, if available.</li>\n<li><strong>references</strong>: A list of references related to the vaccine entry.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","parasites","1247","vaccines"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"18eee9f6-e480-412b-b919-81021596d52d","name":"/microbiology/parasites/{parasite_code}/vaccines","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1240/vaccines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 00:30:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"227"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"auto_id\": 1000,\n            \"vaccine_code\": 30408,\n            \"vaccine\": \"Malaria (R21/Matrix-M)\",\n            \"references\": [],\n            \"timestamp\": 1736356390\n        },\n        {\n            \"auto_id\": 1001,\n            \"vaccine_code\": 30403,\n            \"vaccine\": \"Malaria (RTS,S)\",\n            \"references\": [],\n            \"timestamp\": 1736356434\n        }\n    ]\n}"}],"_postman_id":"fa203b03-0ab5-46c8-adcd-65dcbb970053"},{"name":"/microbiology/parasites/{parasite_code}/vectors","id":"78de3271-a30b-460a-bd05-0f6428037fff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1037/vectors","description":"<p>This API endpoint returns a list of vectors responsible for the transmission of the specified parasite. The information includes the vector class, entity, and relevant references.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><p><strong>vector_class</strong>: The class of the vector (e.g., insect, arthropod).</p>\n</li>\n<li><p><strong>vector_entity</strong>: The common name of the vector entity.</p>\n</li>\n<li><p><strong>vector_entity_latin</strong>: The scientific name of the vector entity.</p>\n</li>\n<li><p><strong>commonality_label</strong>: A label indicating how commonly the vector is associated with the parasite, if available.</p>\n</li>\n<li><p><strong>references</strong>: A list of references related to the vector entry.</p>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","parasites","1037","vectors"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"65daa054-41ad-4003-98ce-88cb972f2a55","name":"/microbiology/parasites/{parasite_code}/vectors","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1037/vectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 00:29:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"156"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"auto_id\": 1005,\n            \"vector_class\": \"Tick\",\n            \"vector_entity\": \"Ixodidae\",\n            \"vector_entity_latin\": \"Family: Ixodidae\",\n            \"references\": [],\n            \"timestamp\": 1734220800\n        }\n    ]\n}"}],"_postman_id":"78de3271-a30b-460a-bd05-0f6428037fff"},{"name":"/microbiology/parasites/{parasite_code}/vehicles","id":"f00ef898-9360-4e3d-b5b4-6892e8784225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1010/vehicles","description":"<p>This API endpoint returns a list of vehicles responsible for the transmission of the specified parasite. The information includes the vehicle class, entity, and relevant references.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><strong>vehicle_class</strong>: The class of the vehicle (e.g., aerosol, fecal-oral route).</li>\n<li><strong>vehicle_entity</strong>: The common name of the vehicle entity, if available.</li>\n<li><strong>vehicle_entity_latin</strong>: The scientific name of the vehicle entity, if available.</li>\n<li><strong>commonality_label</strong>: A label indicating how commonly the vehicle is associated with the virus, if available.</li>\n<li><strong>references</strong>: A list of references related to the vehicle entry.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","parasites","1010","vehicles"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"8d68b6e3-244f-46aa-a83c-6c2cd4bc332d","name":"/microbiology/parasites/{parasite_code}/vehicles","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/parasites/1010/vehicles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 00:26:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"150"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.62 () PHP/7.4.30"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"auto_id\": 1000,\n            \"vehicle_class\": \"Water - contact\",\n            \"vehicle_entity\": null,\n            \"vehicle_entity_latin\": null,\n            \"references\": [],\n            \"timestamp\": 1734220800\n        }\n    ]\n}"}],"_postman_id":"f00ef898-9360-4e3d-b5b4-6892e8784225"}],"id":"f42f509e-528a-424c-90b8-1c2f246a8a87","description":"<p>The Parasites API provides detailed and structured data on a wide array of parasitic organisms, supporting users in exploring their taxonomy, physical characteristics, habitats, life cycles, and associated diseases. This API is designed to facilitate the identification and understanding of parasites, offering insights into their etymology, host associations, and ecological significance. Users can access comprehensive data on parasite-host interactions, geographic distribution, and methods of identification, as well as summaries of key features and lifecycle stages. Additionally, the API includes references, downloadable resources, and tools to enhance research and educational activities, making it an invaluable resource for professionals in parasitology, public health, and related fields.</p>\n","_postman_id":"f42f509e-528a-424c-90b8-1c2f246a8a87","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Viruses","item":[{"name":"/microbiology/viruses","id":"50d2ea32-54ba-462d-b3cd-1428ee92317b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses","description":"<p>Returns the list of all viruses.</p>\n<p>Viruses Object</p>\n<ul>\n<li>virus_code: unique identifier</li>\n<li>virus_name: name of the virus</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","viruses"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"a6b06d98-ce8d-4467-a792-8d8aa01c9e83","name":"/microbiology/viruses","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:11:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9094"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"virus_code\": 1,\n            \"virus\": \"Mastadenovirus\",\n            \"is_italic\": 1\n        },\n        {\n            \"virus_code\": 2,\n            \"virus\": \"Phlebovirus alenquerense\",\n            \"is_italic\": 1\n        },\n        {\n            \"virus_code\": 4,\n            \"virus\": \"Orthohantavirus andesense\",\n            \"is_italic\": 1\n        }\n    ]\n}"}],"_postman_id":"50d2ea32-54ba-462d-b3cd-1428ee92317b"},{"name":"/microbiology/viruses/synonyms","id":"9431c6cc-7ec0-4aeb-bceb-6359e5fc3bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/public/microbiology/virus/synonyms","description":"<p>Returns list of synonyms</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["public","microbiology","virus","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"85ac0765-2148-45bd-b084-20e4d2de1809","name":"/microbiology/viruses/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/public/microbiology/virus/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:12:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"431"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"virus_code\": 1,\n            \"virus\": \"Adenovirus\"\n        },\n        {\n            \"virus_code\": 1,\n            \"virus\": \"AdV\"\n        },\n        {\n            \"virus_code\": 1,\n            \"virus\": \"HAdV\"\n        },\n        {\n            \"virus_code\": 2,\n            \"virus\": \"Alenquer phlebovirus\"\n        }\n    ],\n    \"total\": 541,\n    \"offset\": 0,\n    \"limit\": 10\n}"}],"_postman_id":"9431c6cc-7ec0-4aeb-bceb-6359e5fc3bd0"},{"name":"/microbiology/viruses/{virus_code}/diseases","id":"00de078e-6a55-4a17-adbc-2cac2197cb44","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/diseases","description":"<p>This API endpoint returns a list of diseases associated with the specified virus. The information includes the disease name, its unique code, and relevant references.</p>\n<p><strong>Returned values:</strong></p>\n<ul>\n<li><strong>disease_code</strong>: A unique code representing the disease.</li>\n<li><strong>disease</strong>: The name of the disease associated with the virus.</li>\n<li><strong>commonality_label</strong>: A label indicating how common the disease is, if available.</li>\n<li><strong>references</strong>: A list of references related to the disease entry.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","viruses","1","diseases"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"dc7c9a12-6f3c-4225-9a99-4b0b8b5b2669","name":"/microbiology/viruses/{virus_code}/diseases","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/diseases"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:15:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"121"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"auto_id\": 150,\n            \"disease_code\": 10030,\n            \"disease\": \"Adenovirus infection\",\n            \"commonality_label\": null,\n            \"references\": []\n        }\n    ]\n}"}],"_postman_id":"00de078e-6a55-4a17-adbc-2cac2197cb44"},{"name":"/microbiology/viruses/{virus_code}/general","id":"47a6290e-8e82-43fb-8dd9-faa6f71cab35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/general","description":"<p>Returns the following information of the selected virus.</p>\n<ul>\n<li><strong>virus_name</strong>: Name of the virus.</li>\n<li><strong>is_italic</strong>: Indicates whether or not the virus name should be italicized.</li>\n<li><strong>is_zoonotic</strong>: Indicates whether the virus can be transmitted from animals to humans.</li>\n<li><strong>etymology</strong>: Provides the origin and historical background of the virus name.</li>\n<li><strong>genome_type</strong>: Describes the genetic material of the virus, such as RNA or DNA</li>\n<li>.<strong>entry_mechanism</strong>: Explains how the virus enters the host cell.</li>\n<li><strong>synonyms</strong>: Lists alternative names and terms for the virus.</li>\n<li><strong>replication_mechanism</strong>: Describes the process by which the virus replicates within the host.</li>\n<li><strong>diseases</strong>: Identifies the diseases caused by the virus.</li>\n<li><strong>drugs</strong>: Lists antiviral drugs effective against the virus.</li>\n<li><strong>vaccines</strong>: Provides information on vaccines available for the virus.</li>\n<li><strong>structure</strong>: Details the physical structure of the virus.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","viruses","1","general"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"d1d790df-2ffa-4ce8-8992-f9d05c295e6f","name":"/microbiology/viruses/{virus_code}/general","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/general"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:14:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9751"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"virus_name\": \"Mastadenovirus\",\n        \"is_italic\": 1,\n        \"is_zoonotic\": 1,\n        \"etymology\": [\n            {\n                \"term\": \"Mastadenovirus\",\n                \"meaning\": \"Greek, <i>mastos</i> - breast (hence, mammal); and adeno (virus originallly isolated from the adenoids)\",\n                \"references\": []\n            }\n        ],\n        \"genome_type\": \"Double-stranded DNA\",\n        \"genome_type_references\": \"ncfbt 458815\",\n        \"structure\": \"Mastadenovirus particles are icosahedral. They range in size from 70 to 100 nanometers. They are made up of hexons that form the shell's faces and edges and pentons at the vertices (with fibrous projections). The viral genome is double-stranded, linear DNA, and its size ranges from 26 to 45 kbp. It has inverted terminal repeats between 36 to 200 bp in length. The terminal protein is covalently linked to the 5' end. Viruses from the <i>Mastadenovirus</i> genus encode approximately 16 common genes. \\\"Genus-specific genes\\\" are mainly found in the E1 and E4 regions. {p 14573794} {p 34063479} {p 14573794} {p 32236817}\",\n        \"entry_mechanism\": \"Viruses from the genus <i>Mastadenovirus</i> enter into a host cell by binding to the host cell's receptors. This occurs due to the action of a major capsid protein. After attachment, the virus uncoats, and the viral genome is released into the host cell. The virus is eventually trafficked to the nucleus of the cell. {p 31283442} {p 31784892} {p 31758703} {p 35434852} \",\n        \"replication_mechanism\": \"Once in the nucleus, the virus triggers early gene expression. The viral polymerase then elongates the nascent strand and displaces the existing strand. This leads to the formation of a new double-stranded DNA (dsDNA) template. This process is made possible by DBP, which oligomerizes alongside the now displaced single-stranded DNA (ssDNA). The new dsDNA genome and displaced ssDNA intermediate work as templates for continued replication. Viral genomes accumulate in the nucleus and form virus-induced postreplication (ViPR) bodies. {p 2894680} {p 12747549} {p 15273278} {p 11457998} {p 9469832} {p 2838479} {p 1291241} {p 7988575}\",\n        \"synonyms\": [\n            \"Adenovirus\",\n            \"AdV\",\n            \"HAdV\"\n        ],\n        \"diseases\": [\n            {\n                \"auto_id\": 150,\n                \"disease_code\": 10030,\n                \"disease\": \"Adenovirus infection\",\n                \"commonality_label\": null,\n                \"references\": []\n            }\n        ],\n        \"reservoirs\": [\n            {\n                \"auto_id\": 1,\n                \"reservoir_class\": \"Bat\",\n                \"reservoir_entity\": \"Bats \",\n                \"reservoir_entity_latin\": \"Order: Chiroptera\",\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 34473804\",\n                        \"title\": \"What is the risk of a deadly adenovirus pandemic?\",\n                        \"citation\": \"PLoS Pathog 2021 Sep ;17(9):e1009814.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/34473804\"\n                    }\n                ]\n            },\n            {\n                \"auto_id\": 2,\n                \"reservoir_class\": \"Bird\",\n                \"reservoir_entity\": null,\n                \"reservoir_entity_latin\": null,\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 38338959\",\n                        \"title\": \"Chicken Interferon-Alpha and -Lambda Exhibit Antiviral Effects against Fowl Adenovirus Serotype 4 in Leghorn Male Hepatocellular Cells.\",\n                        \"citation\": \"Int J Mol Sci 2024 Jan 30;25(3)\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/38338959\"\n                    }\n                ]\n            },\n            {\n                \"auto_id\": 211,\n                \"reservoir_class\": \"Human\",\n                \"reservoir_entity\": \"Human\",\n                \"reservoir_entity_latin\": \"<i>Homo sapiens</i>\",\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"cdc 566071\",\n                        \"title\": \"\",\n                        \"citation\": \"\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/c/c 566071\"\n                    }\n                ]\n            },\n            {\n                \"auto_id\": 7,\n                \"reservoir_class\": \"Nonhuman primate\",\n                \"reservoir_entity\": null,\n                \"reservoir_entity_latin\": null,\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 36277107\",\n                        \"title\": \"Simian adenoviruses: Molecular and serological survey in monkeys and humans in Thailand.\",\n                        \"citation\": \"One Health 2022 Dec ;15:100434.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/36277107\"\n                    }\n                ]\n            },\n            {\n                \"auto_id\": 8,\n                \"reservoir_class\": \"Rabbit\",\n                \"reservoir_entity\": null,\n                \"reservoir_entity_latin\": null,\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 225288\",\n                        \"title\": \"Adenovirus types 8 and 19 infection of rabbit corneal organ cultures.\",\n                        \"citation\": \"Invest Ophthalmol Vis Sci 1979 Sep ;18(9):956-63.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/225288\"\n                    }\n                ]\n            },\n            {\n                \"auto_id\": 13,\n                \"reservoir_class\": \"Rodent\",\n                \"reservoir_entity\": null,\n                \"reservoir_entity_latin\": null,\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 8380066\",\n                        \"title\": \"Pathogenesis of adenovirus type 5 pneumonia in cotton rats (Sigmodon hispidus).\",\n                        \"citation\": \"J Virol 1993 Jan ;67(1):101-11.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/8380066\"\n                    }\n                ]\n            },\n            {\n                \"auto_id\": 210,\n                \"reservoir_class\": \"Reptile\",\n                \"reservoir_entity\": \"Reptiles \",\n                \"reservoir_entity_latin\": \"Class: Reptilia \",\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 31747467\",\n                        \"title\": \"Adenoviruses across the animal kingdom: a walk in the zoo.\",\n                        \"citation\": \"FEBS Lett 2019 Nov 20;\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/31747467\"\n                    }\n                ]\n            }\n        ],\n        \"vehicles\": [\n            {\n                \"auto_id\": 188,\n                \"vehicle_class\": \"Aerosol \",\n                \"vehicle_entity\": null,\n                \"vehicle_entity_latin\": null,\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"scd 579325\",\n                        \"title\": \"\",\n                        \"citation\": \"\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/s/d 579325\"\n                    }\n                ]\n            },\n            {\n                \"auto_id\": 189,\n                \"vehicle_class\": \"Fecal-oral route\",\n                \"vehicle_entity\": null,\n                \"vehicle_entity_latin\": null,\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"scd 579325\",\n                        \"title\": \"\",\n                        \"citation\": \"\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/s/d 579325\"\n                    }\n                ]\n            }\n        ],\n        \"vectors\": [],\n        \"vaccines\": [\n            {\n                \"auto_id\": 1,\n                \"vaccine_code\": 30015,\n                \"vaccine\": \"Adenovirus vaccine\",\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 17728025\",\n                        \"title\": \"Role of U.S. military research programs in the development of U.S.-licensed vaccines for naturally occurring infectious diseases.\",\n                        \"citation\": \"Vaccine 2007 Oct 10;25(41):7017-30.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/17728025\"\n                    },\n                    {\n                        \"reference_number\": \"p 15174954\",\n                        \"title\": \"Vaccines for the prevention of respiratory viral infections: problems and current status.\",\n                        \"citation\": \"Expert Opin Investig Drugs 2004 Jun ;13(6):681-9.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/15174954\"\n                    },\n                    {\n                        \"reference_number\": \"p 2560582\",\n                        \"title\": \"Current use and future directions of adenovirus vaccine.\",\n                        \"citation\": \"Semin Respir Infect 1989 Dec ;4(4):299-303.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/2560582\"\n                    },\n                    {\n                        \"reference_number\": \"p 31548014\",\n                        \"title\": \"Adverse events following adenovirus type 4 and type 7 vaccine, live, oral in the Vaccine Adverse Event Reporting System (VAERS), United States, October 2011-July 2018.\",\n                        \"citation\": \"Vaccine 2019 Sep 20;\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/31548014\"\n                    }\n                ]\n            }\n        ],\n        \"drugs\": [\n            {\n                \"auto_id\": 2,\n                \"drug_code\": 21276,\n                \"drug\": \"Brincidofovir\",\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 35171015\",\n                        \"title\": \"Sensitivity of Human Mastadenovirus, the Causal Agent of Pharyngoconjunctival Fever, Epidemic Keratoconjunctivitis, and Hemorrhagic Cystitis in Immunocompromised Individuals, to Brincidofovir.\",\n                        \"citation\": \"Microbiol Spectr 2022 Feb 23;10(1):e0156921.\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/35171015\"\n                    }\n                ]\n            },\n            {\n                \"auto_id\": 1,\n                \"drug_code\": 21206,\n                \"drug\": \"Cidofovir\",\n                \"commonality_label\": null,\n                \"references\": [\n                    {\n                        \"reference_number\": \"p 30397065\",\n                        \"title\": \"Cidofovir Diphosphate Inhibits Adenovirus 5 DNA Polymerase via both Nonobligate Chain Termination and Direct Inhibition, and Polymerase Mutations Confer Cidofovir Resistance on Intact Virus.\",\n                        \"citation\": \"Antimicrob Agents Chemother 2019 Jan ;63(1)\",\n                        \"short_citation\": \"\",\n                        \"href\": \"/references/p/30397065\"\n                    }\n                ]\n            }\n        ],\n        \"images\": [\n            {\n                \"image_file_name\": \"289fd7864ad51430bf921016de642961.png\",\n                \"title\": \"T=25 icosahedral capsid protein\",\n                \"description\": \"The capsid is composed 60 asymmetric units made of 25 proteins (T=25), for a total of 1500 capsid proteins.\\r\\n\\r\\n\\r\\n\\r\\n\",\n                \"provider\": \"ViralZone, SwissBioPics. DOI: 10.1093/nar/gkq901\",\n                \"source\": \"admin\",\n                \"image_category\": \"structure\",\n                \"source_url\": null,\n                \"doi\": null,\n                \"url\": \"https://cloudfront.gideononline.com/viruses-images/289fd7864ad51430bf921016de642961.png\",\n                \"alt_text\": \"Virus image - T=25 icosahedral capsid protein\"\n            },\n            {\n                \"image_file_name\": \"3f7a01c18ee59353bfa2781c8ae2b5ba.png\",\n                \"title\": \"Structure of Adenovirus (now: Mastadenovirus)\",\n                \"description\": \"\",\n                \"provider\": \"M.M.Y. Waye, C.W. Sing, 2010. DOI: 10.3390/ph3103343\",\n                \"source\": \"admin\",\n                \"image_category\": \"structure\",\n                \"source_url\": null,\n                \"doi\": null,\n                \"url\": \"https://cloudfront.gideononline.com/viruses-images/3f7a01c18ee59353bfa2781c8ae2b5ba.png\",\n                \"alt_text\": \"Virus image - Structure of Adenovirus (now: Mastadenovirus)\"\n            },\n            {\n                \"image_file_name\": \"4a37318a9c452dc58a30832df3ff2a72.png\",\n                \"title\": \"Human adenovirus type C replication cycle\",\n                \"description\": \"\",\n                \"provider\": \"ViralZone, SwissBioPics. DOI: 10.1093/nar/gkq901\",\n                \"source\": \"admin\",\n                \"image_category\": \"mechanism\",\n                \"source_url\": null,\n                \"doi\": null,\n                \"url\": \"https://cloudfront.gideononline.com/viruses-images/4a37318a9c452dc58a30832df3ff2a72.png\",\n                \"alt_text\": \"Virus image - Human adenovirus type C replication cycle\"\n            },\n            {\n                \"image_file_name\": \"7c84de0c43463e5e35aa6b400f14dafa.png\",\n                \"title\": \"Mastadenovirus virion\",\n                \"description\": \"Non-enveloped capsid with a pseudo T=25 icosahedral symmetry . The capsid diameter is about 90 nm. The capsid shell consists of 720 hexon subunits arranged as 240 trimers and 12 vertex penton capsomers each with a fiber protruding from the surface.\",\n                \"provider\": \"ViralZone, SwissBioPics. DOI: 10.1093/nar/gkq901\",\n                \"source\": \"admin\",\n                \"image_category\": \"structure\",\n                \"source_url\": null,\n                \"doi\": null,\n                \"url\": \"https://cloudfront.gideononline.com/viruses-images/7c84de0c43463e5e35aa6b400f14dafa.png\",\n                \"alt_text\": \"Virus image - Mastadenovirus virion\"\n            },\n            {\n                \"image_file_name\": \"965d77c3e49092bf437088064d619509.png\",\n                \"title\": \"Adenovirus (now: Mastadenovirus) replication and infection pathway\",\n                \"description\": \"\",\n                \"provider\": \"M.M.Y. Waye, C.W. Sing, 2010. DOI: 10.3390/ph3103343\",\n                \"source\": \"admin\",\n                \"image_category\": \"mechanism\",\n                \"source_url\": null,\n                \"doi\": null,\n                \"url\": \"https://cloudfront.gideononline.com/viruses-images/965d77c3e49092bf437088064d619509.png\",\n                \"alt_text\": \"Virus image - Adenovirus (now: Mastadenovirus) replication and infection pathway\"\n            }\n        ]\n    }\n}"}],"_postman_id":"47a6290e-8e82-43fb-8dd9-faa6f71cab35"},{"name":"/microbiology/viruses/{virus_code}/drugs","id":"119f7bb0-4075-4d69-b5dd-5713aa0c15b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/drugs","description":"<p>This API endpoint returns a list of drugs effective against the specified virus. The information includes the drug name, its unique code, and relevant references.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><strong>drug_code</strong>: A unique code representing the drug.</li>\n<li><strong>drug</strong>: The name of the drug effective against the virus.</li>\n<li><strong>commonality_label</strong>: A label indicating how commonly the drug is used, if available.</li>\n<li><strong>references</strong>: A list of references related to the drug entry.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","viruses","1","drugs"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"cedb21c2-30a6-4df3-9c9d-623139be06ce","name":"/microbiology/viruses/{virus_code}/drugs","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/drugs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:16:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"887"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"auto_id\": 2,\n            \"drug_code\": 21276,\n            \"drug\": \"Brincidofovir\",\n            \"commonality_label\": null,\n            \"references\": [\n                {\n                    \"reference_number\": \"p 35171015\",\n                    \"title\": \"Sensitivity of Human Mastadenovirus, the Causal Agent of Pharyngoconjunctival Fever, Epidemic Keratoconjunctivitis, and Hemorrhagic Cystitis in Immunocompromised Individuals, to Brincidofovir.\",\n                    \"citation\": \"Microbiol Spectr 2022 Feb 23;10(1):e0156921.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/35171015\"\n                }\n            ]\n        },\n        {\n            \"auto_id\": 1,\n            \"drug_code\": 21206,\n            \"drug\": \"Cidofovir\",\n            \"commonality_label\": null,\n            \"references\": [\n                {\n                    \"reference_number\": \"p 30397065\",\n                    \"title\": \"Cidofovir Diphosphate Inhibits Adenovirus 5 DNA Polymerase via both Nonobligate Chain Termination and Direct Inhibition, and Polymerase Mutations Confer Cidofovir Resistance on Intact Virus.\",\n                    \"citation\": \"Antimicrob Agents Chemother 2019 Jan ;63(1)\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/30397065\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"119f7bb0-4075-4d69-b5dd-5713aa0c15b5"},{"name":"/microbiology/viruses/{virus_code}/genome-types","id":"63bcbdfa-cc20-4b2d-a9d0-42756badb7df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/genome-types","description":"<p>This API endpoint returns the type of genome for the specified virus.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><strong>data</strong>: Describes the genetic material of the virus, such as RNA or DNA.<ul>\n<li><em>Example</em>: \"Double-stranded DNA\"</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","viruses","1","genome-types"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"162a678c-3e37-44fa-8617-71b80b361e69","name":"/microbiology/viruses/{virus_code}/genome-types","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/genome-types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:17:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"30"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Double-stranded DNA\"\n}"}],"_postman_id":"63bcbdfa-cc20-4b2d-a9d0-42756badb7df"},{"name":"/microbiology/viruses/{virus_code}/replication-mechanism","id":"7ff271cc-5800-41fe-84a1-fb076de4f3ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/replication-mechanism","description":"<p>This API endpoint returns a detailed description of the replication mechanism for the specified virus.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><strong>data</strong>: Describes the process by which the virus replicates within the host.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","viruses","1","replication-mechanism"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"0c52ab3f-1203-4bc9-91ba-d19b95d0b926","name":"/microbiology/viruses/{virus_code}/replication-mechanism","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/replication-mechanism"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:17:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"644"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Once in the nucleus, the virus triggers early gene expression. The viral polymerase then elongates the nascent strand and displaces the existing strand. This leads to the formation of a new double-stranded DNA (dsDNA) template. This process is made possible by DBP, which oligomerizes alongside the now displaced single-stranded DNA (ssDNA). The new dsDNA genome and displaced ssDNA intermediate work as templates for continued replication. Viral genomes accumulate in the nucleus and form virus-induced postreplication (ViPR) bodies. {p 2894680} {p 12747549} {p 15273278} {p 11457998} {p 9469832} {p 2838479} {p 1291241} {p 7988575}\"\n}"}],"_postman_id":"7ff271cc-5800-41fe-84a1-fb076de4f3ad"},{"name":"/microbiology/viruses/{virus_code}/structure","id":"1a84726b-db47-4ba5-afdd-b15a2bc918bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/structure","description":"<p>This API endpoint returns detailed information about the physical structure of the specified virus.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><strong>data</strong>: Describes the structural characteristics of the virus, including its shape, size, and genetic composition.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","viruses","1","structure"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"408a8650-ad66-426a-b697-5fcc7860b16f","name":"/microbiology/viruses/{virus_code}/structure","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/structure"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:18:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"632"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Mastadenovirus particles are icosahedral. They range in size from 70 to 100 nanometers. They are made up of hexons that form the shell's faces and edges and pentons at the vertices (with fibrous projections). The viral genome is double-stranded, linear DNA, and its size ranges from 26 to 45 kbp. It has inverted terminal repeats between 36 to 200 bp in length. The terminal protein is covalently linked to the 5' end. Viruses from the <i>Mastadenovirus</i> genus encode approximately 16 common genes. \\\"Genus-specific genes\\\" are mainly found in the E1 and E4 regions. {p 14573794} {p 34063479} {p 14573794} {p 32236817}\"\n}"}],"_postman_id":"1a84726b-db47-4ba5-afdd-b15a2bc918bc"},{"name":"/microbiology/viruses/{virus_code}/synonyms","id":"1e65c513-5b55-4db7-a986-4838a88e89e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/synonyms","description":"<p>This API endpoint returns a list of synonyms for the specified virus.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><strong>data</strong>: An array of alternative names and terms for the virus.<ul>\n<li><em>Example</em>: [\"Adenovirus\", \"AdV\", \"HAdV\"]</li>\n</ul>\n</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","viruses","1","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"0e14d85c-5e6c-4671-ab22-91851defb658","name":"/microbiology/viruses/{virus_code}/synonyms Copy","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:17:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"36"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"Adenovirus\",\n        \"AdV\",\n        \"HAdV\"\n    ]\n}"}],"_postman_id":"1e65c513-5b55-4db7-a986-4838a88e89e9"},{"name":"/microbiology/viruses/{virus_code}/vaccines","id":"48ee7c84-997f-4567-a7dc-eeed32e9ea3b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/vaccines","description":"<p>This API endpoint returns a list of vaccines available for the specified virus. The information includes the vaccine name, its unique code, and relevant references.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><strong>vaccine_code</strong>: A unique code representing the vaccine.</li>\n<li><strong>vaccine</strong>: The name of the vaccine.</li>\n<li><strong>commonality_label</strong>: A label indicating how commonly the vaccine is used, if available.</li>\n<li><strong>references</strong>: A list of references related to the vaccine entry.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","viruses","1","vaccines"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"064eb8c5-7a41-482b-a3cf-9d3483da75df","name":"/microbiology/viruses/{virus_code}/vaccines","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/vaccines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:18:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1146"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"auto_id\": 1,\n            \"vaccine_code\": 30015,\n            \"vaccine\": \"Adenovirus vaccine\",\n            \"commonality_label\": null,\n            \"references\": [\n                {\n                    \"reference_number\": \"p 17728025\",\n                    \"title\": \"Role of U.S. military research programs in the development of U.S.-licensed vaccines for naturally occurring infectious diseases.\",\n                    \"citation\": \"Vaccine 2007 Oct 10;25(41):7017-30.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/17728025\"\n                },\n                {\n                    \"reference_number\": \"p 15174954\",\n                    \"title\": \"Vaccines for the prevention of respiratory viral infections: problems and current status.\",\n                    \"citation\": \"Expert Opin Investig Drugs 2004 Jun ;13(6):681-9.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/15174954\"\n                },\n                {\n                    \"reference_number\": \"p 2560582\",\n                    \"title\": \"Current use and future directions of adenovirus vaccine.\",\n                    \"citation\": \"Semin Respir Infect 1989 Dec ;4(4):299-303.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/2560582\"\n                },\n                {\n                    \"reference_number\": \"p 31548014\",\n                    \"title\": \"Adverse events following adenovirus type 4 and type 7 vaccine, live, oral in the Vaccine Adverse Event Reporting System (VAERS), United States, October 2011-July 2018.\",\n                    \"citation\": \"Vaccine 2019 Sep 20;\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/31548014\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"48ee7c84-997f-4567-a7dc-eeed32e9ea3b"},{"name":"/microbiology/viruses/{virus_code}/vectors","id":"be15dc4f-a8e2-423c-881f-11e3aa7aee36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/6/vectors","description":"<p>This API endpoint returns a list of vectors responsible for the transmission of the specified virus. The information includes the vector class, entity, and relevant references.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><strong>vector_class</strong>: The class of the vector (e.g., insect, arthropod).</li>\n<li><strong>vector_entity</strong>: The common name of the vector entity.</li>\n<li><strong>vector_entity_latin</strong>: The scientific name of the vector entity.</li>\n<li><strong>commonality_label</strong>: A label indicating how commonly the vector is associated with the virus, if available.</li>\n<li><strong>references</strong>: A list of references related to the vector entry.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","viruses","6","vectors"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"81d8d6a9-e6a6-4b04-9698-45e644678fd8","name":"/microbiology/viruses/{virus_code}/vectors","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/6/vectors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:18:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"447"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"auto_id\": 28,\n            \"vector_class\": \"Sandfly\",\n            \"vector_entity\": \"Lutzomyia\",\n            \"vector_entity_latin\": \"<i>Lutzomyia</i> spp.\",\n            \"commonality_label\": null,\n            \"references\": [\n                {\n                    \"reference_number\": \"p 3024516\",\n                    \"title\": \"Biology of Arboledas virus, a new phlebotomus fever serogroup virus (Bunyaviridae: Phlebovirus) isolated from sand flies in Colombia.\",\n                    \"citation\": \"Am J Trop Med Hyg 1986 Nov ;35(6):1310-6.\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/p/3024516\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"be15dc4f-a8e2-423c-881f-11e3aa7aee36"},{"name":"/microbiology/viruses/{virus_code}/vehicles","id":"f8c142b8-73ab-4ad5-a8cf-c6241a36c298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/vehicles","description":"<p>This API endpoint returns a list of vehicles responsible for the transmission of the specified virus. The information includes the vehicle class, entity, and relevant references.</p>\n<h4 id=\"returned-values\">Returned Values:</h4>\n<ul>\n<li><strong>vehicle_class</strong>: The class of the vehicle (e.g., aerosol, fecal-oral route).</li>\n<li><strong>vehicle_entity</strong>: The common name of the vehicle entity, if available.</li>\n<li><strong>vehicle_entity_latin</strong>: The scientific name of the vehicle entity, if available.</li>\n<li><strong>commonality_label</strong>: A label indicating how commonly the vehicle is associated with the virus, if available.</li>\n<li><strong>references</strong>: A list of references related to the vehicle entry.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","viruses","1","vehicles"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"db53aace-4a97-46cc-a77d-0b8556cfeb90","name":"/microbiology/viruses/{virus_code}/vehicles","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/viruses/1/vehicles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 16 Jun 2024 02:19:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"506"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.53 () PHP/7.4.29"},{"key":"Upgrade","value":"h2,h2c"},{"key":"X-Powered-By","value":"PHP/7.4.29"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"auto_id\": 188,\n            \"vehicle_class\": \"Aerosol \",\n            \"vehicle_entity\": null,\n            \"vehicle_entity_latin\": null,\n            \"commonality_label\": null,\n            \"references\": [\n                {\n                    \"reference_number\": \"scd 579325\",\n                    \"title\": \"\",\n                    \"citation\": \"\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/s/d 579325\"\n                }\n            ]\n        },\n        {\n            \"auto_id\": 189,\n            \"vehicle_class\": \"Fecal-oral route\",\n            \"vehicle_entity\": null,\n            \"vehicle_entity_latin\": null,\n            \"commonality_label\": null,\n            \"references\": [\n                {\n                    \"reference_number\": \"scd 579325\",\n                    \"title\": \"\",\n                    \"citation\": \"\",\n                    \"short_citation\": \"\",\n                    \"href\": \"/references/s/d 579325\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"f8c142b8-73ab-4ad5-a8cf-c6241a36c298"}],"id":"02218471-a459-4311-b0e5-f746d9232b9f","description":"<p>The Viruses API provides comprehensive data and insights into various viruses, including their structure, mechanisms of infection, associated diseases, and more. Designed to support users in identifying and characterizing a wide range of viruses, this API offers detailed information on viral taxonomy, synonyms and related terms, genome types, and replication mechanisms. Users can explore virus-disease associations, obtain data on antiviral drugs and vaccines, and understand transmission vectors and vehicles of infection. Additionally, the API includes structural data and visual galleries to enhance the understanding of viral behaviors and interactions with hosts.</p>\n","_postman_id":"02218471-a459-4311-b0e5-f746d9232b9f","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Yeasts","item":[{"name":"/microbiology/yeasts","id":"a1b9af9a-a23f-4809-89d1-adc77a4a9269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts?return=Optional&search=Optional&limit=Optional&offset=Optional","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","yeasts"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>detailed | simple (default)</p>\n","type":"text/plain"},"key":"return","value":"Optional"},{"description":{"content":"<p>String. Prefix Search</p>\n","type":"text/plain"},"key":"search","value":"Optional"},{"description":{"content":"<p>Numeric.  Specifies records per page</p>\n","type":"text/plain"},"key":"limit","value":"Optional"},{"description":{"content":"<p>Numeric. Specifies the starting record</p>\n","type":"text/plain"},"key":"offset","value":"Optional"}],"variable":[]}},"response":[{"id":"e902ca63-b855-4ea2-be6e-9367694bfa57","name":"/microbiology/yeasts?return=detailed&search=c&limit=10&offset=5","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/microbiology/yeasts?return=detailed&search=c&limit=10&offset=5","protocol":"https","host":["api","gideononline","com"],"path":["microbiology","yeasts"],"query":[{"key":"return","value":"detailed"},{"key":"search","value":"c"},{"key":"limit","value":"10"},{"key":"offset","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 05:14:28 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"4548"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"yeast_code\": 7017,\n            \"yeast\": \"Candida bracarensis\",\n            \"notes\": \"Pseudohyphae and ascospores not seen\\r\\nPale cream colonies.\",\n            \"ecology\": \"Has been recovered from vaginal discharge, abscesses, stool and blood cultures. {p 16403904}\",\n            \"pathogens\": null,\n            \"vaccines\": [],\n            \"synonyms\": []\n        },\n        {\n            \"yeast_code\": 7025,\n            \"yeast\": \"Candida catenulata\",\n            \"notes\": \"Simple or elaborate pseudohyphae\\r\\nMultilateral budding\\r\\nNo sexual forms.\",\n            \"ecology\": \"Found in dairy products, poultry and water\\r\\nRarely recovered from clinical specimens.\",\n            \"pathogens\": null,\n            \"vaccines\": [],\n            \"synonyms\": [\n                \"Blastodendrion brumptii\",\n                \"Candida brumptii\",\n                \"Candida ravautii\",\n                \"Diutina catenulata\"\n            ]\n        }\n    ],\n    \"total\": 62,\n    \"offset\": 5,\n    \"limit\": 10\n}"}],"_postman_id":"a1b9af9a-a23f-4809-89d1-adc77a4a9269"},{"name":"/microbiology/yeasts/identify","id":"b93431fd-9fea-4a0c-b272-e532444178df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/identify?Y01=1&Y04=2","description":"<p>The Identify request of yeasts returns filtered lists of taxa relevant to the selected phenotypic characteristics that were passed as a request. The list is ranked by organism occurrence and likelihood of individual test results (Bayesian analysis).  </p>\n<p>Here's the format of the phenotypic characteristics passed in as part of the request: </p>\n<blockquote>\n<p>/microbiology/yeasts/identify?{code}=1|2&amp;{code}=1|2...  // 1 = yes and 2 = no.</p>\n</blockquote>\n<p>For list of all relevant test {code}s, refer to this endpoint:</p>\n<blockquote>\n<p>/microbiology/yeasts/tests</p>\n</blockquote>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","yeasts","identify"],"host":["api","gideononline","com"],"query":[{"key":"Y01","value":"1"},{"key":"Y04","value":"2"}],"variable":[]}},"response":[{"id":"22720c3b-6a11-4fd1-aea3-c5d1884acb7b","name":"/microbiology/yeasts/identify","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/microbiology/yeasts/identify?Y01=1&Y04=2","protocol":"https","host":["api","gideononline","com"],"path":["microbiology","yeasts","identify"],"query":[{"key":"Y01","value":"1"},{"key":"Y04","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:18:54 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"5933"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"yeast_code\": 7010,\n            \"yeast\": \"Candida albicans\",\n            \"probability\": 57.647763708734296\n        },\n        {\n            \"yeast_code\": 7220,\n            \"yeast\": \"Candida tropicalis\",\n            \"probability\": 22.828514428658789\n        },\n        {\n            \"yeast_code\": 7190,\n            \"yeast\": \"Candida parapsilosis\",\n            \"probability\": 12.682508015921547\n        }\n    ]\n}"}],"_postman_id":"b93431fd-9fea-4a0c-b272-e532444178df"},{"name":"/microbiology/yeasts/synonyms","id":"90da9fd2-b728-4319-82ae-cdc81b393ff1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/synonyms","description":"<p>Returns list of synonyms, which include previous names of taxa.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","yeasts","synonyms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"b973b77d-2ab7-4161-97ad-9bf8d4790f19","name":"/microbiology/yeasts/synonyms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/synonyms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:14:34 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"49196"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"yeast_code\": 7010,\n            \"yeast\": \"Actonia tropicalis\"\n        },\n        {\n            \"yeast_code\": 7409,\n            \"yeast\": \"Amphierna rubra\"\n        },\n        {\n            \"yeast_code\": 7080,\n            \"yeast\": \"Apiotrichum humicola\"\n        }\n    ]\n}"}],"_postman_id":"90da9fd2-b728-4319-82ae-cdc81b393ff1"},{"name":"/microbiology/yeasts/tests","id":"0e77f7f1-095b-4a45-bcd9-3d85850efa4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/tests","description":"<p>Returns list of phenotypic_test object.  </p>\n<p>Phenotypic Test object</p>\n<ul>\n<li>id: unique identifier for this phenotypic test</li>\n<li>phenotypic_test: name of the phenotypic test</li>\n<li>yeselim: list of codes that this phenotypic test eliminates if this test is marked YES.</li>\n<li>noelim: list of codes that this phenotypic test eliminates if this test is marked NO.</li>\n<li>yesconflict: list of codes that this phenotypic test conflicts with if this test is marked YES.</li>\n<li>description: description of the phenotypic test</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","yeasts","tests"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"9701c0cf-8235-47b7-a51a-22770d537fb6","name":"/microbiology/yeasts/tests","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/tests"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:18:33 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1380"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"code\": \"Y01\",\n            \"test\": \"Pseudohyphae\"\n        },\n        {\n            \"code\": \"Y02\",\n            \"test\": \"alpha-methyl-D-glucose assimilation\"\n        },\n        {\n            \"code\": \"Y03\",\n            \"test\": \"Arabinose assimilation\"\n        }\n    ]\n}"}],"_postman_id":"0e77f7f1-095b-4a45-bcd9-3d85850efa4b"},{"name":"/microbiology/yeasts/{yeast_code}/drug-susceptibility","id":"9e105823-5a6b-4cca-915d-860d791d52e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/{yeast_code}/drug-susceptibility","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","yeasts","{yeast_code}","drug-susceptibility"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"06e63b74-a2f8-4e3d-b37c-bc4406c87f78","name":"/microbiology/yeasts/7012/drug-susceptibility","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/7012/drug-susceptibility"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 04:58:05 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": []\n}"}],"_postman_id":"9e105823-5a6b-4cca-915d-860d791d52e3"},{"name":"/microbiology/yeasts/{yeast_code}/ecology","id":"18a8382d-6636-4155-bc89-334cc00cf41f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/{yeast_code}/ecology","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","yeasts","{yeast_code}","ecology"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"fed69182-c59a-4c73-a13f-a3f009d22563","name":"/microbiology/yeasts/7012/ecology","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/7012/ecology"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:15:33 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"115"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ecology\": \"Isolated from vaginal swabs and skin lesions in Africa and Europe. {p 23518168} {p 23303503}\"\n    }\n}"}],"_postman_id":"18a8382d-6636-4155-bc89-334cc00cf41f"},{"name":"/microbiology/yeasts/{yeast_code}/general","id":"7296094e-82a4-4af6-a5d3-950f64a658e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/{yeast_code}/general","description":"<p>Returns the following pathogen information of the selected pathogen.</p>\n<ul>\n<li>Ecology</li>\n<li>Details of growth and Incubation</li>\n<li>Morphology</li>\n<li>Disease Association</li>\n<li>Drug Susceptibility</li>\n<li>Vaccines</li>\n<li>Synonyms</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","yeasts","{yeast_code}","general"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"3fac1e5f-c7db-40f3-bded-875ffc4d22e0","name":"/microbiology/yeasts/7012/general","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/7012/general"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:14:49 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"337"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"yeast_code\": 7012,\n        \"yeast\": \"Candida africana\",\n        \"notes\": \"Most strains do not produce pseudohyphae\\r\\nChlamydospores not produced\\r\\nGrowth at 30 C and 37 C, but not 42 C.\",\n        \"ecology\": \"Isolated from vaginal swabs and skin lesions in Africa and Europe. {p 23518168} {p 23303503}\",\n        \"drug_susceptibility\": [],\n        \"vaccines\": [],\n        \"synonyms\": []\n    }\n}"}],"_postman_id":"7296094e-82a4-4af6-a5d3-950f64a658e5"},{"name":"/microbiology/yeasts/{yeast_code}/notes","id":"06ba40cd-0b23-4c5d-a44e-fa726e1a79da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/{yeast_code}/notes","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","yeasts","{yeast_code}","notes"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"9e045b89-1c14-4a31-bbc1-01548f7b0063","name":"/microbiology/yeasts/7012/notes","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/7012/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:15:13 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"134"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"notes\": \"Most strains do not produce pseudohyphae\\r\\nChlamydospores not produced\\r\\nGrowth at 30 C and 37 C, but not 42 C.\"\n    }\n}"}],"_postman_id":"06ba40cd-0b23-4c5d-a44e-fa726e1a79da"},{"name":"/microbiology/yeasts/{yeast_code}/phenotype","id":"a287cc2a-5db9-4e17-adcb-94f702bd07da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/{yeast_code}/phenotype","description":"<p>Returns the list of the positive and negative reaction indicators.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","yeasts","{yeast_code}","phenotype"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"c05f37b7-4f9e-4373-b281-c975f52af123","name":"/microbiology/yeasts/7012/phenotype","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/7012/phenotype"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 05:10:31 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"455"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"phenotype_code\": \"Y01\",\n            \"percent\": 5,\n            \"phenotype\": \"Pseudohyphae\"\n        },\n        {\n            \"phenotype_code\": \"Y07\",\n            \"percent\": 100,\n            \"phenotype\": \"Galactose assimilation\"\n        },\n        {\n            \"phenotype_code\": \"Y10\",\n            \"percent\": 100,\n            \"phenotype\": \"Glucose fermentation\"\n        },\n        {\n            \"phenotype_code\": \"Y13\",\n            \"percent\": 99,\n            \"phenotype\": \"2-Keto-D-Gluconate assimilation\"\n        },\n        {\n            \"phenotype_code\": \"Y17\",\n            \"percent\": 100,\n            \"phenotype\": \" Maltose fermentation\"\n        },\n        {\n            \"phenotype_code\": \"Y28\",\n            \"percent\": 50,\n            \"phenotype\": \"Xylose assimilation\"\n        }\n    ]\n}"}],"_postman_id":"a287cc2a-5db9-4e17-adcb-94f702bd07da"},{"name":"/microbiology/yeasts/{yeast_code}/vaccines","id":"383408ed-9f7b-4ff1-9263-0c952e786cd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/{yeast_code}/vaccines","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["microbiology","yeasts","{yeast_code}","vaccines"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"0b49f47a-def7-4c93-a25c-d43ee8dbd360","name":"/microbiology/yeasts/7012/vaccines","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/microbiology/yeasts/7012/vaccines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 04:58:42 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"11"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": []\n}"}],"_postman_id":"383408ed-9f7b-4ff1-9263-0c952e786cd4"}],"id":"530ab68c-db11-4a92-8025-cca3f5e07707","_postman_id":"530ab68c-db11-4a92-8025-cca3f5e07707","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"General","item":[{"name":"/contents/statistics","id":"d713902a-469e-4ee7-8a92-2198b0db95a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/contents/statistics","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["contents","statistics"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"d23c3898-d679-477e-aa97-8c8ef5d928b3","name":"/contents/statistics","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/contents/statistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Feb 2020 04:17:34 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"2768"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"content\": \"agent_count\",\n            \"count\": \"102\"\n        },\n        {\n            \"content\": \"bacteria_count\",\n            \"count\": \"1,737\"\n        },\n        {\n            \"content\": \"bacteria_ebook_count\",\n            \"count\": \"1\"\n        }\n    ]\n}"}],"_postman_id":"d713902a-469e-4ee7-8a92-2198b0db95a9"},{"name":"/countries","id":"1eece537-a267-4ba9-a402-323fb8b6c86d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/countries","description":"<p>Lists all countries used by Gideon</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["countries"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"05bc0aaf-36f4-4d8e-97b3-7f08e429f5f2","name":"/countries","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Jun 2020 21:06:09 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"10707"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"country_code\": \"G90\",\n            \"country\": \"< Bioterrorism simulator >\"\n        },\n        {\n            \"country_code\": \"G100\",\n            \"country\": \"< Worldwide >\"\n        },\n        {\n            \"country_code\": \"G101\",\n            \"country\": \"Afghanistan\"\n        }\n    ]\n}"}],"_postman_id":"1eece537-a267-4ba9-a402-323fb8b6c86d"},{"name":"/countries/{country_code}/events","id":"b526ef49-f816-4a38-aef4-ad7be25f87ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/countries/{country_code}/events?return=simple&year=2024","description":"<p>Returns infectious disease <strong>events</strong> (outbreaks and related records) recorded for the given <strong>country</strong>.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code (see <code>GET /countries</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>return</code></td>\n<td>No</td>\n<td><code>simple</code> (default), <code>detailed</code>, <code>minimal</code>, or <code>compact</code>—controls how much information each record includes.</td>\n</tr>\n<tr>\n<td><code>year</code></td>\n<td>No</td>\n<td>If set, limits results to that calendar year. Non-numeric values are rejected with an error response.</td>\n</tr>\n<tr>\n<td><code>limit</code>, <code>offset</code></td>\n<td>No</td>\n<td>Used when <code>return=detailed</code> for pagination.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response</strong></h4>\n<p>Usually a JSON object with a <code>data</code> array. With <code>return=detailed</code>, the response also includes pagination fields such as <code>total</code> and <code>offset</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["countries","{country_code}","events"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Response shape: <code>simple</code> (default), <code>detailed</code>, <code>minimal</code>, or <code>compact</code>. With <code>detailed</code>, results are paginated (use <code>limit</code> and <code>offset</code>).</p>\n","type":"text/plain"},"key":"return","value":"simple"},{"description":{"content":"<p>Optional calendar year filter. Must be numeric if provided; otherwise the API returns an error.</p>\n","type":"text/plain"},"key":"year","value":"2024"},{"disabled":true,"description":{"content":"<p>Page size when <code>return=detailed</code> (subject to your account limits).</p>\n","type":"text/plain"},"key":"limit","value":""},{"disabled":true,"description":{"content":"<p>Starting offset when <code>return=detailed</code>.</p>\n","type":"text/plain"},"key":"offset","value":""}],"variable":[]}},"response":[{"id":"19f91d6a-a45a-4a60-beca-090f3b92b3ed","name":"/countries/G292/events?return=simple","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/countries/G292/events?return=simple","protocol":"https","host":["api","gideononline","com"],"path":["countries","G292","events"],"query":[{"key":"return","value":"simple"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_code\": 11170,\n            \"disease\": \"Influenza\",\n            \"country_code\": \"G292\",\n            \"country\": \"United States\"\n        }\n    ]\n}"}],"_postman_id":"b526ef49-f816-4a38-aef4-ad7be25f87ff"},{"name":"/countries/{country_code}/outbreaks/news","id":"ff45ae01-7f0a-459c-a5d7-d36c5c11d01f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/countries/{country_code}/outbreaks/news?count=20","description":"<p>Returns curated <strong>outbreak news</strong> articles for <strong>all diseases</strong> associated with the given <strong>country</strong>.</p>\n<h4 id=\"path-parameters\"><strong>Path parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>country_code</code></td>\n<td>GIDEON country code (see <code>GET /countries</code>).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>count</code></td>\n<td>No</td>\n<td>Maximum articles returned (default 20, capped at <strong>100</strong>). Results are ordered with the most recently added items first.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response</strong></h4>\n<p>JSON with a <code>data</code> array. Each item includes a <code>news_id</code>, disease and country names and codes, location fields, dates, title, source, URL, case counts, summary (<code>abstract</code>), and administrative area names where available.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["countries","{country_code}","outbreaks","news"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Maximum articles returned. Default 20; values above 100 are capped at 100.</p>\n","type":"text/plain"},"key":"count","value":"20"}],"variable":[]}},"response":[{"id":"c1e24517-b699-4383-93ef-d571b5e90002","name":"/countries/G158/outbreaks/news?count=20","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/countries/G158/outbreaks/news?count=20","protocol":"https","host":["api","gideononline","com"],"path":["countries","G158","outbreaks","news"],"query":[{"key":"count","value":"20"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"news_id\": 12345,\n            \"disease_code\": 10390,\n            \"country_code\": \"G158\",\n            \"disease\": \"Cholera\",\n            \"country\": \"Ethiopia\",\n            \"state\": null,\n            \"city\": null,\n            \"outbreak_first_reported\": \"2025-01-10\",\n            \"publication_date\": \"2025-01-11\",\n            \"title\": \"Example outbreak news headline\",\n            \"news_source\": \"Example Source\",\n            \"url\": \"https://example.com/article\",\n            \"cases\": 5,\n            \"deaths\": null,\n            \"animal_cases\": null,\n            \"animal_deaths\": null,\n            \"abstract\": \"Short summary of the article.\",\n            \"admin_1_name\": null,\n            \"admin_2_name\": null,\n            \"admin_3_name\": null\n        }\n    ]\n}"}],"_postman_id":"ff45ae01-7f0a-459c-a5d7-d36c5c11d01f"},{"name":"/references/{source code}/{reference number}","id":"99fb053b-a1ea-40f6-8300-276a57cc44a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://api.gideononline.com/references/m/20100826.3010","description":"<p>Returns abstract of a reference. It requires two parameters:</p>\n<ul>\n<li>source code: <ul>\n<li>p: pubmed</li>\n<li>m: ProMED</li>\n</ul>\n</li>\n<li>reference number</li>\n</ul>\n<p>PubMed comprises more than 29 million citations for biomedical literature from MEDLINE, life science journals, and online books. Citations may include links to full-text content from PubMed Central and publisher web sites.</p>\n<p>ProMED (the Program for Monitoring Emerging Diseases) is an internet-based reporting system dedicated to rapid global dissemination of information on outbreaks of infectious diseases and acute exposures to toxins that affect human health, including those in animals and in plants grown for food or animal feed.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["references","m","20100826.3010"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"a5327236-ff36-4595-8104-a5f0b108c947","name":"/references/{source code}/{reference number}","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/references/p/16885634"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:19:13 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"305"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"source_code\": \"p\",\n        \"reference_number\": \"16885634\",\n        \"reference_source\": \"\",\n        \"title\": \"A child with an acanthocephalan infection.\",\n        \"authors\": \"Almodovar EL\",\n        \"abstract\": \"\",\n        \"citation\": \"Ann Saudi Med 2006 Jul-Aug;26(4):321-4.\",\n        \"short_citation\": \"\",\n        \"url\": \"http://www.promedmail.org/direct.php?id=16885634\"\n    }\n}"}],"_postman_id":"99fb053b-a1ea-40f6-8300-276a57cc44a5"}],"id":"66e111af-bb55-4ae3-a93e-439f8576d0ad","_postman_id":"66e111af-bb55-4ae3-a93e-439f8576d0ad","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Diagnosis","item":[{"name":"/diagnosis/countries","id":"10dd538f-6ec0-417c-9fb1-968653b5238e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diagnosis/countries","description":"<p>Returns list of countries that can be used to chooce the country in which the patient acquired the disease. </p>\n<p>Generally the list of country names corresponds to accepted geographical and political designations. Certain territories, protectorates, etc are listed separately when their infectious disease status differs significantly from that of the ‘mother’ country. Thus Puerto Rico and Guam are processed as autonomous epidemiological entities by GIDEON. In contrast, newer countries or semi-autonomous regions (ie, Kosovo) will continue to appear in the app as part of the mother-nation (ie, Serbia).</p>\n<p>The default &lt; Worldwide &gt; option is useful when generating a comprehensive list of all diseases associated with specific clinical findings.</p>\n<p>The returned countries includes the \"Bioterrorism Simulator\" - designed for diagnosis and informatics relevant to the military and paramilitary use of human Infectious Disease agents. When \"Bioterrorism Simulator\" is selected as the \"country\", the resulting differential diagnosis list includes only diseases considered as potential agents of bioterrorism. Note that this list is not Bayesian; ie, all relevant diseases are assigned an equal ‘incidence’ when calculating probability.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diagnosis","countries"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"a9e3e97c-d87e-4499-abfe-12dc624c7cb7","name":"/diagnosis/countries","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diagnosis/countries"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:21:39 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"10707"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"country_code\": \"G90\",\n            \"country\": \"< Bioterrorism simulator >\"\n        },\n        {\n            \"country_code\": \"G100\",\n            \"country\": \"< Worldwide >\"\n        },\n        {\n            \"country_code\": \"G101\",\n            \"country\": \"Afghanistan\"\n        }\n    ]\n}"}],"_postman_id":"10dd538f-6ec0-417c-9fb1-968653b5238e"},{"name":"/diagnosis/countries/synonyms","id":"a9a722b2-89b1-49d3-9500-5e2badd3181c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diagnosis/countries/synonyms?search=r","description":"<p>Returns list of all synonyms of country names. Many countries are known by alternate names, which may not appear on the general country list; ie, Burma vs. Myanmar.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diagnosis","countries","synonyms"],"host":["api","gideononline","com"],"query":[{"key":"search","value":"r"}],"variable":[]}},"response":[{"id":"0195351a-c744-49ba-a5c8-0d0b1bd24a99","name":"/diagnosis/countries/synonyms","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diagnosis/countries/synonyms?search=r","protocol":"https","host":["api","gideononline","com"],"path":["diagnosis","countries","synonyms"],"query":[{"key":"search","value":"r"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:21:57 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1093"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"country_code\": \"G220\",\n            \"country\": \"Rabat\"\n        },\n        {\n            \"country_code\": \"G164\",\n            \"country\": \"Raiatea\"\n        },\n        {\n            \"country_code\": \"G222\",\n            \"country\": \"Rangoon\"\n        }\n    ]\n}"}],"_postman_id":"a9a722b2-89b1-49d3-9500-5e2badd3181c"},{"name":"/diagnosis/{disease code}/whynot","id":"33a4f303-ea45-4ed2-923b-81dada492877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"33a4f303-ea45-4ed2-923b-81dada492877"},{"name":"/diagnosis/diagnose/first-case","id":"b4cdb45e-968d-4d15-82a6-c92aa809e6bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api-test.gideononline.com/diagnosis/diagnose/first-case?B10=2&exposure_start=Optional&exposure_end=Optional&country=G292,G102","description":"<p>First-case presents a list of diseases which are compatible with the symptoms provided, but are not currently reported in the specified countries. </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diagnosis","diagnose","first-case"],"host":["api-test","gideononline","com"],"query":[{"description":{"content":"<p>The key (i.e. B10 in this example) represents the symptom code.  The list of symptom names and the corresponding symptom codes can be obtained by making the /diagnosis/symptoms API request.  It can have one of three values: </p>\n<ul>\n<li>1: yes</li>\n<li>2: no</li>\n<li>3: unknown<br />You can provide multiple key-value pairs to designate symptom statuses.</li>\n</ul>\n","type":"text/plain"},"key":"B10","value":"2"},{"description":{"content":"<p>The number of days from the first date of exposure until the onset of the disease</p>\n","type":"text/plain"},"key":"exposure_start","value":"Optional"},{"description":{"content":"<p>The number of days from the last date of exposure until the onset of the disease</p>\n","type":"text/plain"},"key":"exposure_end","value":"Optional"},{"description":{"content":"<p>Provide one more multiple countries of acquisition separated by commas. Country of acquisition is known, provide the country code (ie. G292 &amp; G102 in this example). The list of country names and the corresponding country codes can be obtained by making the /diagnosis/countries API request\\n\",\"enabled\":true}]</p>\n","type":"text/plain"},"key":"country","value":"G292,G102"}],"variable":[]}},"response":[],"_postman_id":"b4cdb45e-968d-4d15-82a6-c92aa809e6bb"},{"name":"/diagnosis/diagnose","id":"7809eea9-db34-43db-a82c-a337483185d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diagnosis/diagnose?B01=1&country=Optional&exposure_start=Optional&exposure_end=Optional","description":"<p>The diagnose api call generates and returns a country-specific diagnosis based on symptoms, signs, and laboratory data. </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diagnosis","diagnose"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>The key (i.e. B01 in this example) represents the symptom code.  The list of symptom names and the corresponding symptom codes can be obtained by making the /diagnosis/symptoms API request.  It can have one of three values: </p>\n<ul>\n<li>1: yes</li>\n<li>2: no</li>\n<li>3: unknown</li>\n</ul>\n<p>You can provide multiple key-value pairs to designate symptom statuses.</p>\n","type":"text/plain"},"key":"B01","value":"1"},{"description":{"content":"<p>If a country of acquisition is known, provide the country code (ie. G292 in this example). The list of country names and the corresponding country codes can be obtained by making the /diagnosis/countries API request\\n\",\"enabled\":true}]</p>\n","type":"text/plain"},"key":"country","value":"Optional"},{"description":{"content":"<p>The number of days from the first date of exposure until the onset of the disease</p>\n","type":"text/plain"},"key":"exposure_start","value":"Optional"},{"description":{"content":"<p>The number of days from the last date of exposure until the onset of the disease</p>\n","type":"text/plain"},"key":"exposure_end","value":"Optional"}],"variable":[]}},"response":[{"id":"8959a2c1-0061-474a-8cc2-508ee6c645d0","name":"/diagnosis/diagnose","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/diagnosis/diagnose?B01=1&country=G212","protocol":"https","host":["api","gideononline","com"],"path":["diagnosis","diagnose"],"query":[{"key":"B01","value":"1","description":"The key (i.e. B01 in this example) represents the symptom code.  The list of symptom names and the corresponding symptom codes can be obtained by making the /diagnosis/symptoms API request.  It can have one of three values: \n\n- 1: yes\n- 2: no\n- 3: unknown   "},{"key":"country","value":"G212","description":"If a country of acquisition is known, provide the country code (ie. G292 in this example). The list of country names and the corresponding country codes can be obtained by making the /diagnosis/countries API request\\n\",\"enabled\":true}]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:22:22 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"19718"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"disease_id\": 10470,\n            \"disease_name\": \"Common cold\",\n            \"is_bioterror\": false,\n            \"probability\": 55.689674270024724,\n            \"href\": \"/diseases/10470/general\",\n            \"country_note_exists\": false\n        },\n        {\n            \"disease_id\": 11170,\n            \"disease_name\": \"Influenza\",\n            \"is_bioterror\": false,\n            \"probability\": 18.561368434199242,\n            \"href\": \"/diseases/11170/general\",\n            \"country_note_exists\": true\n        },\n        {\n            \"disease_id\": 11735,\n            \"disease_name\": \"Parainfluenza virus infection\",\n            \"is_bioterror\": false,\n            \"probability\": 9.2816123783374547,\n            \"href\": \"/diseases/11735/general\",\n            \"country_note_exists\": false\n        }\n    ]\n}"}],"_postman_id":"7809eea9-db34-43db-a82c-a337483185d4"},{"name":"/diagnosis/symptoms","id":"5cfc2634-0e92-4fde-864f-03d1d8a98732","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diagnosis/symptoms","description":"<p>Returns complete list of all signs and symptoms by specific categories and sub-categories (i.e. children) in tree-like structure. </p>\n<p>The returned JSON output will be a list of SymptomObject. If a given SymptomObject has sub-categories, it will have \"children\" parameter that will have nested list of SymptomObject.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diagnosis","symptoms"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"506a0374-c97d-4497-bfb2-63827dbbd48f","name":"/diagnosis/symptoms","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diagnosis/symptoms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:19:31 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"14504"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"clinical_code\": \"B00\",\n            \"clinical\": \"====Basic====\",\n            \"link\": \"\"\n        },\n        {\n            \"clinical_code\": \"B01\",\n            \"clinical\": \"Outbreak or case cluster\",\n            \"link\": \"F\",\n            \"children\": [\n                {\n                    \"clinical_code\": \"F01\",\n                    \"clinical\": \"Epidemic or large outbreak\",\n                    \"link\": \"\"\n                }\n            ]\n        },\n        {\n            \"clinical_code\": \"B02\",\n            \"clinical\": \"The patient is an adult\",\n            \"link\": \"C\",\n            \"children\": [\n                {\n                    \"clinical_code\": \"C00\",\n                    \"clinical\": \"====Old patient====\",\n                    \"link\": \"\"\n                },\n                {\n                    \"clinical_code\": \"C01\",\n                    \"clinical\": \"Over the age of 60 years\",\n                    \"link\": \"\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"5cfc2634-0e92-4fde-864f-03d1d8a98732"},{"name":"/diagnosis/symptoms/roots","id":"28fd2f3c-465f-4ede-ba15-400801750fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diagnosis/symptoms/roots","description":"<p>Returns the top-most parent categories of all signs and symptoms. If a \"children_link\" has a value, then an API call to /diagnosis/symptoms/{code}/children can be made to retrieve all children nodes.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diagnosis","symptoms","roots"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"28fd2f3c-465f-4ede-ba15-400801750fb0"},{"name":"/diagnosis/symptoms/{symptom_code}","id":"029ad534-f7c0-4bd5-9e0a-3ce2c51615ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":"https://api.gideononline.com/diagnosis/symptoms/B01?Autho=","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diagnosis","symptoms","B01"],"host":["api","gideononline","com"],"query":[{"key":"Autho","value":""}],"variable":[]}},"response":[{"id":"669124be-6ef8-43f1-8b32-180f2c9c58e0","name":"/diagnosis/symptoms/{symptom_code}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access_token}}","type":"text"}],"url":{"raw":"https://api.gideononline.com/diagnosis/symptoms/B01?Autho","protocol":"https","host":["api","gideononline","com"],"path":["diagnosis","symptoms","B01"],"query":[{"key":"Autho","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 21:30:07 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"414"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"clinical\": \"Outbreak or case cluster\",\n        \"icd9\": null,\n        \"icd10\": null,\n        \"note\": \"Assumes that this infection is contagious or related to a common source; or part of a case-cluster or ongoing outbreak. As you enter signs and symptoms in the following fields, indicate only \\\"typical\\\" clinical features shared by several patients\",\n        \"image\": \"https://web.gideononline.com/sdfasdweb/symptom_images/thumb/b01.jpg\"\n    }\n}"}],"_postman_id":"029ad534-f7c0-4bd5-9e0a-3ce2c51615ef"},{"name":"/diagnosis/symptoms/{code}/children","id":"64209cae-54cd-4fb4-a753-2f4caa905a0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/diagnosis/symptoms/B02/children","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["diagnosis","symptoms","B02","children"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"6c7169e1-c9ce-4680-a88d-bb63b2360ff7","name":"/diagnosis/symptoms/{code}/children","originalRequest":{"method":"GET","header":[],"url":"https://api.gideononline.com/diagnosis/symptoms/B02/children"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Dec 2019 05:21:03 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"459"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"clinical_code\": \"C00\",\n            \"clinical\": \"====Old patient====\",\n            \"link\": \"\",\n            \"consumer_message\": \"\",\n            \"yes_elim\": [],\n            \"no_elim\": [],\n            \"warning\": \"\",\n            \"icd9\": null,\n            \"icd10\": null\n        },\n        {\n            \"clinical_code\": \"C01\",\n            \"clinical\": \"Over the age of 60 years\",\n            \"link\": \"\",\n            \"consumer_message\": \"Medical texts assign varying definitions to the term 'elderly.'  The age group > 60 years was selected as an arbitrary cutoff\",\n            \"yes_elim\": [\n                \"B03\",\n                \"D01\"\n            ],\n            \"no_elim\": [],\n            \"warning\": \"\",\n            \"icd9\": null,\n            \"icd10\": null\n        }\n    ]\n}"}],"_postman_id":"64209cae-54cd-4fb4-a753-2f4caa905a0a"},{"name":"/diagnosis/undiagnosed","id":"b172f475-c18e-4d1a-abb1-9e6e0b1f7e03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"b172f475-c18e-4d1a-abb1-9e6e0b1f7e03"}],"id":"bd1fd9ad-02ce-4167-a28e-10a5ec459507","description":"<p>The “art” of diagnosis is largely the ability to rank probabilities based on the incidences of likely diseases, and the chance of encountering given clinical features within each disease. Clinical features are composed of country, incubation period, and signs and symptoms. The Diagnosis API allows user to indicate these clinical findings and use these findings to generate a ranked diagnosis list from GIDEON’s database.</p>\n<p>Throughout this API doc, \"signs and symptoms\" will just be referred to as \"symptoms\".  </p>\n<p>SymptomObject:</p>\n<ul>\n<li>code: unique code for sign/symptom</li>\n<li>clinical: name of the sign/symptom</li>\n<li>children_link: a prefix representing the first character of the children nodes</li>\n<li>consumer_message: description of the sign/symptom</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7257ff8a-6c70-4706-bd36-067abf3a395b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"19fd7283-5b04-4538-ad9c-5679130851ac"}}],"_postman_id":"bd1fd9ad-02ce-4167-a28e-10a5ec459507","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}},{"name":"Search","item":[{"name":"/search","id":"f2eccd63-3840-4484-aa5c-963d1f0aa9f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/search?q=Required&{facet}=Optional&record_type=Optional&offset=Optional&limit=Optional","description":"<p>As evidenced by the many API endpoints, GIDEON consists of an extensive number of data areas devoted to text, maps, images, graphs, charts, etc. </p>\n<p>The Search API can help users navigate quickly through to find the information they need. The Search API is designed to access and display all areas of GIDEON that may be relevant to any disease, drugs, vaccine, country name or organism – including alternate and synonym names for the selected term. </p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["search"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>String. Search term.</p>\n","type":"text/plain"},"key":"q","value":"Required"},{"description":{"content":"<p>A facet  represents a field that you can use to refine and filter search results. When you submit search requests, the response will include facet information that tells you how many documents share the same value in a particular field. You can display this information along with the search results, and use it to enable users to interactively refine their searches.</p>\n","type":"text/plain"},"key":"{facet}","value":"Optional"},{"description":{"content":"<p>image | document | graph</p>\n","type":"text/plain"},"key":"record_type","value":"Optional"},{"description":{"content":"<p>Numeric. Specifies the starting record</p>\n","type":"text/plain"},"key":"offset","value":"Optional"},{"description":{"content":"<p>Numeric.  Specifies records per page</p>\n","type":"text/plain"},"key":"limit","value":"Optional"}],"variable":[]}},"response":[{"id":"bdfacee0-c88c-4305-ac6a-267fe0db0519","name":"/search?q=hepatitis&country=Japan&record_type=graph&offset=10&limit=2","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/search?q=hepatitis&country=Japan&record_type=graph&offset=10&limit=2","protocol":"https","host":["api","gideononline","com"],"path":["search"],"query":[{"key":"q","value":"hepatitis"},{"key":"country","value":"Japan"},{"key":"record_type","value":"graph"},{"key":"offset","value":"10"},{"key":"limit","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Mar 2020 05:39:16 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"1790"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"hits\": [\n            {\n                \"id\": \"diseases-11040-G193-graph-1X\",\n                \"fields\": {\n                    \"description\": [\n                        \"Japan. Hepatitis B, cases (Rates per 100,000)\"\n                    ],\n                    \"title\": [\n                        \"Japan. Hepatitis B, cases (Rates per 100,000)\"\n                    ],\n                    \"country\": [\n                        \"Japan\"\n                    ],\n                    \"disease\": [\n                        \"Hepatitis B\"\n                    ],\n                    \"module\": [\n                        \"diseases\"\n                    ],\n                    \"record_type\": [\n                        \"graph\"\n                    ],\n                    \"synonyms\": [\n                        \"Epatite B\",\n                        \"Serum hepatitis\",\n                        \"Hepatite per virus B\",\n                        \"HBV\"\n                    ],\n                    \"location\": [\n                        \"https://web.gideononline.com/web/gdn_graph.php?disease_id=11040&country_code=G193&graph_id=1X\"\n                    ]\n                },\n                \"highlights\": {\n                    \"description\": \"**Hepatitis** B, cases (Rates per 100,000)\",\n                    \"title\": \"**Hepatitis** B, cases (Rates per 100,000)\"\n                }\n            },\n            {\n                \"id\": \"diseases-10580-G193-graph-1X\",\n                \"fields\": {\n                    \"description\": [\n                        \"Japan. Cytomegalovirus hepatitis, cases (Rates per 100,000)\"\n                    ],\n                    \"title\": [\n                        \"Japan. Cytomegalovirus hepatitis, cases (Rates per 100,000)\"\n                    ],\n                    \"country\": [\n                        \"Japan\"\n                    ],\n                    \"disease\": [\n                        \"Cytomegalovirus infection\"\n                    ],\n                    \"module\": [\n                        \"diseases\"\n                    ],\n                    \"record_type\": [\n                        \"graph\"\n                    ],\n                    \"synonyms\": [\n                        \"Zytomegalie\",\n                        \"Cytomegalovirus\"\n                    ],\n                    \"location\": [\n                        \"https://web.gideononline.com/web/gdn_graph.php?disease_id=10580&country_code=G193&graph_id=1X\"\n                    ]\n                },\n                \"highlights\": {\n                    \"description\": \"Cytomegalovirus **hepatitis**, cases (Rates per 100,000)\",\n                    \"title\": \"Cytomegalovirus **hepatitis**, cases (Rates per 100,000)\"\n                }\n            }\n        ],\n        \"facets\": {\n            \"disease\": {\n                \"buckets\": [\n                    {\n                        \"value\": \"Hepatitis A\",\n                        \"count\": 4\n                    },\n                    {\n                        \"value\": \"Cytomegalovirus infection\",\n                        \"count\": 2\n                    },\n                    {\n                        \"value\": \"Hepatitis B\",\n                        \"count\": 2\n                    },\n                    {\n                        \"value\": \"Hepatitis C\",\n                        \"count\": 2\n                    },\n                    {\n                        \"value\": \"Hepatitis D\",\n                        \"count\": 2\n                    },\n                    {\n                        \"value\": \"Hepatitis E\",\n                        \"count\": 2\n                    }\n                ]\n            },\n            \"drug\": {\n                \"buckets\": []\n            },\n            \"module\": {\n                \"buckets\": [\n                    {\n                        \"value\": \"diseases\",\n                        \"count\": 14\n                    }\n                ]\n            },\n            \"country\": {\n                \"buckets\": [\n                    {\n                        \"value\": \"Japan\",\n                        \"count\": 14\n                    }\n                ]\n            },\n            \"record_type\": {\n                \"buckets\": [\n                    {\n                        \"value\": \"graph\",\n                        \"count\": 14\n                    }\n                ]\n            },\n            \"vaccine\": {\n                \"buckets\": []\n            },\n            \"bacteria\": {\n                \"buckets\": []\n            },\n            \"mycobacteria\": {\n                \"buckets\": []\n            },\n            \"yeasts\": {\n                \"buckets\": []\n            }\n        }\n    },\n    \"total\": 14,\n    \"offset\": 10,\n    \"limit\": 2\n}"}],"_postman_id":"f2eccd63-3840-4484-aa5c-963d1f0aa9f0"},{"name":"/search/suggestions","id":"e502f74c-235d-49b1-a97d-fe6da50a9f35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/search/suggestions?q=Required","description":"<p>This endpoint returns list of suggestions that are possible matches for an incomplete search query. This enables you to display likely matches before users finish typing their queries. </p>\n<p>The logics behind providing suggestions are:</p>\n<ul>\n<li>word prefix matching</li>\n<li>fuzzy matching (attempts to find a match even after one or more typos in the searched prefix). This may be useful since medical terms are often difficult to spell correctly.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["search","suggestions"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>String. Terms to search</p>\n","type":"text/plain"},"key":"q","value":"Required"}],"variable":[]}},"response":[{"id":"b7ce0d83-9a59-494b-9a0e-2bb5eb8cd480","name":"/search/suggestions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/search/suggestions?q=adano","protocol":"https","host":["api","gideononline","com"],"path":["search","suggestions"],"query":[{"key":"q","value":"adano"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Feb 2020 18:12:58 GMT"},{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Content-Length","value":"293"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache"},{"key":"Strict-Transport-Security","value":"max-age=9999999999;"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        \"Adenocephalus pacificus\",\n        \"Adenoviral conjunctivitis\",\n        \"Adenoviral pneumonia\",\n        \"Adenovirus\",\n        \"Adenovirus infection\",\n        \"Adenovirus infection - Afghanistan\",\n        \"Adenovirus infection - Albania\",\n        \"Adenovirus infection - Algeria\",\n        \"Adenovirus infection - Angola\",\n        \"Adenovirus infection - Argentina\"\n    ]\n}"}],"_postman_id":"e502f74c-235d-49b1-a97d-fe6da50a9f35"},{"name":"/query","id":"aee12650-6cf4-443b-95ae-6d92e2ff3900","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"dengue\",\n  \"offset\": 0,\n  \"limit\": 10,\n  \"module_filter\": \"diseases\",\n  \"record_type_filter\": \"graph\"\n}"},"url":"https://api.gideononline.com/query","description":"<p>Runs a <strong>keyword search</strong> against GIDEON content. The API returns <code>{ \"data\": ... }</code> where <code>data</code> is the search payload from the search service (shape may include hits, facets, and metadata depending on the query).</p>\n<h4 id=\"request-body-json\"><strong>Request body (JSON)</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>query</code></td>\n<td><strong>Yes</strong></td>\n<td>Search text.</td>\n</tr>\n<tr>\n<td><code>offset</code></td>\n<td>No</td>\n<td>Starting offset for paginated results.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>No</td>\n<td>Page size.</td>\n</tr>\n<tr>\n<td><code>module_filter</code></td>\n<td>No</td>\n<td>Narrow results by module (e.g. diseases).</td>\n</tr>\n<tr>\n<td><code>record_type_filter</code></td>\n<td>No</td>\n<td>Narrow by record type (e.g. graph, image).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"errors\"><strong>Errors</strong></h4>\n<ul>\n<li><strong>400</strong> — Body is not valid JSON or <code>query</code> is missing/empty.</li>\n<li><strong>503</strong> — Search service is not configured on the server.</li>\n<li><strong>502</strong> — Search service could not be reached or returned an error.</li>\n</ul>\n<p>Non-success responses may use <code>{ \"error\": { \"message\", \"status\" } }</code>.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["query"],"host":["api","gideononline","com"],"query":[],"variable":[]}},"response":[{"id":"7ca8f3a3-6564-4391-b7d9-0c1b4850ecdf","name":"POST /query example","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"query\": \"dengue\",\n  \"limit\": 5\n}"},"url":"https://api.gideononline.com/query"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"hits\": [],\n        \"facets\": {}\n    }\n}"}],"_postman_id":"aee12650-6cf4-443b-95ae-6d92e2ff3900"},{"name":"/query/suggestions","id":"411b2271-3aa1-4dc3-adf5-e438a0db16d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.gideononline.com/query/suggestions?q=deng&limit=10&cache=true","description":"<p>Returns <strong>type-ahead suggestions</strong> for an incomplete query, using the same search backend as <code>POST /query</code>. Each item includes display text and an optional category.</p>\n<h4 id=\"query-parameters\"><strong>Query parameters</strong></h4>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>q</code></td>\n<td><strong>Yes</strong></td>\n<td>Prefix or partial term to match.</td>\n</tr>\n<tr>\n<td><code>limit</code></td>\n<td>No</td>\n<td>Default <strong>10</strong>; values above <strong>20</strong> are capped at <strong>20</strong>; invalid values fall back to <strong>10</strong>.</td>\n</tr>\n<tr>\n<td><code>cache</code></td>\n<td>No</td>\n<td><code>true</code> or <code>false</code>; if omitted, follows the server’s default caching behavior.</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"response\"><strong>Response</strong></h4>\n<p><code>{ \"data\": [ { \"text\": \"...\", \"category\": \"...\" } ] }</code> — <code>category</code> may be null.</p>\n<h4 id=\"errors\"><strong>Errors</strong></h4>\n<ul>\n<li><strong>400</strong> — <code>q</code> is missing or empty.</li>\n<li><strong>503</strong> — Search service is not configured.</li>\n<li><strong>502</strong> — Search service request failed.</li>\n</ul>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}},"urlObject":{"protocol":"https","path":["query","suggestions"],"host":["api","gideononline","com"],"query":[{"description":{"content":"<p>Partial search text (required).</p>\n","type":"text/plain"},"key":"q","value":"deng"},{"description":{"content":"<p>Max suggestions (default 10, maximum 20).</p>\n","type":"text/plain"},"key":"limit","value":"10"},{"description":{"content":"<p>Optional. When true, a cached response may be returned if server caching is enabled.</p>\n","type":"text/plain"},"key":"cache","value":"true"}],"variable":[]}},"response":[{"id":"b08d457e-81b1-455a-b7a3-c728fcdec40a","name":"/query/suggestions?q=deng","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.gideononline.com/query/suggestions?q=deng&limit=5","protocol":"https","host":["api","gideononline","com"],"path":["query","suggestions"],"query":[{"key":"q","value":"deng"},{"key":"limit","value":"5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"text\": \"Dengue\",\n            \"category\": \"disease\"\n        },\n        {\n            \"text\": \"Dengue fever - Brazil\",\n            \"category\": null\n        }\n    ]\n}"}],"_postman_id":"411b2271-3aa1-4dc3-adf5-e438a0db16d7"}],"id":"ddf3ae58-e941-435c-9d91-4f13bf550aa6","_postman_id":"ddf3ae58-e941-435c-9d91-4f13bf550aa6","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]},"isInherited":true,"source":{"_postman_id":"72978a27-85fc-4968-b32c-34c5847d46c5","id":"72978a27-85fc-4968-b32c-34c5847d46c5","name":"GIDEON API 1.0","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"Authorization"},{"key":"value","value":"{{gideon_authorization_header}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"023691c3-58fb-4060-b004-24d911ddf471"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"58f89d1e-cc66-458d-9608-01b5081f5951"}}]}