Halal Eats

Overview

Use Halal Eats restaurant data through the JavaScript SDK or HTTP API.

Halal Eats helps apps find halal restaurants, inspect restaurant details, and submit community contributions for review.

If you are building with Halal Eats, start with the JavaScript SDK. Use the HTTP API directly when you need lower-level control.

Start here

What you can build

  • restaurant discovery experiences
  • halal restaurant search pages
  • maps and nearby search
  • cuisine/category filters
  • restaurant detail views
  • community contribution flows
  1. Install @halal-eats/sdk.
  2. Fetch restaurant data with client.stores.list.
  3. Use client.stores.nearby for location-based search.
  4. Use the HTTP API docs when you need exact request/response details.

API base URL

https://eatinghalal.vercel.app/api/v1

SDK install

npm install @halal-eats/sdk

On this page