Skip to content

Instantly share code, notes, and snippets.

@GuillaumeOcculy
Last active January 23, 2019 13:27
Show Gist options
  • Save GuillaumeOcculy/829099824e11f8f6346698b466fa3205 to your computer and use it in GitHub Desktop.
Save GuillaumeOcculy/829099824e11f8f6346698b466fa3205 to your computer and use it in GitHub Desktop.
{
"data": {
"id": "204",
"type": "movie",
"attributes": {
"id": 204,
"original_title": "Don Quixote"
},
"relationships": {
"cinemas": {
"data": [
{
"id": "2080",
"type": "cinema"
}
]
}
}
},
"included": [
{
"id": "2080",
"type": "cinema_item",
"attributes": {
"id": 2080,
"name": "Atlantic Ciné",
"street": "21 rue de la Vernisserie",
"post_code": "44110",
"city": "Châteaubriant",
"latitude": 47.7224,
"longitude": -1.37694
},
"relationships": {
"showtimes": {
"data": [
{
"id": "268594",
"type": "showtime"
},
{
"id": "242462",
"type": "showtime"
}
]
}
}
},
{
"id": "268594",
"type": "showtime_item",
"attributes": {
"id": 268594,
"start_time": "11:00"
},
"relationships": {
"cinema": {
"data": {
"id": "2080",
"type": "cinema"
}
}
}
},
{
"id": "242462",
"type": "showtime_item",
"attributes": {
"id": 242462,
"start_time": "19:45"
},
"relationships": {
"cinema": {
"data": {
"id": "2080",
"type": "cinema"
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment