Search API
Director (DIN) Lookup API
Get a director's profile from their DIN - name, status, nationality and directorship counts.
GET /v1/directors/{din}
Overview
The Director Lookup API returns a director's profile from their Director Identification Number (DIN): name, DIN status, nationality, gender, location and how many companies they are associated with. Use it for director KYC, governance checks and network mapping.
- Director profile from DIN
- Name, DIN status, nationality, gender
- Current and past directorship counts
- City and location
- From the director dataset
How it works
- Generate an API key in your developer console (test keys are free).
- Call the endpoint with your Bearer key.
- Read the JSON response (standard envelope with credits info).
- Map the fields into your product or workflow.
Request & response
Requestcurl "https://api.infyner.com/v1/directors/00012345" \
-H "Authorization: Bearer pk_test_xxxxxxxx"
Response (sample){
"success": true,
"data": {
"din": "00012345", "name": "...", "status": "Active", "nationality": "Indian",
"current_companies_count": 3, "past_companies_count": 5
}
}
Where it's used
- Director KYC and onboarding
- Governance and board review
- Network and relationship mapping
- Fraud and red-flag screening
Frequently asked questions
What is a DIN?
A Director Identification Number is a unique id every director in India holds. This API returns that director's profile from it.
Related APIs
Company Search API
Search Indian companies by name or CIN and get the top matching companies with their CIN.
Company CIN Lookup API
Get a company's core details from its CIN in real time - name, status, incorporation, registered office and ROC.
Company Profile API
Full company profile in one call - identity, capital, current and past directors, and registered charges.
Start building in minutes
Generate a free test key, call the sandbox, and go live when you're ready.
Get API access