Loading restaurants…
Please wait.
Please wait.
For developers
Directory listings, recorded agencies and scoped evidence, with unknown or unavailable states kept visible.
REST · JSON · Bearer-token auth. 0 active listed venues, with explicit evidence states and an endpoint for interpreting natural-language searches.
A read-only REST API over the same dataset that powers thekosher.app. Filter directory records by city, country, distance, venue type, cuisine and recorded agency. Keep those records distinct from reviewed current certification and opening hours. Interpret natural-language preferences with one endpoint.
Hotel & hospitality concierge
In-room recommendations, post-checkin guides, kosher-only itineraries.
Travel booking platforms
Surface kosher availability inside destination, hotel, and itinerary search.
Jewish community apps
Embed the directory inside your member experience without re-building it.
Corporate catering platforms
Find vendor listings and review available agency records.
Food delivery services
Find directory listings with recorded agencies; confirm current status independently.
Event planning software
Match venues to dietary needs across cities, hashgachos, and price tiers.
Authenticate with a bearer token and pass any of the structured filters as query params.
curl https://thekosher.app/api/v1/restaurants \
-H 'Authorization: Bearer tk_live_xxxxxxxx' \
-G --data-urlencode 'city=Brooklyn' --data-urlencode 'type=meat'Illustrative response excerpt · synthetic venue
{
"data": [
{
"id": "...",
"slug": "kosher-deli-brooklyn",
"name": "Kosher Deli",
"type": "MEAT",
"price_range": 2,
"cuisine": "Deli",
"location": { "city": "Brooklyn", "country_code": "US", "latitude": 40.62, "longitude": -73.96 },
"recorded_agencies": [{ "slug": "example", "name": "Example agency", "abbreviation": "EX", "state": "recorded_unreviewed" }],
"certification": { "state": "unknown", "reason": "Named agency evidence required" },
"availability": { "state": "unknown", "reason": "Reviewed schedule projection unavailable" }
}
],
"pagination": { "limit": 25, "offset": 0, "total": 1, "has_more": false }
}Plans are quoted when access is granted. Confirm pricing, quota and support terms before using the API in production.
Free
Trial the API at low volume
$0/ month
Standard
Production traffic for small + mid apps
$99/ month
Enterprise
Custom quotas and integration support
Contact us
Email us with what you’re building and roughly what volume you expect. We reply with a key and a plan recommendation. Your email is processed when you choose to contact us.