DDDailyDog/ API docs

Everyone

Quickstart: first call in 5 minutes

Every snippet below runs verbatim — it uses the public test key, which answers from a deterministic fixture city. When you hold a live key, swap it in and the same code returns real city records.

1. Hit the API with the public test key

No signup needed to explore: the shared test key answers every endpoint with realistic fixture data (per-IP limited). Try the search:

bash
curl "https://www.dailydog.ai/api/v1/restaurants/search?q=diner" \
  -H "Authorization: Bearer dd_test_d23d83e5ee04c87b1fee30680033c31aa0ef7985"

2. Read a full profile

Fixture CAMIS 90000005 is MIDNIGHT DINER — the verminous one. The profile carries the grade, the risk assessment, the 3-year vermin report, and the money:

bash
curl "https://www.dailydog.ai/api/v1/restaurants/90000005" \
  -H "Authorization: Bearer dd_test_d23d83e5ee04c87b1fee30680033c31aa0ef7985"

3. Get your own key

API access is custom-priced — contact us with your use case and volume. You'll get a live key plus a paired test key for CI and development. Check who you are and what you've used any time:

bash
curl "https://www.dailydog.ai/api/v1/me" -H "Authorization: Bearer dd_live_YOUR_KEY"

Ready to run this against real records? Contact us for a key — custom pricing, sized to your volume.