← US Government

Recent Federal Documents

GET /federal/recent

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

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/federal/recent?per_page=5"

Live Response

{
  "data": {
    "count": 10000,
    "documents": [
      {
        "abstract": "The Coast Guard is establishing a temporary security zone for all navigable waters of the Ohio River, extending the entire width of the river, between mile marker (MM) 461 to MM 473. This security zone is needed to provide waterside security and protection of persons under the protection of the United States Secret Service during a visit to Cincinnati, OH. During the enforcement period, entry into, transiting, or anchoring in the security zone is prohibited unless specifically authorized by the Captain of the Port Ohio Valley (COTP) or a designated on-scene U.S. Coast Guard representative.",
        "agencies": [
          "Homeland Security Department",
          "Coast Guard"
        ],
        "document_number": "2026-09280",
        "html_url": "https://www.federalregister.gov/documents/2026/05/11/2026-09280/security-zone-ohio-river-cincinnati-oh",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-11/pdf/2026-09280.pdf",
        "publication_date": "2026-05-11",
        "title": "Security Zone; Ohio River, Cincinnati, OH",
        "type": "Rule"
      },
      {
        "abstract": "The Coast Guard is establishing a temporary safety zone for navigable waters on the Bancroft Canal between points 30[deg]01'12.67\" N, 093[deg]37'23.07\" W, and 30[deg]01'12.03\" N, 093[deg]36'18.60\" W. The safety zone is needed to protect personnel, vessels, and the marine environment from potential hazards created by the active response and cleanup of an oil spill on the waterway. Entry of vessels or persons into this zone is prohibited unless specifically authorized by the Captain of the Port, Port Arthur.",
        "agencies": [
          null,
          "Coast Guard"
        ],
        "document_number": "2026-09270",
        "html_url": "https://www.federalregister.gov/documents/2026/05/11/2026-09270/safety-zone-bancroft-canal-cameron-parish-la",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-11/pdf/2026-09270.pdf",
        "publication_date": "2026-05-11",
        "title": "Safety Zone; Bancroft Canal, Cameron Parish, LA",
        "type": "Rule"
      },
      {
        "abstract": "By this interim final rule (\"IFR\"), the Department of Health and Human Services (\"Department\") is revising the Department's regulations implementing section 504 of the Rehabilitation Act (\"section 504\") to extend the compliance dates for the requirements for web content and mobile application (\"app\") accessibility that were adopted on May 9, 2024. The compliance date for recipients with fifteen (15) or more employees is extended from May 11, 2026, to May 11, 2027. The compliance date for recipients with fewer than fifteen (15) employees is extended from May 10, 2027, to May 10, 2028.",
        "agencies": [
          "Health and Human Services Department"
        ],
        "document_number": "2026-09266",
        "html_url": "https://www.federalregister.gov/documents/2026/05/11/2026-09266/extension-of-compliance-dates-for-nondiscrimination-on-the-basis-of-disability-accessibility-of-web",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-11/pdf/2026-09266.pdf",
        "publication_date": "2026-05-11",
        "title": "Extension of Compliance Dates for Nondiscrimination on the Basis of Disability; Accessibility of Web Content and Mobile Applications of Recipients of Departmental Financial Assistance",
        "type": "Rule"
      },
      {
        "abstract": "The U.S. Department of Transportation revises its drug and alcohol testing procedures to require a directly observed urine collection in situations where oral fluid tests are currently required but cannot be conducted because oral fluid testing is not yet available. The rule also updates terminology in these procedures consistent with Executive Order (E.O.) 14168, Defending Women from Gender Ideology Extremism and Restoring Biological Truth to the Federal Government.",
        "agencies": [
          "Transportation Department",
          null
        ],
        "document_number": "2026-09290",
        "html_url": "https://www.federalregister.gov/documents/2026/05/11/2026-09290/procedures-for-transportation-workplace-drug-and-alcohol-testing-programs",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-11/pdf/2026-09290.pdf",
        "publication_date": "2026-05-11",
        "title": "Procedures for Transportation Workplace Drug and Alcohol Testing Programs",
        "type": "Rule"
      },
      {
        "abstract": "This document directs that a referendum be conducted among eligible California kiwifruit growers to determine whether they favor continuance of the marketing order regulating the handling of kiwifruit grown in California.",
        "agencies": [
          "Agriculture Department",
          "Agricultural Marketing Service"
        ],
        "document_number": "2026-09326",
        "html_url": "https://www.federalregister.gov/documents/2026/05/11/2026-09326/kiwifruit-grown-in-california-continuance-referendum",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-05-11/pdf/2026-09326.pdf",
        "publication_date": "2026-05-11",
        "title": "Kiwifruit Grown in California; Continuance Referendum",
        "type": "Proposed Rule"
      }
    ],
    "total_pages": 50
  },
  "success": true
}