โ† All API Products

US Government API

3 endpoints for the US Federal Register โ€” browse recent government documents (rules, notices, presidential documents), search by keyword, and get full document details. Free, no authentication required. Useful for legal research, regulatory compliance, and civic tech apps.

FREE 3 endpoints 100 req/hour
Base URL: https://nordapi.ee/api/v1

Recent Federal Documents

GET /federal/recent
Details โ†’

Browse recent US Federal Register documents including rules, proposed rules, notices, and presidential documents. Supports pagination and type filtering.

Parameters
per_page optional default: 10
Results per page (max 50)
page optional
Page number
type optional
Document type: RULE, PRORULE, NOTICE, PRESDOCU
curl "https://nordapi.ee/api/v1/federal/recent?per_page=5"

Federal Document Details

GET /federal/:number
Details โ†’

Get full details of a specific Federal Register document by its document number.

curl https://nordapi.ee/api/v1/federal/2024-12345