{"id":606,"date":"2010-04-13T13:41:54","date_gmt":"2010-04-13T06:41:54","guid":{"rendered":"http:\/\/www.icez.net\/blog\/?p=606"},"modified":"2010-04-13T17:35:22","modified_gmt":"2010-04-13T10:35:22","slug":"upic-me-geolocation-search-api","status":"publish","type":"post","link":"https:\/\/www.icez.net\/blog\/606\/upic-me-geolocation-search-api","title":{"rendered":"0097 | upic.me Geolocation Search API"},"content":{"rendered":"<p>All APIs are returned in json format. No authentication is required but some api requests are cached so there may have some duplicate result during time.<\/p>\n<p><b>API URL<\/b>: http:\/\/upic.me\/api.geolocation.php<\/p>\n<p>parameters:<br \/>\n&#8211; lat : float => latitude (cannot be 0) min -90 max 90<br \/>\n&#8211; lng : float => longitude (cannot be 0) min -180 max 180<\/p>\n<p>result:<\/p>\n<pre>\r\narray(\r\n    \"result\" : string => 'success', 'empty', 'error',\r\n    \"count\" : int => number of result found (only for result = 'success')\r\n    \"images\" : array(\r\n        array(\r\n            \"md5id\" : string(32),\r\n            \"url\" : string,\r\n            \"thumbnail\" : string,\r\n            \"distance\" : float,\r\n            \"lat\" : float,\r\n            \"lng\" : float,\r\n        ),\r\n        array(\r\n            \"md5id\" : string(32),\r\n            \"url\" : string,\r\n            \"thumbnail\" : string,\r\n            \"distance\" : float,\r\n            \"lat\" : float,\r\n            \"lng\" : float,\r\n        ),\r\n        ...\r\n    )\r\n    \"message\" : string => only if error occurred\r\n)\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>All APIs are returned in json format. No authentication is required but some api requests are cached so there may have some duplicate result during time. API URL: http:\/\/upic.me\/api.geolocation.php parameters: &#8211; lat : float => latitude (cannot be 0) min -90 max 90 &#8211; lng : float => longitude (cannot be 0) min -180 max [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[122,5911],"class_list":["post-606","post","type-post","status-publish","format-standard","hentry","category-misc","tag-api","tag-upicme"],"_links":{"self":[{"href":"https:\/\/www.icez.net\/blog\/wp-json\/wp\/v2\/posts\/606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.icez.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.icez.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.icez.net\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.icez.net\/blog\/wp-json\/wp\/v2\/comments?post=606"}],"version-history":[{"count":2,"href":"https:\/\/www.icez.net\/blog\/wp-json\/wp\/v2\/posts\/606\/revisions"}],"predecessor-version":[{"id":608,"href":"https:\/\/www.icez.net\/blog\/wp-json\/wp\/v2\/posts\/606\/revisions\/608"}],"wp:attachment":[{"href":"https:\/\/www.icez.net\/blog\/wp-json\/wp\/v2\/media?parent=606"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.icez.net\/blog\/wp-json\/wp\/v2\/categories?post=606"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.icez.net\/blog\/wp-json\/wp\/v2\/tags?post=606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}