0097 | upic.me Geolocation Search API

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:
- lat : float => latitude (cannot be 0) min -90 max 90
- lng : float => longitude (cannot be 0) min -180 max 180

result:

array(
    "result" : string => 'success', 'empty', 'error',
    "count" : int => number of result found (only for result = 'success')
    "images" : array(
        array(
            "md5id" : string(32),
            "url" : string,
            "thumbnail" : string,
            "distance" : float,
            "lat" : float,
            "lng" : float,
        ),
        array(
            "md5id" : string(32),
            "url" : string,
            "thumbnail" : string,
            "distance" : float,
            "lat" : float,
            "lng" : float,
        ),
        ...
    )
    "message" : string => only if error occurred
)

Tags: ,

  • radong

    ดีมากเลยค่ะสุดยอดไม่เคยเจอ

  • radong

    ดีมากเลยค่ะสุดยอดไม่เคยเจอ

  • thip

    น่ารัก

  • thip

    น่ารัก

  • http://0821417395 namtom_tk@hotmail.com

    array(
    “result” : string => ‘success’, ‘empty’, ‘error’,
    “count” : int => number of result found (only for result = ‘success’)
    “images” : array(
    array(
    “md5id” : string(32),
    “url” : string,
    “thumbnail” : string,
    “distance” : float,
    “lat” : float,
    “lng” : float,
    ),
    array(
    “md5id” : string(32),
    “url” : string,
    “thumbnail” : string,
    “distance” : float,
    “lat” : float,
    “lng” : float,
    ),

    )
    “message” : string => only if error occurred
    )