Guest User

Untitled

a guest
Dec 14th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. {
  2. "meta":{
  3. "limit":20,
  4. "next":null,
  5. "offset":0,
  6. "previous":null,
  7. "total_count":5
  8. },
  9. "objects":[
  10. {
  11. "active":null,
  12. "address":"1840 Lorraine Ave.",
  13. "id":"1",
  14. "latitude":45.381188,
  15. "longitude":-75.6417,
  16. "minimum_players":4,
  17. "resource_uri":"/api/game/1/",
  18. "restrictions":"",
  19. "start_date_and_time":"2011-08-07T17:30:00"
  20. },
  21. {
  22. "active":null,
  23. "address":"Carleton University",
  24. "id":"2",
  25. "latitude":45.383532,
  26. "longitude":-75.697517,
  27. "minimum_players":10,
  28. "resource_uri":"/api/game/2/",
  29. "restrictions":"3 on 3",
  30. "start_date_and_time":"2011-08-08T17:30:00"
  31. },
  32. {
  33. "active":null,
  34. "address":"Riverside Dr.",
  35. "id":"3",
  36. "latitude":45.376713,
  37. "longitude":-75.681835,
  38. "minimum_players":7,
  39. "resource_uri":"/api/game/3/",
  40. "restrictions":"Womens Only",
  41. "start_date_and_time":"2011-08-09T16:30:00"
  42. },
  43. {
  44. "active":null,
  45. "address":"Dup Riverside Dr.",
  46. "id":"4",
  47. "latitude":45.377713,
  48. "longitude":-75.682,
  49. "minimum_players":10,
  50. "resource_uri":"/api/game/4/",
  51. "restrictions":"",
  52. "start_date_and_time":"2011-08-10T16:30:00"
  53. },
  54. {
  55. "active":null,
  56. "address":"Dup Carleton University",
  57. "id":"5",
  58. "latitude":45.384532,
  59. "longitude":-75.677517,
  60. "minimum_players":2,
  61. "resource_uri":"/api/game/5/",
  62. "restrictions":"",
  63. "start_date_and_time":"2011-08-11T17:30:00"
  64. }
  65. ]
  66. }
Add Comment
Please, Sign In to add comment