GET /federal/recent
Browse recent US Federal Register documents including rules, proposed rules, notices, and presidential documents. Supports pagination and type filtering.
per_page
optional
default: 10
Results per page (max 50)
page
optional
Page number
type
optional
Document type: RULE, PRORULE, NOTICE, PRESDOCU
| Name | Required | Default | Description |
|---|---|---|---|
per_page |
No | 10 | Results per page (max 50) |
page |
No | - | Page number |
type |
No | - | Document type: RULE, PRORULE, NOTICE, PRESDOCU |
curl "https://nordapi.ee/api/v1/federal/recent?per_page=5"
{
"data": {
"count": 10000,
"documents": [
{
"abstract": "The Pension Benefit Guaranty Corporation (PBGC) is proposing to improve its rules on recoupment of benefit overpayments under PBGC's insurance program for single-employer terminated plans trusteed by PBGC. These proposed improvements include changing the recoupment methodology to a flat rate of 5 percent of a participant's monthly benefit and eliminating recoupment from a participant's surviving beneficiary.",
"agencies": [
"Pension Benefit Guaranty Corporation"
],
"document_number": "2026-13639",
"html_url": "https://www.federalregister.gov/documents/2026/07/06/2026-13639/improvements-to-rules-on-recoupment-of-benefit-overpayments",
"pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-07-06/pdf/2026-13639.pdf",
"publication_date": "2026-07-06",
"title": "Improvements to Rules on Recoupment of Benefit Overpayments",
"type": "Proposed Rule"
},
{
"abstract": "The Equal Employment Opportunity Commission (\"EEOC\" or \"Commission\") is rescinding its regulations regarding Affirmative Action Appropriate Under Title VII of the Civil Rights Act of 1964 (\"Guidelines\"), and removing it from the Code of Federal Regulations. The Commission is rescinding the Guidelines and removing them from the Code of Federal Regulations because the Guidelines are inconsistent with the statutory language and were not supported by Supreme Court precedent when issued; they are obsolete; they only apply to affirmative action to benefit women or minorities; and they do not take into account multiple relevant Supreme Court cases and numerous developments in the lower courts, over the past four decades since their issuance in 1979.",
"agencies": [
"Equal Employment Opportunity Commission"
],
"document_number": "2026-13637",
"html_url": "https://www.federalregister.gov/documents/2026/07/06/2026-13637/rescission-of-guidelines-on-affirmative-action-appropriate-under-title-vii-of-the-civil-rights-act",
"pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-07-06/pdf/2026-13637.pdf",
"publication_date": "2026-07-06",
"title": "Rescission of Guidelines on Affirmative Action Appropriate Under Title VII of the Civil Rights Act of 1964, as Amended",
"type": "Rule"
},
{
"abstract": null,
"agencies": [
"Executive Office of the President"
],
"document_number": "2026-13631",
"html_url": "https://www.federalregister.gov/documents/2026/07/06/2026-13631/presidential-determination-on-assistance-to-venezuela-consistent-with-the-trafficking-victims",
"pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-07-06/pdf/2026-13631.pdf",
"publication_date": "2026-07-06",
"title": "Presidential Determination on Assistance to Venezuela Consistent With the Trafficking Victims Protection Act of 2000",
"type": "Presidential Document"
},
{
"abstract": "NMFS closes the Angling category Southern New England area fishery for large medium and giant (\"trophy\" (i.e., measuring 73 inches (185 centimeters (cm)) curved fork length or greater)) Atlantic bluefin tuna (BFT). This action applies to Highly Migratory Species (HMS) Angling and HMS Charter/Headboat permitted vessels when fishing recreationally.",
"agencies": [
"Commerce Department",
"National Oceanic and Atmospheric Administration"
],
"document_number": "2026-13630",
"html_url": "https://www.federalregister.gov/documents/2026/07/06/2026-13630/atlantic-highly-migratory-species-atlantic-bluefin-tuna-fisheries-closure-of-the-angling-category",
"pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-07-06/pdf/2026-13630.pdf",
"publication_date": "2026-07-06",
"title": "Atlantic Highly Migratory Species; Atlantic Bluefin Tuna Fisheries; Closure of the Angling Category Southern New England Area Trophy Fishery for 2026",
"type": "Rule"
},
{
"abstract": null,
"agencies": [
"Commerce Department",
"International Trade Administration"
],
"document_number": "2026-13626",
"html_url": "https://www.federalregister.gov/documents/2026/07/06/2026-13626/agency-information-collection-activities-submission-to-the-office-of-management-and-budget-omb-for",
"pdf_url": "https://www.govinfo.gov/content/pkg/FR-2026-07-06/pdf/2026-13626.pdf",
"publication_date": "2026-07-06",
"title": "Agency Information Collection Activities; Submission to the Office of Management and Budget (OMB) for Review and Approval; Comment Request; Request for Duty-Free Entry of Scientific Instrument or Apparatus",
"type": "Notice"
}
],
"total_pages": 50
},
"success": true
}