Get Firm
Firms
Get Firm
Retrieve a law firm profile by ID
GET
Get Firm
Documentation Index
Fetch the complete documentation index at: https://docs.signa.so/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns the detail tier for a single law firm: name, canonical name, country, aliases, attorney count, trademark count, registration rate, and latest filing date. Optional?include= relations let you embed scalar practice statistics 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.
Path Parameters
Firm ID prefixed with
firm_ (e.g. firm_abc123).Query Parameters
Comma-separated relations to embed. Valid values:
stats: aggregate scalar practice statisticsattorneys: first page of attorneys at the firm withattorneys_has_more
specializations, jurisdictions, and trend includes were removed in
April 2026 along with the corresponding JSONB ranked-list fields on
firm_stats.Response
Firm ID prefixed with
firm_.Always
firm.Display name of the firm.
Normalized name used for entity resolution and deduplication.
ISO 3166-1 alpha-2 country code.
Total attorneys linked to this firm.
Total trademarks where this firm appears as representative.
Share of marks that reached registration.
Latest filing date observed for this firm.
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
Returned when
?include=stats.Returned when
?include=attorneys. Paired with attorneys_has_more.Unique request identifier for support and debugging.
Code Examples
Errors
| 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 |
Related Endpoints
- List Firms — filtered listing of firms
- Firm Attorneys — attorneys at a firm
- Firm Trademarks — portfolio of marks the firm represents