Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.91 KB | None | 0 0
  1. {
  2.     "get": "history",
  3.     "parameters": {
  4.         "country": "usa"
  5.     },
  6.     "errors": [],
  7.     "results": 271,
  8.     "response": [
  9.         {
  10.             "country": "USA",
  11.             "cases": {
  12.                 "new": "+15556",
  13.                 "active": 114465,
  14.                 "critical": 2666,
  15.                 "recovered": 3229,
  16.                 "total": 119682
  17.             },
  18.             "deaths": {
  19.                 "new": "+292",
  20.                 "total": 1988
  21.             },
  22.             "day": "2020-03-28",
  23.             "time": "2020-03-28T20:30:04+00:00"
  24.         },
  25.         {
  26.             "country": "USA",
  27.             "cases": {
  28.                 "new": "+15483",
  29.                 "active": 114397,
  30.                 "critical": 2666,
  31.                 "recovered": 3224,
  32.                 "total": 119609
  33.             },
  34.             "deaths": {
  35.                 "new": "+292",
  36.                 "total": 1988
  37.             },
  38.             "day": "2020-03-28",
  39.             "time": "2020-03-28T20:00:05+00:00"
  40.         },
  41.         {
  42.             "country": "USA",
  43.             "cases": {
  44.                 "new": "+14466",
  45.                 "active": 113389,
  46.                 "critical": 2666,
  47.                 "recovered": 3224,
  48.                 "total": 118592
  49.             },
  50.             "deaths": {
  51.                 "new": "+283",
  52.                 "total": 1979
  53.             },
  54.             "day": "2020-03-28",
  55.             "time": "2020-03-28T19:45:05+00:00"
  56.         },
  57.         {
  58.             "country": "USA",
  59.             "cases": {
  60.                 "new": "+12725",
  61.                 "active": 111683,
  62.                 "critical": 2666,
  63.                 "recovered": 3224,
  64.                 "total": 116851
  65.             },
  66.             "deaths": {
  67.                 "new": "+248",
  68.                 "total": 1944
  69.             },
  70.             "day": "2020-03-28",
  71.             "time": "2020-03-28T19:30:05+00:00"
  72.         },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement