MeteoStone's Weather API

Method: meteostone.getComments

Get user comments around geographical location.
Comments: "around" means 10 for both coordinates now. You will see comments only for the last day.

Arguments

apikey
Your API application key. See here for more details.

method
Should be set to "meteostone.getComments".

location_lat
Latitude.

location_lng
Longtitude.

Example request

http://meteostone.com/service/?apikey=xxxx&method=meteostone.getComments
&location_lat=12.345&location_lng=12.345

Example response

<mst status="ok">
	<ms_comments_list>
		<comment id="123" format_time="10:12" time="2007-09-17 10:12:52" user="mikedin3">
			test
		</comment>
	</ms_comments_list>
</mst>