Taquería Tracker nuzur

Deployed API — how to reach it. Every command below targets https://api.taqueriatracker.todes.mx, the address you used to open this page.

REST API

Base https://api.taqueriatracker.todes.mx/v1. Example — list taqueria:

curl https://api.taqueriatracker.todes.mx/v1/taquerias

Inside the container HTTP listens on port 8080, behind the proxy; that port is not reachable from outside. Collection paths are plural and kebab-cased.

Entities