🌱 VeganBites API

Public, read-only access to 7,000+ vegan & vegetarian restaurants across 17 countries. No API key required.

Getting Started

The VeganBites API is free and requires no authentication. All endpoints return JSON.

Base URL

https://veganbites.xyz/api/v1

Quick Examples

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"

Rate Limits 100 req/min

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

OpenAPI Spec

Machine-readable spec for AI agents and code generators: https://veganbites.xyz/api/v1/openapi.json