API result "Telephone number"

From semantic-mediawiki.org
< API module "ask"
API module "ask"API result "Telephone number"
Telephone number
API result format for data type Telephone number
Keywords
API · API module · API result · action ask · ask · action askargs · askargs · datatype Telephone number

When using the API modules to query for semantic data, different datatypes may have different output formats. This page gives an example for datatype "Telephone number"Holds international telephone numbers based on the RFC 3966 standard 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": "Telephone number",
                "key": "_tel",
                "redi": "",
                "typeid": "_tel",
                "mode": 1,
                "format": ""
            }
        ],
        "results": {
            "Help:List of datatypes": {
                "printouts": {
                    "Telephone number": [
                        "tel:+1-800-225-5288"
                    ]
                }
            }
        },
        "serializer": "SMW\\Serializers\\QueryResultSerializer",
        "version": 2,
        "meta": {
            "hash": "e546cbce2b390f1760f1fab401431197",
            "count": 1,
            "offset": 0,
            "source": "",
            "time": "0.002149"
        }
    }
}