US Lawyers API logo

US Lawyers API

Pordataandapis.com
|
Data
|
10 tokens / llamada

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.

Inicio Rápido

Suscríbete para obtener acceso instantáneo a la API con tu clave única.

Ver Planes de Precios

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