Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="application/json">
  2. $.getJSON('http://www.site.com/sv/api/0.2/events/upcoming?key=APIKEY&callback=?',
  3.     function(response) {
  4.         alert("Got " + response.count + " events of " + response.total + " available")
  5.     }
  6. );
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement