Get active outbreak summaries using cursor-based pagination (v2).
This endpoint provides cursor-based pagination for active outbreak data. Unlike the v1 endpoint, this version:
Parameters: page: Cursor for pagination (omit for first page) num: Maximum number of records to return (1-1000) … (all other filtering parameters same as v1)
Returns: PaginatedListEnvelope containing:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A cursor for pagination across multiple pages of results. Don't include this parameter on the first call. Use the next_page value returned in a previous response to request subsequent results.
Maximum number of records will be returned by the API call. The maximum acceptable value is 1000
If not empty, only the records with this pathogen will be return.
If not empty, only the records with this event will be returned.
If not empty, only the records with this country code will be returned.
2Filter to return events with a first score date on or after the given date. Date format (yyyy-mm-dd)
Filter to return events with a latest score date on or after the given date. Date format (yyyy-mm-dd)
Filter to return events with a first occurence date on or after the given date. Date format (yyyy-mm-dd)
Filter to return events with a first occurence date on or before the given date. Date format (yyyy-mm-dd)
Filter to return events with a latest occurence date on or after the given date. Date format (yyyy-mm-dd)
Filter to return events with a latest occurence date on or before the given date. Date format (yyyy-mm-dd)
If not empty, only the records with this transmission route will be returned.
Airborne, Zoonotic, Vectorborne, Foodborne, Fomite, Direct Contact, Fecal-Oral, Waterborne, Bloodborne, Ingestion, Environmental If not empty, only the records with this level of human to human transmission will be returned.
Yes, No, Limited If not empty, only the records with this primary vector will be returned.
No, Not zoonotic or vectorborne, Ticks, Vectorborne, Mosquitoes, Biting flies, Fleas If not empty, only the records with this level of treatment availability will be returned.
No, Post-exposure prophylaxis only, Theraputic, Curative If not empty, only the records with this level of vaccine availability will be returned.
Yes, No, Limited, Pre-exposure prophylaxis only If not empty, only the records with this case fatality rate will be returned.
0-.01%], (0.01-0.1%], (0.1-1.0%], (1.0-5.0%], (5.0-20%], >20% If not empty, only the records with this human to animal interface type will be returned.
Domestic animals, Not zoonotic or vector-borne, Vector-borne, Wild animals, Companion animals If not empty, only the records with this outbreak frequency will be returned.
Extremely frequent, Moderate, Rare If not empty, only the records with this US Federal Select Agent status will be returned.
Yes, No ISO 3166-2 administrative division 1 code for reported cases and deaths
minimum number of countries impacted. All results will have equal to or greater than this value of impacted countries
maximum number of countries impacted. All results will have equal to or less than this value of impacted countries
minimum warning score. All results will have equal to or greater than this score
maximum warning score. All results will have equal to or less than this score
minimum cumulative cases. All results will have equal to or greater than this value
maximum cumulative cases. All results will have equal to or less than this value
minimum cumulative deaths. All results will have equal to or greater than this value
maximum cumulative deaths. All results will have equal to or less than this value
minimum cumulative cases globally for the event. All results will have equal to or greater than this value
maximum cumulative cases globally for the event. All results will have equal to or less than this value
minimum cumulative deaths globally for the event. All results will have equal to or greater than this value
maximum cumulative deaths globally for the event. All results will have equal to or less than this value