MeteoStone's Weather API
Welcome
The MeteoStone API is a free programming interface to the MeteoStone weather service.
You can use the MeteoStone API to create your own applications and web services based on MeteoStone weather data.
We use HTTP protocol for requests to API and XML for answers.
You can read details about protocol at Getting started page. You can also visit Google groups
meteostone-dev for getting information about API.
API Key
Before you can access the MeteoStone API, you must obtain an API key for application.
Apply online for a new API key.
Documentation
API Reference
|
meteostone.listLocations (APIKey, Method, Login, Password) meteostone.addLocation (APIKey, Method, Login, Password, Latitude, Longtitude, Location Name) meteostone.deleteLocation (APIKey, Method, Login, Password, Location ID) meteostone.setLocationWeather (APIKey, Method, Login, Password, Location ID, Weather Data) meteostone.commentWeather (APIKey, Method, Login, Password, Latitude, Longtitude, Comment Text) |
meteostone.getVersion (APIKey, Method) meteostone.getComments (APIKey, Method, Latitude, Longtitude) meteostone.getWeather (APIKey, Method, Latitude, Longtitude) |

