{"id":38170646,"url":"https://github.com/matsudan/pyreinfolib","last_synced_at":"2026-01-16T23:25:41.322Z","repository":{"id":263285711,"uuid":"889426585","full_name":"matsudan/pyreinfolib","owner":"matsudan","description":"Python client for Real Estate Information Library (不動産情報ライブラリ) API service","archived":false,"fork":false,"pushed_at":"2025-09-06T16:32:51.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T19:44:30.522Z","etag":null,"topics":["api","client","python","real-estate"],"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/matsudan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-16T11:00:07.000Z","updated_at":"2025-09-06T16:32:53.000Z","dependencies_parsed_at":"2024-11-17T15:42:14.441Z","dependency_job_id":"b53bd3c6-d7d7-4721-b4c6-17e9557594b8","html_url":"https://github.com/matsudan/pyreinfolib","commit_stats":null,"previous_names":["matsudan/pyreinfolib"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/matsudan/pyreinfolib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsudan%2Fpyreinfolib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsudan%2Fpyreinfolib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsudan%2Fpyreinfolib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsudan%2Fpyreinfolib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matsudan","download_url":"https://codeload.github.com/matsudan/pyreinfolib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsudan%2Fpyreinfolib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28487586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T22:54:02.790Z","status":"ssl_error","status_checked_at":"2026-01-16T22:50:10.344Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","client","python","real-estate"],"created_at":"2026-01-16T23:25:40.599Z","updated_at":"2026-01-16T23:25:41.298Z","avatar_url":"https://github.com/matsudan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyreinfolib\n\n国土交通省[不動産情報ライブラリ](https://www.reinfolib.mlit.go.jp/)APIサービスのPythonクライアントです。API仕様についての詳細は[API操作説明ページ](https://www.reinfolib.mlit.go.jp/help/apiManual/)をご参照ください。\n\n## Installation\n\n```shell\npip install pyreinfolib\n```\n\n### Supported Python Versions\n\nPython \u003e= 3.11\n\n## Usage\n\n```python\nfrom pyreinfolib import Client\n\nclient = Client(api_key=\"\u003cyour api key\u003e\")\n```\n\n## Example\n\n### 不動産価格（取引価格・成約価格）情報\n\n```python\nclient.get_real_estate_prices(year=2024, quarter=1, price_classification=\"01\", city=\"13109\")\n```\n\n### 鑑定評価書情報\n\n```python\nfrom pyreinfolib.enums import UseDivision\n\nclient.get_appraisal_reports(year=2024, area=\"13\", division=UseDivision.INDUSTRIAL_LAND)\n```\n\n## Author\n\n@matsudan (daaamatsun@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsudan%2Fpyreinfolib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatsudan%2Fpyreinfolib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsudan%2Fpyreinfolib/lists"}