jean-broqua / cxdb-api

A database containing reviews of some Canoa's xis places

Home Page:http://cxdb.jeanbroqua.com/api/search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canoas Xis Database

This is a simple API containing reviews from some xis places in Canoas - RS

Exemple

cxdb.jeanbroqua.com/api/search?name=cia

{
    "id": "3",
    "name": "Cia do Xis",
    "address": "Centro, Canoas",
    "contact": "(99) 99999-9999",
    "min_price": "21",
    "max_price": "35"
}

Endpoints

/search Fetch the stored xis places

Search Params

id name address contact min_price max_price

About

A database containing reviews of some Canoa's xis places

http://cxdb.jeanbroqua.com/api/search


Languages

Language:TypeScript 100.0%