API result "Geographic coordinates"

From semantic-mediawiki.org
< API module "ask"
API module "ask"API result "Geographic coordinates"
Geographic coordinates
API result format for data type Geographic coordinates
Keywords

When using the API modules to query for semantic data, different datatypes may have different output formats. This page gives an example for datatype "Geographic coordinates"Holds coordinates describing geographic locations using API-module "ask"Allows to do ask queries. API-module "askargs"Allows to do ask queries with as little ask query specific syntax as possible however uses the same output format.

Example JSON result output[edit]

You can experiment with the api result output yourself by using the API Sandbox. The following example can be reproduced here.

{
    "query": {
        "printrequests": [
            {
                "label": "Has coordinates",
                "key": "Has_coordinates",
                "redi": "",
                "typeid": "_geo",
                "mode": 1,
                "format": ""
            }
        ],
        "results": {
            "Asia": {
                "printouts": {
                    "Has coordinates": [
                        {
                            "lat": 34.047863,
                            "lon": 100.6196553
                        }
                    ]
                }
            }
        },
        "serializer": "SMW\\Serializers\\QueryResultSerializer",
        "version": 2,
        "meta": {
            "hash": "1af8fdcd4d21bf8a1050c5c601037002",
            "count": 1,
            "offset": 0,
            "source": "",
            "time": "0.001317"
        }
    }
}