Get Tumblr posts by tag [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 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.

Related

How to use Zermelo API properly [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
How can i call the Zermelo API? I dont understand it. It's regarding this API
You have to use CURL in PHP to get your schedule. You can find good documentation HERE

How do I get my remaining quota of translations from microsoft translator programmatically? [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
I want to keep track of how many translations I have left and use this to enable/disable functionality.
Is there a public API I can use to get this information?
No API that I know of, but the subscription page updates in near-realtime - see this blog post from a few weeks ago for an update to this, including low-balance notifications on the subscription page.
For reference, here's the API documentation.

API for getting movie soundtrack list [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
Is there any free API for getting the list of soundtracks from a given movie?
Thanks
IMDB seems to be the best place for soundtrack lists.
This might be what you want:
http://www.deanclatworthy.com/imdb/

API to find local business/place using phone number [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 an API that will give me a venue/place/local business based on a phone number as input. I checked out the google place/foursquare/simple geo API's but they don't seem to have this functionality. Any ideas?
Try Yelp at http://www.yelp.com/developers/documentation/phone_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.