Free API Access
Get Your API Key
Integrate Ohio license verification into your applications. Free for verified businesses. No usage fees. No credit card required.
Request API Access
API access requires a verified business account.
Your full API key will be emailed to you and shown once below.
What's Included
- Access to all 24 Ohio licensing boards
- Cached license lookups (updated nightly)
- Board and license type reference endpoints
- JSON REST API with standard HTTP status codes
- Free — no usage tiers or credit card required
- Simple API key authentication
Quick Example
curl -X POST \
"https://ohiolicensecheck.com/api/v1/lookup/cached" \
-H "X-API-Key: olc_your_key" \
-H "Content-Type: application/json" \
-d '{
"board": "Nursing Board",
"license_number": "RN.516652"
}'Data Freshness
API responses return our cached data, which is refreshed every night at 2AM ET from the Ohio eLicense portal. For real-time data, direct users to our Individual Lookup page.