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

See it visualized

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": "FAA proposes to remove obsolete references to pilot certificates and ratings issued more than 50 years ago.",
        "agencies": [
          "Transportation Department",
          "Federal Aviation Administration"
        ],
        "document_number": "2026-13003",
        "html_url": "https://www.federalregister.gov/documents/2026/06/26/2026-13003/removing-obsolete-references-to-twentieth-century-airman-certificates",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-06-26/pdf/2026-13003.pdf",
        "publication_date": "2026-06-26",
        "title": "Removing Obsolete References to Twentieth-Century Airman Certificates",
        "type": "Proposed Rule"
      },
      {
        "abstract": null,
        "agencies": [
          "Equal Employment Opportunity Commission"
        ],
        "document_number": "2026-12995",
        "html_url": "https://www.federalregister.gov/documents/2026/06/26/2026-12995/commission-meeting-sunshine-act-notice",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-06-26/pdf/2026-12995.pdf",
        "publication_date": "2026-06-26",
        "title": "Commission Meeting-Sunshine Act Notice",
        "type": "Notice"
      },
      {
        "abstract": "The U.S. Nuclear Regulatory Commission (NRC) is proposing to revise its regulations to modernize security and fitness-for-duty requirements to enhance efficiency, consistent with Executive Order 14300, \"Ordering the Reform of the Nuclear Regulatory Commission.\" The proposed revisions are intended to reduce regulatory burden, where appropriate, while continuing to provide reasonable assurance that safety and security will be adequately maintained at NRC-licensed facilities.",
        "agencies": [
          "Nuclear Regulatory Commission"
        ],
        "document_number": "2026-12989",
        "html_url": "https://www.federalregister.gov/documents/2026/06/26/2026-12989/modernizing-security-requirements",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-06-26/pdf/2026-12989.pdf",
        "publication_date": "2026-06-26",
        "title": "Modernizing Security Requirements",
        "type": "Proposed Rule"
      },
      {
        "abstract": null,
        "agencies": [
          "Nuclear Regulatory Commission"
        ],
        "document_number": "2026-12983",
        "html_url": "https://www.federalregister.gov/documents/2026/06/26/2026-12983/sunshine-act-meetings",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-06-26/pdf/2026-12983.pdf",
        "publication_date": "2026-06-26",
        "title": "Sunshine Act Meetings",
        "type": "Notice"
      },
      {
        "abstract": "Notice is hereby given of the following determinations: I hereby determine that a certain object being imported from abroad pursuant to an agreement with its foreign owner or custodian for temporary display in the exhibition \"Georgia O'Keeffe Architecture\" at the Detroit Institute of Arts, Detroit, Michigan, and at possible additional exhibitions or venues yet to be determined, is of cultural significance, and, further, that its temporary exhibition or display within the United States as aforementioned is in the national interest. I have ordered that Public Notice of these determinations be published in the Federal Register.",
        "agencies": [
          "State Department"
        ],
        "document_number": "2026-12982",
        "html_url": "https://www.federalregister.gov/documents/2026/06/26/2026-12982/notice-of-determinations-culturally-significant-object-being-imported-for-exhibition-determinations",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-06-26/pdf/2026-12982.pdf",
        "publication_date": "2026-06-26",
        "title": "Notice of Determinations; Culturally Significant Object Being Imported for Exhibition-Determinations: “Georgia O'Keeffe Architecture” Exhibition",
        "type": "Notice"
      }
    ],
    "total_pages": 50
  },
  "success": true
}