https://mtab.app/api/v1/search
m: one of three value [b, f, a]. The default value is a.
info: one of two value [0, 1]. The default value is 0.
Note that: At 2021/01/01, we could not get any answer by using the standard lookup (Wikidata, Wikipedia, DBpedia, or Google Search)
Command:
% curl -X GET "https://mtab.app/api/v1/search?limit=3&m=a&info=1&q=2MASS%20J10540655-0031018"
Expected Answer:
{
"hits": [
{
"des": "brown dwarf",
"id": "Q222120",
"label": "2MASS J00540655-0031018",
"score": 0.39831033397179416,
"wd": "http://www.wikidata.org/entity/Q222120"
},
{
"des": null,
"id": "Q87130330",
"label": "TYC 4151-458-1",
"score": 0.23949881593395422,
"wd": "http://www.wikidata.org/entity/Q87130330"
},
{
"des": null,
"id": "Q89756929",
"label": "TYC 5033-427-1",
"score": 0.043365759204671825,
"wd": "http://www.wikidata.org/entity/Q89756929"
}
],
"run_time": 1.1118018627166748,
"status": "Success",
"total": "3"
}
MTabES Benchmarking: