{"id":18005623,"url":"https://github.com/areed1192/us-federal-register-python-api","last_synced_at":"2025-06-18T08:37:06.175Z","repository":{"id":108437566,"uuid":"286870324","full_name":"areed1192/us-federal-register-python-api","owner":"areed1192","description":"A python API client for the United States Federal Register.","archived":false,"fork":false,"pushed_at":"2020-08-12T18:23:41.000Z","size":460,"stargazers_count":9,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T08:45:20.660Z","etag":null,"topics":["api","api-client","federal-register","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/areed1192.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["areed1192"],"patreon":"sigmacoding","custom":null}},"created_at":"2020-08-11T23:36:57.000Z","updated_at":"2025-01-29T20:33:20.000Z","dependencies_parsed_at":"2023-06-01T02:15:31.140Z","dependency_job_id":null,"html_url":"https://github.com/areed1192/us-federal-register-python-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"areed1192/sigma-template","purl":"pkg:github/areed1192/us-federal-register-python-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/areed1192%2Fus-federal-register-python-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/areed1192%2Fus-federal-register-python-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/areed1192%2Fus-federal-register-python-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/areed1192%2Fus-federal-register-python-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/areed1192","download_url":"https://codeload.github.com/areed1192/us-federal-register-python-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/areed1192%2Fus-federal-register-python-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260520608,"owners_count":23021652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","api-client","federal-register","python"],"created_at":"2024-10-30T00:20:50.181Z","updated_at":"2025-06-18T08:37:01.157Z","avatar_url":"https://github.com/areed1192.png","language":"Python","funding_links":["https://github.com/sponsors/areed1192","https://patreon.com/sigmacoding","https://www.patreon.com/sigmacoding"],"categories":[],"sub_categories":[],"readme":"# Federal Register Python API Client\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Setup](#setup)\n- [Usage](#usage)\n- [Support These Projects](#support-these-projects)\n\n## Overview\n\nThis library is used to grab federal documents from the United States Federal Register.\nAdditionally, it will help simplify the process of building requests for the different\nfields that can be returned for specific documents.\n\n## Setup\n\nTo **install** the library, run the following command from the terminal.\n\n```console\npip install federal-register\n```\n\nTo **upgrade** the library, run the following command from the terminal.\n\n```console\npip install --upgrade federal-register\n```\n\n## Usage\n\nHere is a simple example of using the `federal_register` library to grab a document\nusing the document number.\n\n```python\nfrom pprint import pprint\nfrom federal_register.client import FederalRegister\n\n# Initialize the client.\nfederal_register_client = FederalRegister()\n\n# Grab a specific document.\nfederal_document = federal_register_client.document_by_id(\n    document_id='2020-17469',\n    fields='all'\n)\n\n# Print it out.\npprint(federal_document)\n```\n\n## Support These Projects\n\n**Patreon:**\nHelp support this project and future projects by donating to my [Patreon Page](https://www.patreon.com/sigmacoding)\n. I'm always looking to add more content for individuals like yourself, unfortuantely some of the APIs I would require\nme to pay monthly fees.\n\n**YouTube:**\nIf you'd like to watch more of my content, feel free to visit my YouTube channel [Sigma Coding](https://www.youtube.com/c/SigmaCoding).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fareed1192%2Fus-federal-register-python-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fareed1192%2Fus-federal-register-python-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fareed1192%2Fus-federal-register-python-api/lists"}