ReadonlyapibaseReadonlyapikeyThe key string that you want to call the API with. The key is shown in the dashboard you will be navigated to right after signing in to the service.
ReadonlytimeoutInvokes "checkBusinessDay" API (endpoint: /businessdays/check).
This API is not versioned.
The date to check, in the form of "YYYY-MM-DD".
Invokes "getAddress" API (endpoint: /postalcode/{postalcode}).
The postal code to query with.
Optionalversion: string
The version of the database that the query has to be performed against. Will default to the latest available version if not specified.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getBank" API (endpoint: /bank/{bankCode}).
The bank code to query with.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getBankBranch" API (endpoint: /bank/{bankCode}/branches/{branchCode}).
The bank code to query with.
The branch code to query with.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getBankBranch" API (endpoint: /bank/{bankCode}/branches).
The bank code to query with.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getBanks" API (endpoint: /bank).
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getCities" API (endpoint: /cities/{prefectureCode}).
The prefecture code to query with.
Optionalversion: string
The version of the database that the query has to be performed against. Will default to the latest available version if not specified.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getHolidays" API (endpoint: /holidays).
This API is not versioned.
The query. When year is given, from and to are
ignored and the whole year is returned.
Invokes "getNTACorporateInfo" API (endpoint: /houjinbangou/{corporateNumber}).
The corporate number to query with.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getNTAQualifiedInvoiceIssuerInfo" API (endpoint: /invoice/{issuerNumber}).
The qualified invoice issuer number to query with.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getSchool" API (endpoint: /school/{schoolCode}).
This API is not versioned.
The 13 digit school code to query with.
ProtectedrequestOptionalapiVersion: stringInvokes "searchAddresses" API (endpoint: /postalcode/?...).
The query.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getBankBranches" API with a set of search parameters
(endpoint: /bank/{bankCode}/branches?...).
Unlike getBankBranches, an empty result is not an error here: as
long as q is given and the bank itself exists, the API responds with a
200 and an empty branches instead of a 404.
The search parameters were introduced in the 2026-08-01 API version;
earlier versions ignore them and return every branch, which is why
apiVersion cannot be an older one.
The bank code to query with.
The query.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "getBanks" API with a set of search parameters
(endpoint: /bank?...).
Unlike getBanks, an empty result is not an error here: as long as
q or type is given, the API responds with a 200 and an empty data
instead of a 404.
The search parameters were introduced in the 2026-08-01 API version;
earlier versions ignore them and return the whole set, which is why
apiVersion cannot be an older one.
The query.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "searchNTACorporateInfo" API (endpoint: /houjinbangou?...).
The query.
OptionalapiVersion: T
The API version. The return type is determined based on this argument, and thus it cannot be a variable.
Invokes "searchSchool" API (endpoint: /school/?...).
This API is not versioned.
The query.
Invokes "whoami" API (endpoint: /whoami).
This API is not versioned.
A WhoamiResponse that contains the IP address the request was made from.
The constructor.