← 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": "The Merit Systems Protection Board (MSPB or Board) is amending its regulations to remove references to MSPB's jurisdiction over probationary termination, suitability, and reduction-in-force (RIF) appeals. This revision reflects the Office of Personnel Management's (OPM's) rescission of the MSPB's jurisdiction to hear these types of appeals. The rule retains MSPB's statutory jurisdiction over Foreign Service reduction-in-force appeals under 22 U.S.C. 4010a.",
        "agencies": [
          "Merit Systems Protection Board"
        ],
        "document_number": "2026-16456",
        "html_url": "https://www.federalregister.gov/documents/2026/08/12/2026-16456/appellate-jurisdiction-update-ii",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-08-12/pdf/2026-16456.pdf",
        "publication_date": "2026-08-12",
        "title": "Appellate Jurisdiction Update II",
        "type": "Rule"
      },
      {
        "abstract": "The Office of the Comptroller of the Currency (OCC) and the Federal Deposit Insurance Corporation (FDIC) are proposing to amend their Community Reinvestment Act rules by making certain substantive, technical, and process-oriented changes to refocus on the statutory objective of encouraging banks to meet the credit needs of their communities; to better ensure that community development grants reach the communities they are intended to benefit; to reduce unnecessary burden, particularly for community banks; and to provide greater clarity for how to obtain CRA consideration. The OCC and the FDIC are also proposing certain technical changes to their rules implementing the Community Reinvestment Act sunshine requirements of the Federal Deposit Insurance Act. In addition, the OCC is proposing similar technical changes to its Public Welfare Investments rule and its Rules, Policies, and Procedures for Corporate Activities.",
        "agencies": [
          "Treasury Department",
          "Comptroller of the Currency",
          "Federal Deposit Insurance Corporation"
        ],
        "document_number": "2026-16454",
        "html_url": "https://www.federalregister.gov/documents/2026/08/12/2026-16454/community-reinvestment-act-regulations",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-08-12/pdf/2026-16454.pdf",
        "publication_date": "2026-08-12",
        "title": "Community Reinvestment Act Regulations",
        "type": "Proposed Rule"
      },
      {
        "abstract": "The National Cancer Institute (NCI) seeks licensees for a CRISPR/Cas9-engineered MC38 B2m knockout murine colon cancer cell line that models tumor resistance to PD-1/PD-L1 checkpoint blockade caused by loss of MHC-I antigen presentation. This research tool provides an opportunity to study checkpoint-refractory tumors and evaluate alternative or combination immunotherapy strategies for cancers that evade conventional T-cell-mediated recognition.",
        "agencies": [
          "Health and Human Services Department",
          "National Institutes of Health"
        ],
        "document_number": "2026-16449",
        "html_url": "https://www.federalregister.gov/documents/2026/08/12/2026-16449/government-owned-invention-available-for-license-mc38-b2m-ko-cell-line",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-08-12/pdf/2026-16449.pdf",
        "publication_date": "2026-08-12",
        "title": "Government Owned Invention Available for License: MC38 B2m KO Cell Line",
        "type": "Notice"
      },
      {
        "abstract": null,
        "agencies": [
          "Commerce Department",
          "International Trade Administration"
        ],
        "document_number": "2026-16448",
        "html_url": "https://www.federalregister.gov/documents/2026/08/12/2026-16448/uchicago-argonne-llc-et-al-notice-of-decision-on-application-for-duty-free-entry-of-scientific",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-08-12/pdf/2026-16448.pdf",
        "publication_date": "2026-08-12",
        "title": "UChicago Argonne LLC et al; Notice of Decision on Application for Duty-Free Entry of Scientific Instruments",
        "type": "Notice"
      },
      {
        "abstract": null,
        "agencies": [
          "Commerce Department",
          "International Trade Administration"
        ],
        "document_number": "2026-16447",
        "html_url": "https://www.federalregister.gov/documents/2026/08/12/2026-16447/pacific-northwest-national-laboratory-et-al-applications-for-duty-free-entry-of-scientific",
        "pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-08-12/pdf/2026-16447.pdf",
        "publication_date": "2026-08-12",
        "title": "Pacific Northwest National Laboratory et al; Application(s) for Duty-Free Entry of Scientific Instruments",
        "type": "Notice"
      }
    ],
    "total_pages": 50
  },
  "success": true
}