
US Lawyers API
Look up US attorneys by jurisdiction through one normalized API. Every state bar publishes its directory with a different search form, so each state is an adapter that declares its own search criteria: list the active states and the fields each one supports, then run a validated search to retrieve the matching attorney records. Fourteen jurisdictions are live — California, Texas, Georgia, Colorado, Oregon, Maryland, Delaware, Arizona, Louisiana, Maine, Tennessee, Montana, Utah, and North Carolina — returning fields such as license status, admission date, firm/address, phone, and (where published) email and practice areas, sourced directly from each official bar directory. More states are being added.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
Path Parameters
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});