Foursquare venue stats - all in one shot [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 4 years ago.
Improve this question
I have a list of managed venues.
There is a Venue Stats endpoint, which allows me to get statistics for given venue.
Is there an API (existing or planned) for getting such stats for all managed venues, in one shot?
It is easy to hit rate limit if you have more than several hundreds of venues.
And the files output is not what we like - we would prefer to use the API.

There is no way, currently, to access aggregated stats for a group of venues, but that's a great suggestion and I'll ask the relevant team if they can look into supporting this behavior. Thanks for the feedback!

Related

API to obtain open and click rates of recipient lists in Sendgrid [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
In Sendgrid, when viewing the recipient lists, it shows the open and click rates of each of the individual lists. Is there an API I can use to get those values? I tried using the Stats API but it shows per day, not per list. So is there an API to show the rates of each list?
No, there's not currently a way to do this through the API. Your best bet to get this one the roadmap is to start a discussion on our community board (http://community.sendgrid.com/).
You can also always reach out to our support team for questions like this!

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.

Stock Market API - Top Gainers/Losers [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'm looking for a free API which I can use to retrieve the stock market's top gainers and top losers for the current day. I've checked out Google and Yahoo's API's and they don't seem to do this. I can get price quotes on specific stocks, but nothing about top gainers or losers. Does anyone know of an API that does this?
Use Google's Finance API.
This URL gets the stock information for the end day results of a market between two given dates. Check every market and compare the data appropriately.
http://finance.google.co.uk/finance/historical?q=LON:VOD&startdate=Mar+14+2013&enddate=Mar+15+2013&output=csv

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

Alternatives to Google Book Search 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 5 years ago.
Improve this question
I'm looking for alternatives to Google Book Search API.
Ideally, something with more detailed information about books.
Try the RESTful API from ISBN DB http://isbndb.com/api/v2/docs
I have been using the API from the literature social network GoodReads https://www.goodreads.com/api
I find the results are a lot more relevant then Google Books because there relevance ordering takes a books popularity on the site into account. You don't get results like multiple versions of the same book or some obscure essay (this could be a plus or a minus depending on what you're doing).
However, the images are often missing and when they are there they are very low res!