The VeganBites API is free and requires no authentication. All endpoints return JSON.
https://veganbites.xyz/api/v1
List vegan restaurants in Tokyo:
curl "https://veganbites.xyz/api/v1/restaurants?city=Tokyo&type=vegan"
Search for "ramen":
curl "https://veganbites.xyz/api/v1/restaurants/search?q=ramen"
Get aggregate stats (great for AI context):
curl "https://veganbites.xyz/api/v1/stats"
Unauthenticated requests are limited to 100/minute per IP. Rate limit headers are included in every response: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset
Machine-readable spec for AI agents and code generators: https://veganbites.xyz/api/v1/openapi.json