JSON Documentation
Method: movie ¶
https://json.smappi.org/adw0rd/imdb-movie/movie?id=<string>
Get full information by specified ID of movie
movie("tt0113243")
// => {rating: '6.2', name: 'Hackers', year: '1995', ...{}}
XML Documentation
Method: movie ¶
https://xml.smappi.org/adw0rd/imdb-movie/movie?id=<string>
Get full information by specified ID of movie
movie("tt0113243")
// => {rating: '6.2', name: 'Hackers', year: '1995', ...{}}
SOAP Documentation (coming soon)
WSDL-Scheme here...
Method: movie ¶
https://soap.smappi.org/adw0rd/imdb-movie/movie?id=<string>
Get full information by specified ID of movie
movie("tt0113243")
// => {rating: '6.2', name: 'Hackers', year: '1995', ...{}}