You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/flusurv.md
+16-34
Original file line number
Diff line number
Diff line change
@@ -52,40 +52,22 @@ If neither is specified, the current issues are used.
52
52
53
53
## Response
54
54
55
-
| Field | Description | Type |
56
-
|---|---|---|
57
-
|`result`| result code: 1 = success, 2 = too many results, -2 = no results | integer |
58
-
|`epidata`| list of results | array of objects |
59
-
|`epidata[].release_date`| the date when this record was first published by the CDC | string |
60
-
|`epidata[].location`| the name of the catchment (e.g. 'network_all', 'CA', 'NY_albany' | string |
61
-
|`epidata[].issue`| the epiweek of publication (e.g. issue 201453 includes epiweeks up to and including 2014w53, but not 2015w01 or following) | integer |
62
-
|`epidata[].epiweek`| the epiweek during which the data was collected | integer |
63
-
|`epidata[].lag`| number of weeks between `epiweek` and `issue`| integer |
64
-
|`epidata[].rate_age_0`| hospitalization rate for ages 0-4 | float |
65
-
|`epidata[].rate_age_1`| hospitalization rate for ages 5-17 | float |
66
-
|`epidata[].rate_age_2`| hospitalization rate for ages 18-49 | float |
67
-
|`epidata[].rate_age_3`| hospitalization rate for ages 50-64 | float |
68
-
|`epidata[].rate_age_4`| hospitalization rate for ages 65+ | float |
|`epidata[].rate_age_5`| hospitalization rate for ages 65-74 | float |
71
-
|`epidata[].rate_age_6`| hospitalization rate for ages 75-84 | float |
72
-
|`epidata[].rate_age_7`| hospitalization rate for ages 85+ | float |
73
-
|`epidata[].rate_age_18t29`| hospitalization rate for ages 18 to 29 | float |
74
-
|`epidata[].rate_age_30t39`| hospitalization rate for ages 30 to 39 | float |
75
-
|`epidata[].rate_age_40t49`| hospitalization rate for ages 40 to 49 | float |
76
-
|`epidata[].rate_age_5t11`| hospitalization rate for ages 5 to 11 | float |
77
-
|`epidata[].rate_age_12t17`| hospitalization rate for ages 12 to 17 | float |
78
-
|`epidata[].rate_age_lt18`| hospitalization rate for ages <18 | float |
79
-
|`epidata[].rate_age_gte18`| hospitalization rate for ages >=18 | float |
80
-
|`epidata[].rate_race_white`| hospitalization rate for white people | float |
81
-
|`epidata[].rate_race_black`| hospitalization rate for black people | float |
82
-
|`epidata[].rate_race_hisp`| hospitalization rate for Hispanic/Latino people | float |
83
-
|`epidata[].rate_race_asian`| hospitalization rate for Asian people | float |
84
-
|`epidata[].rate_race_natamer`| hospitalization rate for American Indian/Alaskan Native people | float |
85
-
|`epidata[].rate_sex_male`| hospitalization rate for males | float |
86
-
|`epidata[].rate_sex_female`| hospitalization rate for females | float |
87
-
|`epidata[].season`| indicates the start and end years of the winter flu season in the format YYYY-YY (e.g. 2022-23 indicates the flu season running late 2022 through early 2023) | string |
0 commit comments