Discover/iardc.org API
live

iardc.org APIwww.iardc.org

Search and retrieve Illinois lawyer registration data from IARDC. Access registration status, discipline records, contact info, and admission dates via 2 endpoints.

Endpoints
2
Updated
2mo ago
Try it
City to filter by.
Page number (1-based).
State to filter by.
County to filter by.
Registration status filter: 'All', 'Active', 'Inactive'.
Last name to search for.
Results per page: 5, 10, 25, 50, 75, or 100.
First name to search for.
How to match last name: 'Exact', 'BeginsWith', or 'Contains'.
api.parse.bot/scraper/920c0044-f2eb-4ad1-b3eb-26958f67469a/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/920c0044-f2eb-4ad1-b3eb-26958f67469a/search_lawyers?city=Chicago&page=1&last_name=Smith&page_size=10&last_name_match=BeginsWith' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for lawyers in the IARDC database by last name, first name, status, city, state, or county. Results are paginated and sorted alphabetically by name.

Input
ParamTypeDescription
citystringCity to filter by.
pageintegerPage number (1-based).
statestringState to filter by.
countystringCounty to filter by.
statusstringRegistration status filter: 'All', 'Active', 'Inactive'.
last_namestringLast name to search for.
page_sizeintegerResults per page: 5, 10, 25, 50, 75, or 100.
first_namestringFirst name to search for.
last_name_matchstringHow to match last name: 'Exact', 'BeginsWith', or 'Contains'.
Response
{
  "type": "object",
  "fields": {
    "page": "integer - current page number",
    "lawyers": "array of lawyer objects with id, name, city, state, date_admitted, authorized_to_practice",
    "page_size": "integer - results per page",
    "total_pages": "integer - total pages available",
    "result_count": "integer - number of results on this page"
  },
  "sample": {
    "data": {
      "page": 1,
      "lawyers": [
        {
          "id": "2f112aaf-a964-eb11-b810-000d3a9f4eeb",
          "city": "Chicago",
          "name": "Smith, Aaron Charles",
          "state": "Illinois",
          "date_admitted": "5/6/2004",
          "authorized_to_practice": "Yes"
        }
      ],
      "page_size": 10,
      "total_pages": 23,
      "result_count": 10
    },
    "status": "success"
  }
}

About the iardc.org API

The IARDC API provides access to the Illinois Attorney Registration & Disciplinary Commission database through 2 endpoints, returning registration status, contact details, admission dates, malpractice insurance status, and public discipline records for Illinois-licensed attorneys. Use search_lawyers to query by name, city, state, county, or registration status, then call get_lawyer_details with a lawyer's IARDC GUID to retrieve their full profile including registered address and any public discipline history.

Searching the IARDC Database

The search_lawyers endpoint accepts up to eight filter parameters — last_name, first_name, city, state, county, status, page, and page_size. Results are paginated and sorted alphabetically by name. The status parameter accepts 'All', 'Active', or 'Inactive', which is useful for narrowing to currently practicing attorneys. Each result object includes the lawyer's id (an IARDC GUID), name, city, state, date_admitted, and authorized_to_practice. Supported page sizes are 5, 10, 25, 50, 75, or 100 records per page; the response includes result_count, total_pages, and page for straightforward pagination.

Lawyer Detail Profiles

Passing a lawyer_id from search results to get_lawyer_details returns a complete profile: full_name, full_licensed_name, date_admitted, registration_status, registered_address, registered_phone, registered_email, malpractice_insurance status, and public_discipline_record. The public_discipline_record field reflects any discipline proceedings or sanctions that IARDC has made publicly available, making this endpoint the primary source for attorney credential verification and due-diligence workflows.

Coverage and Scope

Coverage is limited to attorneys registered with the Illinois ARDC. The database includes both active and inactive registrants, and historical discipline records where publicly available. This is not a national bar directory — attorneys licensed only in other states will not appear in results.

