US Lawyers API logo

US Lawyers API

Bydataandapis.com
|
Data
|
10 tokens / call

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.

Quick Start

Subscribe to get instant API access with your unique API key.

View Pricing Plans

Available Endpoints

Request Parameters

API URL

Please subscribe to see the API URL

Headers

X-Api-Key

Path Parameters

code

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' }
});