We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The Directors API allows you to access Opencinemas Directors database.
GET /directors Returns a Paged Result containing the list of Directors.
GET /directors/get/:id
{ "status": "OK", "code": 200, "messages": "common.SUCCESSFUL_REQUEST", "data": { "director_id": 20, "director_name": "Andy Wachowski", "bio": "", "profile_path": "/nh5SBuv9cm1FByTc7dlV0zyO3GO.jpg", "popularity": 1.59626, "adult": "N", "create_at": "2015-12-22 04:12:20", "updated_at": null } }