Common use cases
  • Verify an Illinois attorney's current registration status and authorization to practice before engaging their services
  • Check the public discipline record of a lawyer using the public_discipline_record field in get_lawyer_details
  • Build a legal directory filtered to active attorneys in a specific Illinois city or county
  • Confirm malpractice insurance status for attorneys involved in business or litigation matters
  • Retrieve registered contact information and business address for attorney outreach or service of process
  • Audit a list of attorney IDs in bulk using paginated search_lawyers results with page_size up to 100
  • Cross-reference admission dates from date_admitted to assess years of practice for a given attorney
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does IARDC have an official developer API?+
No. The Illinois ARDC does not publish a public developer API or documented data feed. The IARDC API on Parse provides structured programmatic access to the same attorney registration data available at iardc.org.
What does the `public_discipline_record` field include?+
It reflects the discipline information IARDC makes publicly available for that attorney, which can include disciplinary proceedings, sanctions, suspensions, or disbarments. If no public record exists, the field indicates that. It is a text field returned as part of get_lawyer_details, not a structured breakdown of individual cases.
Can I search for attorneys licensed in states other than Illinois?+
No — the IARDC database covers only attorneys registered with the Illinois Attorney Registration & Disciplinary Commission. Attorneys licensed solely in other states will not appear in search_lawyers results. You can fork this API on Parse and revise it to add endpoints pointing to other state bar directories.
Does the API return individual disciplinary case records or hearing details?+
Not currently. The API exposes the public_discipline_record summary field from the attorney's profile page but does not return individual case filings, hearing dates, or case-level metadata as separate structured fields. You can fork the API on Parse and revise it to add an endpoint targeting per-case discipline detail pages.
How does pagination work in `search_lawyers`?+
Results are returned in alphabetical order. Use the page parameter (1-based) alongside page_size (accepted values: 5, 10, 25, 50, 75, or 100). The response includes total_pages and result_count so you can iterate through the full result set programmatically.
Page content last updated . Spec covers 2 endpoints from www.iardc.org.
Related APIs in Government PublicSee all →
identify.plantnet.org API
Identify and explore plant species by searching through Pl@ntNet's comprehensive botanical database to access detailed information like taxonomic families, genera, species descriptions, photos, and community observations. Track plant distributions, view contribution trends, and discover expert contributors within the platform's collaborative plant identification community.
data.lime.bike API
Access real-time availability data for Lime bikes and scooters, including station locations, vehicle status, system alerts, and geofencing zones across multiple cities. Monitor micromobility inventory and service information to find nearby vehicles or plan your trips effectively.
accessdata.fda.gov API
Search and retrieve comprehensive FDA premarket approval information for medical devices, including approval status, supplements, applicant details, and advisory committee data. Get instant access to specific PMA records with all relevant approval information in one place.
eprocurement.gov API
Monitor India's public procurement opportunities by accessing active tenders, bids closing today, global tenders, high-value contracts, and cancelled tenders from the Central Public Procurement Portal. Search tender details, browse participating organizations, and track real-time procurement statistics to stay informed on government contracting opportunities.
cmegroup.com API
Get CME Group market data including FedWatch interest-rate probabilities, futures quotes and settlements, volume/open interest history, and options expirations and near-the-money option chains.
alienvault.com API
Search and analyze global threat intelligence data including indicators of compromise, threat pulses, and adversary profiles from the Open Threat Exchange community. Monitor recent security alerts and access detailed information about threats and adversaries to strengthen your cybersecurity defenses.
api.nasa.gov API
Access NASA's suite of open data APIs — including the Astronomy Picture of the Day, Near Earth Object tracking, DONKI space weather events, EPIC Earth imagery, Mars weather, the NASA Image and Video Library, the Exoplanet Archive, and EONET natural events.
mahatenders.gov.in API
Access Maharashtra government tenders from mahatenders.gov.in, browsing them by closing date or by organization with full tender details and pagination support. Find and review procurement opportunities across different government departments in one place.