Last active
January 23, 2019 13:27
-
-
Save GuillaumeOcculy/829099824e11f8f6346698b466fa3205 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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