Advertisement
Guest User

Ideal API Response

a guest
Jun 19th, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "note":         "This is just a sample json file. Its data is completely silly.",
  3.  
  4.     "hash_rate":        1781.142,
  5.     "active_workers":   6840,
  6.     "round_shares":     144271,
  7.     "round_time":       "0:06:54",
  8.  
  9.     "suggested_server": "uswest.btcguild.com",
  10.     "servers":
  11.     {
  12.         "uswest.btcguild.com": {
  13.             "speed":    411.954,
  14.             "load":     0.78,
  15.             "status":   1
  16.         },
  17.  
  18.         "useast.btcguild.com":
  19.         {
  20.             "speed":    451.821,
  21.             "load":     0.84,
  22.             "status":   1
  23.         },
  24.  
  25.         "nl.btcguild.com":
  26.         {
  27.             "speed":    452.895,
  28.             "load":     0.84,
  29.             "status":   1
  30.         },
  31.  
  32.         "uk.btcguild.com":
  33.         {
  34.             "speed":    86.095,
  35.             "load":     0.02,
  36.             "status":   0
  37.         },
  38.  
  39.         "uscentral.btcguild.com":
  40.         {
  41.             "speed":    464.472,
  42.             "load":     0.96,
  43.             "status":   1
  44.         }
  45.     }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement