Does groupon API show deals from India - groupon

Does groupon affiliate API show deals from India? If no then any link to document mentioning that groupon api is not available for india. Specially the deals which are shown on groupon.co.in

No, groupon.co.in does not have API for deals.

Now they do, see the list of supported countries: https://partner-int-api.groupon.com/help/deal-api

Related

Stripe and UnionPay support

I was looking into Stripe and its support for UnionPay. On the website, we can clearly see logos that indicates support for UnionPay, but I couldn't find anything in API docs.
Was this supported some time ago and is now deprecated?
If not, can someone point me to their docs or better yet, show me an example performing Gateway payment using UnionPay?
As far as I know, China UnionPay is just a card brand (like Visa, Mastercard, Diner's Club, etc.) and there is nothing specific you need to do in order to process such cards with Stripe.
You should reach out directly to Stripe's support at https://support.stripe.com/email to get more information.
Stripe accepts cards with 16 digits ONLY at the moment.
China UnionPay card length is between 16 and 19 digits.
You can find more details about China UnionPay here

Twilio get international calls for current month

Is there a way to query only international calls from Twilio REST API? https://www.twilio.com/docs/api/rest/call#list-get-filters
Right now my best option seems to query all calls and then parse each one of them to get country code and then filter calls where countryTo != countryFrom. Any better way?
Twilio developer evangelist here.
No, you cannot filter by international calls via the API. Your method of filtering your list yourself is your best bet.

Is there any history and current weather API that can check the weather of only INDIAN cities?

I would like to check the current as well as historical weather of only the cities of India. If there is an API to do the same, please provide me the link to that API.
I think what you are looking for is here:
https://developer.yahoo.com/weather/

How to get Top5 user of a Foursquare Venue

using the Foursquare API I am currently able to get a venue Mayor but can I got the Top5 user?
Thanks
To get the top 5 (or 10) users for a venue, you'll need to use foursquare's Merchant API and act on the behalf of the venue's manager.
In particular, you'd use the /venues/stats endpoint (https://developer.foursquare.com/merchant/venues/stats.html). For more information about the Merchant API and venue managers, see: https://developer.foursquare.com/merchant/
In short no. The best you can get is the stats from a venue: Foursquare API Venue those contain: "Contains checkinsCount (total checkins ever here), usersCount (total users who have ever checked in here), and tipCount (number of tips here)."
From my experience the API is almost designed to avoid this sort of info gathering. Best way would be watch as people check in to the venue and create your own stats from that information.

Is there a full list of the parameters supported by the Facebook search API?

There is a search API can be used by developers to conveniently query posts, people in Facebook. But is there a full list of the parameters supported by the Facebook search API?
Facebook official docs provide what you need .graph api reference page has nice table describing what are various fields that can be used to call graph api.
Few links to use graph API and its reference
https://developers.facebook.com/docs/graph-api/using-graph-api/
https://developers.facebook.com/docs/graph-api/reference/
Github gist of Facebook Cheatsheet
https://gist.github.com/stevedev/1097432
Ill assume you did not find/read their website on FQL, so Ill give you that address now.
https://developers.facebook.com/docs/reference/fql/

Resources