Signals
A continuously updated feed of official regulatory publications, keyset-paged and filterable.
Official publications from 20 national and regional markets plus WTO notifications, classified, matched to your products and answered with citations. Detect, understand, act.
Built for regulatory, quality and compliance teams
Detection, intelligence and action, one API and one console.
A continuously updated feed of official regulatory publications, keyset-paged and filterable.
Every signal classified by vertical, product category and topic, with confidence and impact.
Signed webhooks with backoff, filters, test deliveries and a delivery log per endpoint.
21 jurisdictions, including WTO notifications, and 96 active official sources, each with freshness and verification status.
Matches against your product profiles, triaged with status, owner, due date and notes.
Questions answered over the corpus, with citations that resolve to a document and chunk.
Hello.
What do you need to know today?
Ask reads the same corpus your feed does: about 900 signals from 96 active official sources in 21 jurisdictions, searched across languages. Every answer carries citations that resolve to a document, a URL and the exact chunk, and it says so when the evidence is insufficient instead of guessing. Answers are informational, not legal advice: check the cited source before you act.
Learn more21 jurisdictions. 96 active official sources. 7 verticals. 98 API paths. Every answer cited, every webhook signed.
Counts from the RegSignal source registry and API reference, September 2026.
Coverage
FDA, USDA FSIS, CPSC, EPA, FTC
European Commission, EFSA, EMA, ECHA
MHRA, FSA, OPSS, HSE
FSSAI, CDSCO, BIS, AYUSH
SFA, HSA
MHLW, PMDA, CAA
TGA, FSANZ, ACCC, AICIS
Health Canada, CFIA
ANVISA, MAPA, INMETRO
NMPA, SAMR, NHC
MFDS
Swissmedic, FSVO
COFEPRIS, Secretaría de Economía
NPRA, MOH Food Safety and Quality, MDA
Thai FDA
BPOM, Kemenkes
Medsafe, MPI, FSANZ
MOHAP, MOIAT, MOCCAE, Dubai Municipality
SFDA, SASO
SAHPRA, Department of Health, NRCS
WTO TBT and SPS notifications
Whether you monitor one market or twenty.
Replace the inbox of newsletters with a triaged impact inbox: what changed, which of your products it touches, who owns the follow-up and when it is due.
Learn morePut regulatory intelligence inside your own PLM, QMS or labelling product. One REST API, signed webhooks, TypeScript and Python SDKs, usage metered per organization.
Learn moreRun one workspace per client with product profiles, roles and API keys of their own, and answer their questions with citations to the primary source.
Learn moreTaken from the source registry and the API reference, not a brochure.
Every screen in the console is a call you can make yourself. 98 REST paths under /v1, keyset pagination, an OpenAPI spec, TypeScript and Python SDKs, an MCP server, and webhooks signed withX-RegSignal-Signature (HMAC-SHA256 over the timestamp and raw body).
# Request
curl -H "X-API-Key: $REGSIGNAL_KEY" \
"https://api.regsignal.dev/v1/signals?jurisdictions=EU,US&verticals=food_beverage&limit=1"
# 200 OK
{
"items": [
{
"id": "sig_01J7Q3M8Z4",
"origin": "public",
"source_id": "eu-commission-food-safety",
"publisher": "European Commission",
"jurisdiction": "EU",
"affected_markets": ["EU"],
"title": "Amendment to maximum levels for certain contaminants in foodstuffs",
"url": "https://eur-lex.europa.eu/…",
"language": "en",
"doc_type": "regulation",
"published_at": "2026-09-10T08:00:00Z",
"effective_at": "2027-01-01T00:00:00Z",
"comment_deadline": null,
"summary": "Lowers maximum lead and cadmium levels for infant formula…",
"key_points": ["New limits apply from 1 January 2027", "…"],
"verticals": ["food_beverage"],
"product_categories": ["infant_formula_baby_food"],
"topics": ["contaminants_limits"],
"confidence": 0.91,
"status": "enriched"
}
],
"next_cursor": "eyJwIjoiMjAyNi0wOS0xMFQwODowMDowMFoifQ",
"has_more": true
}