Skip to content

Instantly share code, notes, and snippets.

@leemartin
Created June 23, 2020 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leemartin/239643b279589ecff364af0c07c512e6 to your computer and use it in GitHub Desktop.
Save leemartin/239643b279589ecff364af0c07c512e6 to your computer and use it in GitHub Desktop.
Tour Data Concert
{
"id": "",
"artist_id": "",
"datetime": "",
"description": "",
"venue": {
"id": "",
"name": "",
"latitude": "",
"longitude": "",
"city": "",
"region": "",
"country": ""
},
"setlist": [
{
"id": "",
"name": "",
"apple": {
},
"spotify": {
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment