Skip to main content

Start here

This guide contains public integration notes for Hawaii. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.

Hawaii coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
This jurisdiction may be in preview or limited availability. Check the live pricing page or contact support before relying on it in production.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.

Table of Contents

API access: US-HI is not yet part of the public countryCode enum. Contact us to enable it on your workspace. Requests sent with countryCode: "US-HI" will otherwise return 400 until the enum is expanded.

Data Sources

Hawaii uses a single integration against the Hawaii Department of Commerce and Consumer Affairs, Business Registration Division (DCCA / BREG), surfaced through the Hawaii Business Express (HBE) portal. The register covers every entity type filed under the Hawaii Revised Statutes: domestic and foreign profit corporations, nonprofit corporations, professional corporations, limited liability companies, general partnerships, limited partnerships, limited liability partnerships, professional limited liability partnerships, agricultural and fish cooperatives, and the special Corporation Sole form.
  • DCCA / BREG detail page (live, authoritative). Every profile (legal name, file number, business type, status, registration date, principal and mailing addresses, term, registered agent, and the officer / director / manager / general partner roster) is read directly from the register at request time. Officers are on the public record per DCCA policy and appear without any paid order.
There is no open-data bulk feed for Hawaii. The Hawaii Open Data Portal entry for “Business Name Search” links back to the live HBE web search; no downloadable dataset exists. All data is fetched live from the register.

Company Identifiers

Query Identifiers

Identifier TypeFormatExampleNotes
Hawaii BREG File Number1–7 digits followed by a two-character suffix (one letter + one digit)100001 D1Assigned by DCCA / BREG. The suffix encodes the entity type and domestic/foreign status (see table below).
The portal accepts both the display form with a space between the digits and the suffix (100001 D1) and the URL form without the space (100001D1). Both are valid when querying the Topograph API.

File Number Suffix Codes

The two-character suffix encodes both entity type and domestic vs. foreign status:
SuffixEntity Type
D1Domestic Profit Corporation
D2Domestic Nonprofit Corporation
D9Corporation Sole
P1Domestic Professional Corporation
F1Foreign Profit Corporation
F2Foreign Nonprofit Corporation
C5Domestic Limited Liability Company
C6Foreign Limited Liability Company
G5Domestic General Partnership
G6Foreign General Partnership
L5Domestic Limited Partnership
L6Foreign Limited Partnership
K5Domestic Limited Liability Partnership
K6Foreign Limited Liability Partnership
Q5Domestic Professional Limited Liability Partnership
Q6Foreign Professional Limited Liability Partnership
A2Agricultural / Fish Cooperative

Identifiers in API Response

IdentifierFormatExampleFound In
fileNumber1–7 digits + two-character suffix (space-separated display form)100001 D1All entities

Search Capabilities

Search TypePatternExampleMatch TypeExpected Results
By Name2–100 chars"Aloha Holdings"Begins-with or contains (case-insensitive)Multiple results
By File NumberDigits + suffix100001D1ExactExact match returned first (matchType: id)
Name search supports both begins-with and contains matching against the entity’s master name. Results are capped at 50 matches per query. Using a more specific query string narrows the result set.

Quirks & Gotchas

QuirkDetails
File number suffix is load-bearingThe two-character suffix (D1, C5, etc.) is part of the identifier and encodes the legal form. Passing a bare numeric string without the suffix returns no match.
Space vs. no-space forms both workThe portal renders file numbers with a space (100001 D1); the URL omits it (100001D1). The API accepts both. The response uses the display form.
Active status renders as 1 in the registerThe BREG detail page stores the active state as the literal string 1, not the word “Active”. Topograph normalizes this to Active in the API response. All other statuses (Terminated, Inv. Dissolved, Withdrawn, etc.) are returned as the register’s human-readable label.
”Not in good standing” is separate from statusAn entity can have status Active and still carry a “not in good standing” flag (for example, when the most recent annual report is delinquent). The standing flag does not change the status field.
LLC legal-form label has a lowercase suffixThe BREG page renders LLC types as Domestic Limited Liability Company (llc). Topograph strips the (llc) suffix when mapping to the standardized legal form.
Officer codes are combinableBREG concatenates codes with / when one person holds multiple roles (P/D = President + Director, MGR/MEM = Manager + Member). Each combined record is split into separate role entries in the API response.
No shareholder or UBO registerHawaii does not collect shareholder names at the state level. The detail page carries an authorised stock structure (class, shares, par value) but does not name shareholders. UBO data is federal only (FinCEN BOI).
No activity codesThe BREG does not collect NAICS, SIC, or any other industry classification code. The register only captures a free-text purpose field.
Annual filings are on the public recordEach entity shows a year-by-year filing history (Processed / Delinquent / Not Filed) on the BREG detail page. This is reflected in the API response.
Certificate of Good Standing is a paid upgradeThe free Trade Register Extract is bundled with the company profile. A paid Certificate of Good Standing is available as a separate document for entities currently in good standing (see pricing page).

Mappings

