Category
Last updated
Last updated
The search by category function is to search for POIs that correspond to any category around some location, and you can search for various POIs nearby some location, such as restaurants, cafes, and gas stations, etc,.
GET
https://api.fatos.biz/search/v1/total
Optional parameters are same as the default POI Search.
Example: https://api.fatos.biz/search/v1/total?key={YOURAPIKEY}&stype=3kwd= {CATE_CODE}&cy=37.48527&cx=126.90164
key
string
YOUR_API_KEY
stype
integer
3(to search category (nearby))
kwd
string
cate_code/cate_name (obtainable from category list)
cx
number
User's current location X coordinate (wgs84) (Longitude)
cy
number
User's current location Y coordinate (wgs84) (Lotitude)
We provide various kinds of categories, and we also provide APIs to get them.
GET
https://api.fatos.biz/search/v1/cates
https://api.fatos.biz/search/v1/cates?key={YOUR_API_KEY}&lang=ko
key
string
YOUR_API_KEY
lang
string
lang_code (check Hint box right below)