IMDB API to retrieve character information [closed] - api

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there an IMDB API to retrieve character information ? Assuming I know the exact name of the character ?

There are two public, undocumented api's that may change at any time since they are undocumented and unsupported
One of them gives you some json with some relevant information for an actor: http://www.imdb.com/xml/find?json=1&nr=1&nm=on&q={NAME+OF+ACTOR}
As an example: http://www.imdb.com/xml/find?json=1&nr=1&nm=on&q=jessica+simpson
More details can be found with this question and this answer in particular Does IMDB provide an API?

Related

Is There some Amazon API or source to get data about product data, analytics keyword, etc? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 days ago.
Improve this question
I am finding to access some API or sourcing to fetch data about product performance, metrics or any statistic, please any thing will be a helping.
Not that I know of but there is a book 'Predictive Analysis' by Conrad that does show some details on how to get at least basic information from Amazon.

Get Tumblr posts by tag [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there a Tumblr API call to get all posts with a certain tag (such as http://www.tumblr.com/tagged/new+york), similar to how I can get all posts from a specific blog (i.e http://demo.tumblr.com/api/read/json)
Unfortunately http://www.tumblr.com/tagged/new+york/api/read/json doesn't work.
It took me way longer to find this than it should have:
http://www.tumblr.com/docs/en/api/v2#tagged-method.
It's just about going to http://api.tumblr.com/v2/tagged?tag=gif with your API key.

Programming/web development dictionary with API? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
http://www.webopedia.com/ is what I'm looking for, but it doesn't offer an API. Are there similar services which offer APIs?
DuckDuckGo has an open API which is quite flexible: take a look at https://duckduckgo.com/api. Using their "define" syntax, it's possible to get back word definitions. For example,
http://api.duckduckgo.com/?q=define+ostensibly&format=json&pretty=1
...would get you back a definition for "ostensibly" in JSON format.
The WordNik API (http://developer.wordnik.com/) is also pretty good for word definitions.

Awesome API for getting wind data? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Looking for a good API for getting wind data for a location, whats the best free one out there?
Try with this one
http://openweathermap.org/API
You can also fetch info from the Yahoo weather API or request a Wunderground APi too.

Where can I find an API to read movie budget? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for an API that would give me movie budget, domestic revenue and first wekeend revenue but I can't find any. Ideas?
Does IMDB provide an API?
Not sure if there is a free api that will get the information you want, but the links on that question might give you some leads.
You might want to check out themoviedb.org.
The default response for Movie.getInfo displays a budget parameter.