Symptoms
Description: Lists symptoms associated with medical conditions and provides health-related information.
API Response Structure:
{
"disease": "Flu",
"title": "Common Flu Symptoms",
"symptoms": [
Fever",
"Cough",
"Fatigue"
],
"source": "Healthline",
"type": "instantAnswers",
"configType": "symptoms"
}
Fields:
-
disease(string): Name of the medical condition -
title(string): Descriptive title -
symptoms(array): List of symptoms -
source(string): Medical information source -
type(string): Always "instantAnswers" -
configType(string): Always "symptoms"
