CHIRON
Professional License Verification API
CHIRON connects to 500+ state licensing boards to verify contractors, nurses, real estate agents, and other licensed professionals through a single API. Access 50M+ licensed professionals including 2.5M+ general contractors, 4.5M+ registered nurses, and 3M+ real estate agents.
Powerful Capabilities
Everything you need to integrate CHIRON into your workflow
License Verification
Real-time status check by license number
Professional Search
Find licenses by name when number unknown
Status Monitoring
Alerts for expirations, suspensions, revocations
Batch Verification
Bulk processing for workforce compliance
Disciplinary History
Violations and complaints where available
API Reference
Simple, RESTful endpoints designed for developer productivity
/v1/license/verifyVerify a professional license by number, state, and profession
/v1/license/searchSearch for licenses by professional name
import requests
# Initialize with your API key
headers = {
"Authorization": f"Bearer {api_key}"
}
# Make the request
response = requests.get(
"https://api.olympus.dev/v1/license/verify",
headers=headers,
params={"query": "example"}
)
# Response
data = response.json()
print(data)Simple, Transparent Pricing
Multi-profession coverage, real-time verification
Starter
- Single profession
Professional
- All professions
Business
- All professions
- Monitoring
- Batch
Enterprise
- Everything
- Custom integrations
- SLA
Built for Production
Enterprise-grade infrastructure designed for reliability, security, and performance at scale.
Quick Start
# Install the SDK
$ pip install chiron-verify# Install the SDK
$ npm install @chiron/clientReady to integrate CHIRON?
Get started in minutes with our developer-friendly API and comprehensive documentation.