Get Attorney
Attorneys
Get Attorney
Retrieve an attorney profile by ID
GET
Get Attorney
Overview
Returns the full detail tier for a single attorney: canonical name, firm linkage, country, address, aliases, alternate identifiers (bar numbers and similar office-issued IDs), and computed practice statistics with top clients when available. There are no?include= parameters on this endpoint, the full detail is always returned.
If the attorney record was merged into another (entity resolution), the endpoint returns 410 entity_merged with the new ID in the error body.
Path Parameters
Attorney ID prefixed with
att_ (e.g. att_abc123).Response
Attorney ID prefixed with
att_.Always
attorney.Display name of the attorney.
Normalized name used for entity resolution and deduplication.
Firm ID prefixed with
firm_, when the attorney is linked to a firm.Convenience denormalization of the firm’s display name.
ISO 3166-1 alpha-2 country code.
Office address as reported by the source office.
Alternate office-issued identifiers (bar numbers, attorney docket IDs).
The ranked-list fields
top_classes, top_clients, jurisdictions, and
yearly_trend were removed from the attorney stats response in April 2026.
To enumerate an attorney’s clients, use the dedicated
GET /v1/attorneys/:id/clients endpoint.ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
Unique request identifier for support and debugging.
Code Examples
Errors
| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid id format |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks the trademarks:read scope |
| 404 | not_found | Attorney ID does not exist |
| 410 | entity_merged | Attorney was merged into another entity. The new ID is returned in the error detail. |
| 429 | rate_limited | Rate limit exceeded |
Related Endpoints
- List Attorneys — filtered listing of attorneys
- Attorney Trademarks — portfolio of marks an attorney represents
- Attorney Clients — owners represented by an attorney
- Get Firm — detail for the linked firm