Retrieve a law firm profile by ID
?include= relations let you embed practice statistics, jurisdiction breakdown, specialization signal, multi-year trends, and the firm’s attorneys.
If the firm record was merged into another (entity resolution), the endpoint returns 410 entity_merged with the new ID in the error body.
firm_ (e.g. firm_abc123).stats: aggregate practice statisticsspecializations: top Nice classes and goods/services categoriesjurisdictions: per-jurisdiction filing breakdowntrend: yearly filing volume trendattorneys: first page of attorneys at the firm with attorneys_has_morefirm_.firm.?include=stats.?include=specializations.?include=jurisdictions.?include=trend.?include=attorneys. Paired with attorneys_has_more.| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid id format or unknown include value |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks the trademarks:read scope |
| 404 | not_found | Firm ID does not exist |
| 410 | entity_merged | Firm was merged into another entity. The new ID is returned in the error detail. |
| 429 | rate_limited | Rate limit exceeded |