Where can I find an API to read movie budget? [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 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.

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.

trying to find what material is assigned to which purchasing group [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
I am trying to find which material part number is assigned to which purchasing group in SAP. If someone could point me to the right tables that would help as well.
Purchasing group for an article can be found in tables MARA and MARC.
The fields are MAW1-WEKGR and MARC-EKGRP.
I'm using SAP Retail.
Hope it helps.

IMDB API to retrieve character information [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 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?

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.

What other APIs are available for hotels? [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 6 years ago.
Improve this question
I am looking for APIs that allow hotel operators to update room information and other hotel info programatically, so far I have only found Expedia QuickConnect but I cannot find anything else. Anyone know of other APIs?
Just to reiterate these are APIs to manage a hotel (rooms, prices etc) not to search for hotel rooms.
search for amadeus api and galileo api..that should help..amadeus is the largest network..
thanx
avi