Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.45 KB | None | 0 0
  1. {
  2.   "MRData": {
  3.     "xmlns": "http://ergast.com/mrd/1.4",
  4.     "series": "f1",
  5.     "url": "http://ergast.com/api/f1/2016/1/drivers/alonso/status.json",
  6.     "limit": "30",
  7.     "offset": "0",
  8.     "total": "1",
  9.     "StatusTable": {
  10.       "season": "2016",
  11.       "round": "1",
  12.       "driverId": "alonso",
  13.       "Status": [
  14.         {
  15.           "statusId": "4",
  16.           "count": "1",
  17.           "status": "Collision"
  18.         }
  19.       ]
  20.     }
  21.   }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement