NAFDAC lookup API
Check a NAFDAC number.Get JSON back.
Send the registration number from the product label. We return name, category, maker, and dates—so your app can confirm the product is registered.
GET /api/verify/01-5713200
Number
01-5713
Name
TITUS SARDINE IN VEGETABLE OIL
FoodImportedExpires 2030
On the register (sample)
01-571304-8122A4-8921B2-440108-2233C1-009803-7712D5-661006-3344E9-1200
Who it's for
- Shops and apps that need to trust a product's NAFDAC number at checkout.
- Teams that do not want to look up numbers by hand on the public site.
- Anyone integrating one HTTP call instead of scraping.
How to call it
Add your API key as header x-api-key. Replace :nafdac with the number on the pack.
https://api.9jacheckr.xyz/api/verify/:nafdac
curl -sS "https://api.9jacheckr.xyz/api/verify/01-5713" \
-H "x-api-key: njc_your_api_key_here"