UnifyAPI
← Back to catalog

regulations.document

mock data$0.001 / call

Regulatory Document Details

Get full details of a US federal regulatory document by ID — title, abstract, agency, comment count, docket, dates. Public domain (Regulations.gov)

Government & Legalprovider: Regulations#regulations#government

Input schema

document_idrequired

Document ID from search results (e.g. "FDA-2024-N-0001-0001")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/regulations.document \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"document_id":"<document_id>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.