Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. {
  2. "events": {
  3. "event": {
  4. "event_type": "",
  5. "name": "",
  6. "description": "",
  7. "ticket_url": "",
  8. "classifications": {
  9. "classification": ""
  10. },
  11. "parties": {
  12. "party": {
  13. "type": "",
  14. "name": ""
  15. }
  16. },
  17. "tags": {
  18. "tag": ""
  19. },
  20. "promotions": {
  21. "promotion": {
  22. "uri": "",
  23. "type": ""
  24. }
  25. },
  26. "event_occurrences": {
  27. "event_occurrence": {
  28. "name": "",
  29. "description": "",
  30. "opening": "",
  31. "closing": "",
  32. "venue": "",
  33. "ticket_url": "",
  34. "sold_out": "",
  35. "spots_available": "",
  36. "detail_url": "",
  37. "guid": "",
  38. "location": {
  39. "name": "",
  40. "description": "",
  41. "address": {
  42. "zipcode": "",
  43. "number": "",
  44. "street": "",
  45. "city": "",
  46. "gps_long": "",
  47. "gps_lat": ""
  48. },
  49. "thumbnail": ""
  50. },
  51. "event_prices": {
  52. "event_price": {
  53. "name": "",
  54. "value": ""
  55. }
  56. },
  57. "genres": {
  58. "genre": ""
  59. },
  60. "event_type": "",
  61. "classifications": {
  62. "classification": ""
  63. },
  64. "parties": {
  65. "party": {
  66. "type": "",
  67. "name": ""
  68. }
  69. },
  70. "tags": {
  71. "tag": ""
  72. },
  73. "promotions": {
  74. "promotion": {
  75. "uri": "",
  76. "type": ""
  77. }
  78. }
  79. }
  80. }
  81. }
  82. }
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement