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

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/

Related

How to get referral bonus history using Binance API?

I’m using Binance US . And want to extract referral bonus rewards. Website does not allow export. So I decided to use API. I need it for tax purposes. I tried to look up https://github.com/binance-us/binance-official-api-docs i can see trades api but cannot find rewards api. This is an outrage. How am I supposed to file taxes if Binance.us doesn’t allow to export nor does it provide an api for rewards
Why don't you use this:
https://www.binance.us/en/referral-details
(since Binance seems not to offer rewards API. If you can use this link).
You said the website doesn't allow export, and what do you mean? If this means the site doesn't allow redirection, you can just use embed instead.
If you still want to find the answer about Rewards API, the answer might be No.

Is there a foursquare api method for venues owners to post schedules to?

Right now, when you check into a movie theater, you have the ability to check into a specific movie showing.
If you're a venue owner that has a schedule that people can check into, is there a foursquare api method that lets you upload your schedule? What do the movie theaters use?
This schedule you're referring too is called "events" on Foursquare. Foursquare is currently partnered with ESPN (sporting events), MovieTickets.com (Movie Times) & SongKick (concerts) for the data you're seeing. There is no way (currently) for you to create an event at a venue using the Foursquare api. However, it looks like this feature may be on its way based on the update at the end of this blog post.
http://blog.foursquare.com/2011/08/18/foursquare_events/
Not through the API, the current ability to edit a venue in FourSquare can be found at: https://developer.foursquare.com/docs/venues/edit
Events can be viewed through a venue using the API here: https://developer.foursquare.com/docs/venues/events
Once you manage a venue on FourSquare, you can maintain it through the Dashboard - found here:
https://foursquare.com/business/merchants/dashboard

Foursquare Checkin in delivery restaurants

I have an app where you can buy food on delivery restaurants.
Can I use the Foursquare API so the user can check-in on the restaurant that he order from?
Probably the user will not be in the resutaurant it self when he checkin.
There is an special way to do this on the foursquare api?
thanks
You can check-in any user that has authorized your application at a venue using the /checkins/add endpoint in the API. If you don't know the user's actual location (or fully expect them not to actually be there, but have a legitimate reason to be checking in, e.g. for delivery) be sure to leave the lat/lng parameter blank. The check-in will go through and be in the user's history, but won't count for badges/mayorships, etc.
I'm not too sure what you're asking. I don't think you can check in to places if you're not even near them (or at least I wasn't able to when I last used the 4sq API).
Check this tutorial out if you need help getting started with the API, or read the 4sq api documentation.

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.

How to display weather using any weather website

I am supposed to develop an application in which I am supposed to display weather conditions. When I enter a city that time it should get connected to any weather site suppose weather.com, and display only the weather conditions like humidity, rainfall, temperature, etc that is all sorts of weather conditions. But it should not display the complete web-page.
We are supposed to work on SDK-3.0 - in which it shows us the model of mobiles and we have to code which will be implemented on that mobile model.
So how do I connect to internet? And later how will I display only the weather on the mobile of SDK, because internet always keep on changing its format?
I am completely new to J2ME+MIDlets, and this is my first application in j2me. I want to know the detailed procedure for how to do this.
You can use Yahoo Weather API.
Have in mind that Yahoo explicitly states that their API is for non-commercial use though.
To parse the RSS returned by the API I'd recommend an XML pull parser. You'll find more information on those here.

Resources