Legal form is derived from the BUSINESS TYPE field on the BREG detail page, which is a closed set of 17 values. The two-character file-number suffix independently encodes the same legal form.
BREG Entity TypeStandardizedISO 20275
Domestic Profit CorporationCorporationC3JQ
Foreign Profit CorporationCorporationC3JQ
Domestic Professional CorporationCorporation
Domestic Nonprofit CorporationNonprofitOrganization4RCO
Foreign Nonprofit CorporationNonprofitOrganization4RCO
Corporation SoleOther
Domestic Limited Liability CompanyLimitedLiabilityCompanyJY0X
Foreign Limited Liability CompanyLimitedLiabilityCompanyJY0X
Domestic General PartnershipPartnership
Foreign General PartnershipPartnership
Domestic Limited PartnershipPartnershipT91T
Foreign Limited PartnershipPartnershipT91T
Domestic Limited Liability PartnershipPartnership
Foreign Limited Liability PartnershipPartnership
Domestic Professional Limited Liability PartnershipPartnership
Foreign Professional Limited Liability PartnershipPartnership
Agricultural / Fish CooperativeCooperative
The full legal form table, including provenance, is on the pricing page.

Officer Roles

BREG uses a closed set of 22 base office codes, with additional ordinal variants for vice-president positions (1V–9V). Codes are concatenated with / when an officer holds multiple roles; the API splits compound entries into separate records.
Office CodeRoleNotes
PPresident
SSecretary
TTreasurer
DDirector
CChairman / Chairwoman of the Board
CEOChief Executive Officer
CFOChief Financial Officer
COComptroller / Controller
ACAssistant Comptroller / Controller
ASAssistant Secretary
ATAssistant Treasurer
EVExecutive Vice President
SRVSenior Vice President
VVice President
1V9V1st–9th Vice President
VCVice Chairman
GGeneral Partner
LLimited Partner
MGRManager
MEMMemberLLC-only; not in the BREG code legend but appears in compound codes
RTrustee
Managers (MGR), Members (MEM), and General Partners (G) are classified as Legal Representatives. The registered agent is returned separately as an other key person and holds no statutory authority to bind the entity.

Entity Statuses

BREG StatusNotes
ActiveEntity is currently in good standing or active (normalized from BREG’s internal 1 code)
Inactive
DissolvedVoluntarily dissolved
Inv. DissolvedInvoluntarily dissolved
Adm. TerminatedAdministratively terminated
Terminated
WithdrawnForeign entity withdrawn from Hawaii
Merged
ConvertedConverted to a different entity type
ReinstatedPreviously dissolved / terminated, then reinstated
The full status table with provenance is on the pricing page.

Data Availability

Data PointAvailableNotes
Company nameYesCurrent legal name (master name on the BREG record)
Company statusYesNormalized from the BREG STATUS field
Registration dateYesInitial filing date with DCCA / BREG
Legal addressYesPrincipal address (street, city, state, ZIP)
Mailing addressYesSeparate mailing address when declared
Legal formYesClosed 17-value BREG taxonomy with ISO 20275 mapping where available
Legal representativesYesOfficers, directors, managers, general partners, and members filed with the entity
Registered agentYesReturned as an other key person (name, type, and address)
Trade Register ExtractYesFree, register-issued PDF of the BREG detail page, bundled with the company profile at no extra charge
Certificate of Good StandingYes (paid)Issued by DCCA / BREG for entities currently in good standing; available as a paid document (see pricing page)
Annual filing historyYesYear-by-year filing status (Processed / Delinquent / Not Filed) back to formation
Activity codesNoNot collected by the BREG
ShareholdersNoNot published by the state register
UBOsNoNot published at the state level; federal FinCEN BOI records are restricted
Financial dataNoNot collected

Example API Responses

Search by Name

curl -X POST "https://api.topograph.co/v2/search?country=US-HI&query=Aloha+Holdings" \
  -H "x-api-key: YOUR_API_KEY"
[
  {
    "id": "100001 D1",
    "legalName": "ALOHA HOLDINGS, INC.",
    "countryCode": "US-HI",
    "matchReason": {
      "matchType": "default"
    },
    "address": {
      "region": "HI",
      "countryCode": "US"
    }
  }
]

Search by File Number

curl -X POST "https://api.topograph.co/v2/search?country=US-HI&query=100001D1" \
  -H "x-api-key: YOUR_API_KEY"
[
  {
    "id": "100001 D1",
    "legalName": "ALOHA HOLDINGS, INC.",
    "countryCode": "US-HI",
    "matchReason": {
      "matchType": "id"
    }
  }
]

Company Profile

curl -X POST "https://api.topograph.co/v2/company" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"countryCode": "US-HI", "id": "100001 D1", "dataPoints": ["company", "legalRepresentatives"]}'
{
  "company": {
    "id": "100001 D1",
    "countryCode": "US-HI",
    "identifiers": { "fileNumber": "100001 D1" },
    "legalName": "ALOHA HOLDINGS, INC.",
    "status": "Active",
    "registrationDate": "2005-06-01",
    "legalForm": {
      "localName": "Domestic Profit Corporation",
      "standardized": "Corporation"
    },
    "legalAddress": {
      "street": "1 Example Street",
      "city": "Honolulu",
      "region": "HI",
      "postalCode": "96813",
      "countryCode": "US"
    }
  },
  "legalRepresentatives": [
    {
      "name": "Jane K. Sample",
      "roles": [
        { "localName": "President", "standardized": "President" },
        { "localName": "Director", "standardized": "Director" }
      ]
    }
  ]
}