Office of the Federal Register Public Inspection Documents.json API

The Public Inspection Documents.json API from Office of the Federal Register — 1 operation(s) for public inspection documents.json.

OpenAPI Specification

office-of-the-federal-register-public-inspection-documents-json-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Office of the Federal Register Agencies Public Inspection Documents.json API
  description: Search, browse and learn about the Federal Register. Federal Register 2.0 is the unofficial daily publication for rules, proposed rules, and notices of Federal agencies and organizations, as well as executive orders and other presidential documents.
  version: v1
  contact:
    name: Office of the Federal Register
    url: https://www.federalregister.gov/developers/documentation/api/v1
servers:
- url: https://www.federalregister.gov/api/v1
  description: Federal Register API
tags:
- name: Public Inspection Documents.json
paths:
  /public-inspection-documents.json:
    get:
      summary: Search Public Inspection Documents
      description: Search documents currently on public inspection.
      operationId: searchPublicInspectionDocuments
      responses:
        '200':
          description: Public inspection documents.
      tags:
      - Public Inspection Documents.json