List all maintenance deadline rules across modeled jurisdictions
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.
renewal_period_years and statutory sources denormalized onto it, so you do not need a separate parent fetch to render a rule.
This endpoint exposes the same rule corpus that powers the deadlines block on a trademark detail response. Use it to build educational UI, validate deadline computations client-side, or expose statutory citations alongside an alert.
?jurisdiction=US,EU,GB.national, regional, madrid. Comma-separated for multiple values.Most rules have applies_to: null (apply to every route) and are returned for any value of filing_route. Rules tagged domestic only pass national / regional filters; rules tagged madrid_only only pass madrid; rules tagged all always pass.data: DeadlineRule[]. Pagination is not used — the corpus is small (~22 rules today) and is returned in a single page.
listfalse — no paginationcursor: null)| Status | Type | Description |
|---|---|---|
| 400 | validation_error | Invalid filing_route value |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key missing the trademarks:read scope |
| 429 | rate_limited | Too many requests |