Documentation Index
Fetch the complete documentation index at: https://docs.topograph.co/llms.txt
Use this file to discover all available pages before exploring further.
Table of Contents
- Data Sources
- Company Identifiers
- Search Capabilities
- Data Availability
- Quirks & Gotchas
- Example API Responses
Data Sources
Connecticut is served from two independent channels published by the Connecticut Secretary of the State.- Open data, refreshed nightly. Covers every domestic and foreign entity registered with the state: stock and non-stock corporations, limited liability companies, limited partnerships, limited liability partnerships, statutory trusts, and chartered variants. Includes the entity record, principals (officers, directors, members, managers, partners), statutory registered agent, filing history, and previous names. Drives the onboarding profile and the search index.
- Public business records search at service.ct.gov/business. The authoritative live face of the register. Drives the verification profile and the Trade Register Extract.
Company Identifiers
The primary identifier is the Administrative Legal Entity Identifier (ALEI) issued by the Connecticut Secretary of the State. It is exposed in two forms:- Composite form:
US-CT.BER:0668349(the public form printed on certificates and returned by Topograph ascompany.id). - Bare form:
0668349(the seven-digit account number).
id parameter and as the search query.
Search Capabilities
Search by name and search by ALEI are both supported. Previous names recorded against the entity are indexed so legacy names continue to match.Data Availability
| Datapoint | Onboarding | Verification |
|---|---|---|
company | ✅ | ✅ (no legal form, no NAICS) |
legalRepresentatives | ✅ | ✅ (top 3 principals) |
otherKeyPersons (agent) | ✅ | ✅ |
activityCodes (NAICS) | ✅ | ❌ (onboarding only) |
tradeRegisterExtract | ✅ | ✅ |
shareholders | ❌ | ❌ |
ultimateBeneficialOwners | ❌ | ❌ |
| Certified documents | ❌ | ❌ |
Quirks & Gotchas
One identifier, two public forms
The compositeUS-CT.BER:0668349 and the bare 0668349 are accepted interchangeably by the API. Topograph normalises both forms and returns the composite as company.id.
Status vocabulary
Twenty distinct status values appear across the register. OnlyActive indicates an entity in good standing. Every other label (Forfeited, Dissolved, Withdrawn, Revoked, Cancelled, Merged, and others) marks an entity that is no longer transacting business in Connecticut.
Connecticut publishes principals, including LLC members
Unlike many US states that hide LLC membership, Connecticut publishes officers, directors, members, managers, and partners for every entity type. Where a principal holds more than one role, Topograph emits a separatelegalRepresentatives record per role.
NAICS classification is included
Each entity carries an NAICS classification on the formation survey. Both the six-digit code and the descriptive label are returned undercompany.activities.NAICS.