By new daily cases and deaths

GET http://api.coronatracker.com/v3/analytics/dailyNewStats?limit=

Request Params

KeyDatatypeRequiredDescription
limitnullOptional - Number - limit the number of results
Default value: 10

RESPONSES

status: OK

[{"country_code":"RU","lat":61.52401,"lng":105.318756,"country":"Russia","daily_cases":10559,"daily_deaths":86,"last_updated":"2020-05-06T17:15:05.000Z"},{"country_code":"US","lat":37.09024,"lng":-95.712891,"country":"USA","daily_cases":6669,"daily_deaths":596,"last_updated":"2020-05-06T17:15:05.000Z"},{"country_code":"GB","lat":55.378051,"lng":-3.435973,"country":"UK","daily_cases":6111,"daily_deaths":649,"last_updated":"2020-05-06T17:15:05.000Z"},{"country_code":"ES","lat":40.463667,"lng":-3.74922,"country":"Spain","daily_cases":3121,"daily_deaths":244,"last_updated":"2020-05-06T17:15:05.000Z"},{"country_code":"IN","lat":20.593684,"lng":78.96288,"country":"India","daily_cases":2940,"daily_deaths":75,"last_updated":"2020-05-06T17:15:05.000Z"}]