Activity Stream
48,167 MEMBERS
6300 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 12 of 12 FirstFirst ... 2101112
Results 111 to 114 of 114
  1.     
    #111
    Respected Member
    Website's:
    nooky.us
    Seems to be working fine now. Only the img tag reads still 'Batman' (the first test I did).

    <img src="http://i.imgur.com/Ms4rZ.jpg" alt="Batman"/><br/> <strong>Title:</strong> Hachi-gatsu no ky?shikyoku <strong>Year of Release:</strong> 1991 <strong>Genre:</strong> Drama <strong>Runtime:</strong> 98 min <strong>Director:</strong> Akira Kurosawa <strong>Movie Cast:</strong> Sachiko Murase, Richard Gere, Hisashi Igawa <strong>Plot:</strong> An elderly woman living in Nagasaki Japan takes care of her four grandchildren for their summer vacation... <strong>Rating:</strong> 7.2 (# of votes: 3,323) <strong>IMDb URL:</strong> <a href="http://www.imdb.com/title/tt0101991/">http://www.imdb.com/title/tt0101991/</a>

    Update: Tag seems to be fixed. Now it's official: this is the best IMDB grabber (because of its customization options).

    Anyway for who wants to use it on Wordpress:
    <img src="{{poster}}" alt="{{title}}"/><br/>
    <strong>Title:</strong> {{title}}
    <strong>Year of Release:</strong> {{year}}
    <strong>Genre:</strong> {{genre}}
    <strong>Runtime:</strong> {{length}}
    <strong>Director:</strong> {{director}}
    <strong>Movie Cast:</strong> {{stars}}
    <strong>Plot:</strong> {{plot}}
    <strong>Rating:</strong> {{rating}} (# of votes: {{rating_count}})
    <strong>IMDb URL:</strong> <a href="{{imdb_url}}">{{imdb_url}}</a>

  2.     
    #112
    Member
    Website's:
    imdber.org justpaste.me
    ^I'm very glad you liked it

  3.     
    #113
    Member
    Thanks its pretty fast you should make a api so we can integrate it on our sites

  4.     
    #114
    Member
    Website's:
    imdber.org justpaste.me
    API

    make a POST request to http://imdber.org/api with the following parameters:
    • search - imdb title/url/id


    you will get a JSON response with all the available variables (with a 200 HTTP code) if it was successful.

    Example:

    PHP Code: 
    curl -"search=batman rises" http://imdber.org/api
    {"title":"The Dark Knight Rises","poster":"http:\/\/i.imgur.com\/uCUp2.jpg","length":"165 min","year":"2012","director":"Christopher Nolan","writer":"Jonathan Nolan, Christopher Nolan","plot":"Eight years on, a new terrorist leader, Bane, overwhelms Gotham's finest, and the Dark Knight resurfaces to protect a city that has branded him an enemy.","stars":"Christian Bale, Tom Hardy, Anne Hathaway","genre":"Action, Crime, Drama","released":"20 July 2012","rating":"8.8","rating_count":"374,939","trailer":"GokKUqLcvD8","imdb_url":"http:\/\/www.imdb.com\/title\/tt1345836\/"}
    curl -"nonexistentparam=hello" http://imdber.org/api
    {"error":"Invalid Request"}
    curl -"search=nonexistentmovie" http://imdber.org/api
    {"error":["404 Movie Not Found (81)"]} 

Page 12 of 12 FirstFirst ... 2101112

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. IMDB Info Grabber
    By CJ in forum Web Development Area
    Replies: 11
    Last Post: 14th Jan 2012, 11:04 AM
  2. IMDB Info Grabber
    By soft2050 in forum Webmaster Resources
    Replies: 63
    Last Post: 1st Dec 2011, 12:07 PM
  3. DLE IMDb Grabber Pro
    By Drinkordie in forum Webmaster Resources
    Replies: 0
    Last Post: 30th Sep 2011, 08:04 AM
  4. [c#] IMDB Info Grabber (Full program)
    By jayfella in forum Web Development Area
    Replies: 16
    Last Post: 8th Mar 2011, 09:58 AM

Tags for this Thread

BE SOCIAL