Advertisement
Guest User

Untitled

a guest
Dec 17th, 2012
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. [
  2. {
  3. "name": "NBA",
  4. "code": "nba",
  5. "imageUrl": "http://s3.amazonaws.com/jamesbillingham/mvptracker-navigation-items/NBA@2x.png",
  6. "positions": [
  7. {
  8. "name": "",
  9. "code": "generic",
  10. "imageUrl": null,
  11. "statistics": [
  12. "gp",
  13. "min",
  14. "ppg",
  15. "fg_pct",
  16. "ft_pct",
  17. "3pt_pct",
  18. "stl",
  19. "apg",
  20. "to",
  21. "rpg",
  22. "blk"
  23. ]
  24. }
  25. ]
  26. },
  27. {
  28. "name": "NFL",
  29. "code": "nfl",
  30. "imageUrl": "http://s3.amazonaws.com/jamesbillingham/mvptracker-navigation-items/NFL@2x.png",
  31. "positions": [
  32. {
  33. "name": "Quarterbacks",
  34. "code": "qb",
  35. "imageUrl": "http://s3.amazonaws.com/jamesbillingham/mvptracker-navigation-items/NFL-QB@2x.png",
  36. "statistics": [
  37. "pass_qbrat",
  38. "pass_pct",
  39. "pass_yds",
  40. "rush_yds",
  41. "pass_td",
  42. "rush_td",
  43. "pass_int"
  44. ]
  45. },
  46. {
  47. "name": "Running Backs",
  48. "code": "rb",
  49. "imageUrl": "http://s3.amazonaws.com/jamesbillingham/mvptracker-navigation-items/NFL-RB@2x.png",
  50. "statistics": [
  51. "rush_atmp",
  52. "rush_yds",
  53. "rush_yg",
  54. "rcv_yg",
  55. "rush_avg",
  56. "rcv_avg",
  57. "rush_td",
  58. "rcv_td"
  59. ]
  60. },
  61. {
  62. "name": "Wide Receivers",
  63. "code": "wr",
  64. "imageUrl": "http://s3.amazonaws.com/jamesbillingham/mvptracker-navigation-items/NFL-WR@2x.png",
  65. "statistics": [
  66. "rcv_times",
  67. "rcv_yds",
  68. "rcv_yg",
  69. "rcv_lng"
  70. ]
  71. },
  72. {
  73. "name": "Tight Ends",
  74. "code": "te",
  75. "imageUrl": "http://s3.amazonaws.com/jamesbillingham/mvptracker-navigation-items/NFL-TE@2x.png",
  76. "statistics": [
  77. "rcv_times",
  78. "rcv_yds",
  79. "rcv_yg",
  80. "rcv_lng"
  81. ]
  82. }
  83. ]
  84. }
  85. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement