API Access

Build with HalalRate data

Access our verified halal restaurant database via a clean, RESTful API. Power your app, website, or service with trusted, up-to-date halal dining data.

Request API access
// Search for halal restaurants near a location
const response = await fetch(
  'https://api.halalrate.me/v1/restaurants?city=London&badge=certified&limit=10',
  {
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json',
    }
  }
)

const { restaurants } = await response.json()
// [{ id, name, score, badgeTier, certBody, lat, lng, ... }]

Available endpoints

GET/v1/restaurants

Search and filter restaurants by city, cuisine, badge, distance

GET/v1/restaurants/:id

Get full restaurant profile including reviews and score breakdown

GET/v1/cities

List all supported cities with restaurant counts

GET/v1/mosques

Find nearby mosques by coordinates

GET/v1/certifications

Verify a restaurant's current certification status

POST/v1/reviews

Submit a review (requires user token)

API plans

Free

£0/mo

1,000 req/day

  • Restaurant search
  • Basic restaurant details
  • City list
Get started

Developer

£49/mo

50,000 req/day

  • All free endpoints
  • Full restaurant profiles
  • Reviews & ratings
  • Mosque data
Get started

Enterprise

Custom

Unlimited

  • All developer features
  • Real-time cert webhooks
  • Bulk data export
  • SLA guarantee
  • Dedicated support
Get started