Regulatory change,
delivered as an API

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

  • Food & beverage
  • Supplements
  • Cosmetics
  • Pharma
  • Medical devices
  • Consumer products
  • Chemicals & packaging

It’s all here

Detection, intelligence and action, one API and one console.

Signals

A continuously updated feed of official regulatory publications, keyset-paged and filterable.

SignalsGET /v1/signals
EUMaximum levels for contaminants in foodstuffsRegulation2h
USFront-of-package nutrition labelingDraft5h
JP食品表示基準の一部改正 (labelling standard)Notice6h
BRRotulagem nutricional: prazo de adequaçãoGuidance1d
GBPrecautionary allergen labelling consultationDraft1d

Intelligence

Every signal classified by vertical, product category and topic, with confidence and impact.

ClassificationPOST /v1/classify
HighImpact
0.91Confidence
EUJurisdiction
food_beverageinfant_formula_baby_foodcontaminants_limitsregulationeffective 2027-01-01

Actions

Signed webhooks with backoff, filters, test deliveries and a delivery log per endpoint.

Deliverieshooks.example.com
signal.created200212 ms
impact.matched200180 ms
signal.created200241 ms
impact.matchedretry 2backoff 30s
signal.updated200198 ms
X-RegSignal-Signature: t=1757664000,v1=9f3a…

Coverage

21 jurisdictions, including WTO notifications, and 96 active official sources, each with freshness and verification status.

Coverage21 jurisdictions
United States15 sources · 73% verified
European Union14 sources · 79% verified
India3 sources · 100% verified
Japan5 sources · 100% verified

Impact inbox

Matches against your product profiles, triaged with status, owner, due date and notes.

Needs attention2 overdue · 1 due soon · 2 unassigned
EU contaminants: infant formula lineOverdue · 2dMP
US FOP labeling: cereal rangeDue FriJL
GB allergen consultation: snacksNew · unassigned
IN HFSS direction: beveragesNew · unassigned
SG additives list: saucesActionedRK

Ask

Questions answered over the corpus, with citations that resolve to a document and chunk.

What changed for infant formula contaminant limits in the EU this quarter?
The Commission amended the maximum levels for certain contaminants; infant formula limits tighten from the stated application date [1]. Products already on the market may be sold until stocks are exhausted [2].
1European Commission · Regulation · EU
2Official Journal notice · EU
confidence 0.87 · insufficient_evidence: false

Ask: cited answers
from official sources

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 more

21 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

All the jurisdictions you need

  • United States

    FDA, USDA FSIS, CPSC, EPA, FTC

  • European Union

    European Commission, EFSA, EMA, ECHA

  • United Kingdom

    MHRA, FSA, OPSS, HSE

  • India

    FSSAI, CDSCO, BIS, AYUSH

  • Singapore

    SFA, HSA

  • Japan

    MHLW, PMDA, CAA

  • Australia

    TGA, FSANZ, ACCC, AICIS

  • Canada

    Health Canada, CFIA

  • Brazil

    ANVISA, MAPA, INMETRO

  • China

    NMPA, SAMR, NHC

  • South Korea

    MFDS

  • Switzerland

    Swissmedic, FSVO

  • Mexico

    COFEPRIS, Secretaría de Economía

  • Malaysia

    NPRA, MOH Food Safety and Quality, MDA

  • Thailand

    Thai FDA

  • Indonesia

    BPOM, Kemenkes

  • New Zealand

    Medsafe, MPI, FSANZ

  • United Arab Emirates

    MOHAP, MOIAT, MOCCAE, Dubai Municipality

  • Saudi Arabia

    SFDA, SASO

  • South Africa

    SAHPRA, Department of Health, NRCS

  • International (WTO)

    WTO TBT and SPS notifications

Built for you

Whether you monitor one market or twenty.

Compliance teams

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 more

Software vendors

Put regulatory intelligence inside your own PLM, QMS or labelling product. One REST API, signed webhooks, TypeScript and Python SDKs, usage metered per organization.

Learn more

Consultancies

Run 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 more

Proof? Real numbers.

Taken from the source registry and the API reference, not a brochure.

  • 21Jurisdictions20 national and regional markets, plus WTO notifications
  • 96Active official sourcesOf 101 in the source registry: regulators, gazettes and structured feeds
  • 7VerticalsFood, supplements, cosmetics, pharma, devices, consumer, chemicals
  • 98API pathsPaths in the v1 OpenAPI reference

Built API-first, documented like a product

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).

Read the API reference
GET /v1/signals
# 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
}

The new standard for regulatory intelligence