{"id":34640666,"url":"https://github.com/nisyuu/gbizinfo","last_synced_at":"2026-05-23T20:34:04.556Z","repository":{"id":192729951,"uuid":"687276427","full_name":"nisyuu/gbizinfo","owner":"nisyuu","description":"経済産業省が提供するgBizINFOのRuby製クライアントAPI","archived":false,"fork":false,"pushed_at":"2026-05-18T00:09:12.000Z","size":183,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-22T12:34:48.775Z","etag":null,"topics":["gem","openapi-generator","ruby"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/gbizinfo","language":"Ruby","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/nisyuu.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-09-05T02:56:29.000Z","updated_at":"2026-05-04T14:39:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"e276002e-79c3-4716-a062-f1f610f25f5c","html_url":"https://github.com/nisyuu/gbizinfo","commit_stats":null,"previous_names":["uichi/gbizinfo","nisyuu/gbizinfo"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nisyuu/gbizinfo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nisyuu%2Fgbizinfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nisyuu%2Fgbizinfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nisyuu%2Fgbizinfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nisyuu%2Fgbizinfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nisyuu","download_url":"https://codeload.github.com/nisyuu/gbizinfo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nisyuu%2Fgbizinfo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33412082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T18:09:33.147Z","status":"ssl_error","status_checked_at":"2026-05-23T18:09:31.380Z","response_time":53,"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":["gem","openapi-generator","ruby"],"created_at":"2025-12-24T17:16:51.566Z","updated_at":"2026-05-23T20:34:04.551Z","avatar_url":"https://github.com/nisyuu.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gbizinfo\n\nGbizinfo - the Ruby gem for the gBizINFO REST API\n\n\u003cdiv\u003e各REST APIはHTTPリクエストヘッダX-hojinInfo-api-tokenに動作確認用のAPIトークンDTcLxzo1lZaUYaQPVdSRxdS4MzlXNCs4を指定して動作を確認することができます。\u003c/div\u003e\u003cdiv\u003e※動作確認用のAPIトークンはこのページでの動作確認でのみ使用してください。\u003c/div\u003e\u003cdiv\u003e※REST APIを利用する際は必ず、\u003ca href='https://info.gbiz.go.jp/hojin/api_registration/form'\u003eWeb API利用申請\u003c/a\u003eを行い、APIトークンを取得してください。\u003c/div\u003e\n\nThis SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:\n\n- API version: 1.0\n- Package version: 0.2.2\n- Generator version: 7.22.0\n- Build package: org.openapitools.codegen.languages.RubyClientCodegen\n\n## Installation\n\n### Build a gem\n\nTo build the Ruby code into a gem:\n\n```shell\ngem build gbizinfo.gemspec\n```\n\nThen either install the gem locally:\n\n```shell\ngem install ./gbizinfo-0.2.2.gem\n```\n\n(for development, run `gem install --dev ./gbizinfo-0.2.2.gem` to install the development dependencies)\n\nor publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).\n\nFinally add this to the Gemfile:\n\n    gem 'gbizinfo', '~\u003e 0.2.2'\n\n### Install from Git\n\nIf the Ruby gem is hosted at a git repository: https://github.com/nisyuu/gbizinfo, then add the following in the Gemfile:\n\n    gem 'gbizinfo', :git =\u003e 'https://github.com/nisyuu/gbizinfo.git'\n\n### Include the Ruby code directly\n\nInclude the Ruby code directly using `-I` as follows:\n\n```shell\nruby -Ilib script.rb\n```\n\n## Getting Started\n\nPlease follow the [installation](#installation) procedure and then run the following code:\n\n```ruby\n# Load the gem\nrequire 'gbizinfo'\n\napi_instance = Gbizinfo::GBizINFORESTAPIApi.new\nx_hojin_info_api_token = 'x_hojin_info_api_token_example' # String | APIトークン\ncorporate_number = 'corporate_number_example' # String | 法人番号：法人番号を設定。  入力された法人番号を完全一致で検索。\n\nbegin\n  #gBizINFOから届出・認定情報を取得します.\n  result = api_instance.get_certification_using_get(x_hojin_info_api_token, corporate_number)\n  p result\nrescue Gbizinfo::ApiError =\u003e e\n  puts \"Exception when calling GBizINFORESTAPIApi-\u003eget_certification_using_get: #{e}\"\nend\n\n```\n\n## Documentation for API Endpoints\n\nAll URIs are relative to *https://info.gbiz.go.jp/hojin*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*Gbizinfo::GBizINFORESTAPIApi* | [**get_certification_using_get**](docs/GBizINFORESTAPIApi.md#get_certification_using_get) | **GET** /v1/hojin/{corporate_number}/certification | gBizINFOから届出・認定情報を取得します.\n*Gbizinfo::GBizINFORESTAPIApi* | [**get_commendation_using_get**](docs/GBizINFORESTAPIApi.md#get_commendation_using_get) | **GET** /v1/hojin/{corporate_number}/commendation | gBizINFOから表彰情報を取得します.\n*Gbizinfo::GBizINFORESTAPIApi* | [**get_finance_using_get**](docs/GBizINFORESTAPIApi.md#get_finance_using_get) | **GET** /v1/hojin/{corporate_number}/finance | gBizINFOから財務情報を取得します.\n*Gbizinfo::GBizINFORESTAPIApi* | [**get_patent_using_get**](docs/GBizINFORESTAPIApi.md#get_patent_using_get) | **GET** /v1/hojin/{corporate_number}/patent | gBizINFOから特許情報を取得します.\n*Gbizinfo::GBizINFORESTAPIApi* | [**get_procurement_using_get**](docs/GBizINFORESTAPIApi.md#get_procurement_using_get) | **GET** /v1/hojin/{corporate_number}/procurement | gBizINFOから調達情報を取得します.\n*Gbizinfo::GBizINFORESTAPIApi* | [**get_subsidy_using_get**](docs/GBizINFORESTAPIApi.md#get_subsidy_using_get) | **GET** /v1/hojin/{corporate_number}/subsidy | gBizINFOから補助金情報を取得します.\n*Gbizinfo::GBizINFORESTAPIApi* | [**get_using_get**](docs/GBizINFORESTAPIApi.md#get_using_get) | **GET** /v1/hojin/{corporate_number} | gBizINFOから法人基本情報を取得します.\n*Gbizinfo::GBizINFORESTAPIApi* | [**get_workplace_information_using_get**](docs/GBizINFORESTAPIApi.md#get_workplace_information_using_get) | **GET** /v1/hojin/{corporate_number}/workplace | gBizINFOから職場情報を取得します.\n*Gbizinfo::GBizINFORESTAPIApi* | [**search_info_using_get**](docs/GBizINFORESTAPIApi.md#search_info_using_get) | **GET** /v1/hojin | gBizINFOに登録された法人を検索します.\n*Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi* | [**get_certification_update_info_using_get**](docs/GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_certification_update_info_using_get) | **GET** /v1/hojin/updateInfo/certification | gBizINFOから期間内に追加/更新された届出・認定情報を取得します.\n*Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi* | [**get_commendation_update_info_using_get**](docs/GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_commendation_update_info_using_get) | **GET** /v1/hojin/updateInfo/commendation | gBizINFOから期間内に追加/更新された表彰情報を取得します.\n*Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi* | [**get_finance_update_info_using_get**](docs/GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_finance_update_info_using_get) | **GET** /v1/hojin/updateInfo/finance | gBizINFOから期間内に追加/更新された財務情報を取得します.\n*Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi* | [**get_patent_update_info_using_get**](docs/GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_patent_update_info_using_get) | **GET** /v1/hojin/updateInfo/patent | gBizINFOから期間内に追加/更新された特許情報を取得します.\n*Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi* | [**get_procurement_update_info_using_get**](docs/GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_procurement_update_info_using_get) | **GET** /v1/hojin/updateInfo/procurement | gBizINFOから期間内に追加/更新された調達情報を取得します.\n*Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi* | [**get_subsidy_update_info_using_get**](docs/GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_subsidy_update_info_using_get) | **GET** /v1/hojin/updateInfo/subsidy | gBizINFOから期間内に追加/更新された補助金情報を取得します.\n*Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi* | [**get_update_info_using_get**](docs/GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_update_info_using_get) | **GET** /v1/hojin/updateInfo | gBizINFOから期間内に追加/更新された法人基本情報を取得します.\n*Gbizinfo::GBizINFORESTAPIPeriodSpecifiedSearchApi* | [**get_workplace_information_update_info_using_get**](docs/GBizINFORESTAPIPeriodSpecifiedSearchApi.md#get_workplace_information_update_info_using_get) | **GET** /v1/hojin/updateInfo/workplace | gBizINFOから期間内に追加/更新された職場情報を取得します.\n\n\n## Documentation for Models\n\n - [Gbizinfo::ApiErrorResponse](docs/ApiErrorResponse.md)\n - [Gbizinfo::CertificationInfo](docs/CertificationInfo.md)\n - [Gbizinfo::CommendationInfo](docs/CommendationInfo.md)\n - [Gbizinfo::CompatibilityOfChildcareAndWork](docs/CompatibilityOfChildcareAndWork.md)\n - [Gbizinfo::Finance](docs/Finance.md)\n - [Gbizinfo::HojinInfo](docs/HojinInfo.md)\n - [Gbizinfo::HojinInfoResponse](docs/HojinInfoResponse.md)\n - [Gbizinfo::HojinInfoUpdateInfoResponse](docs/HojinInfoUpdateInfoResponse.md)\n - [Gbizinfo::MajorShareholders](docs/MajorShareholders.md)\n - [Gbizinfo::ManagementIndex](docs/ManagementIndex.md)\n - [Gbizinfo::PatentInfo](docs/PatentInfo.md)\n - [Gbizinfo::ProcurementInfo](docs/ProcurementInfo.md)\n - [Gbizinfo::SubsidyInfo](docs/SubsidyInfo.md)\n - [Gbizinfo::WomenActivityInfos](docs/WomenActivityInfos.md)\n - [Gbizinfo::WorkplaceBaseInfos](docs/WorkplaceBaseInfos.md)\n - [Gbizinfo::WorkplaceInfoBean](docs/WorkplaceInfoBean.md)\n\n\n## Documentation for Authorization\n\nEndpoints do not require authorization.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnisyuu%2Fgbizinfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnisyuu%2Fgbizinfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnisyuu%2Fgbizinfo/lists"}