Skip to main content

Start here

This guide contains public integration notes for Delaware. 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.

Delaware 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-DE is not yet part of the public countryCode enum. Contact us to enable it on your workspace. Requests sent with countryCode: "US-DE" will otherwise return 400 until the enum is expanded.

Data Sources

Delaware data is sourced from the Delaware Division of Corporations, ICIS eCorp portal (icis.corp.delaware.gov/eCorp/). The register indexes over 1.8 million entities: corporations, LLCs, limited partnerships, statutory trusts, and other business formations registered in Delaware. It is operated by the Delaware Department of State. Two tiers of data are available:
  • Free-tier lookup (fast, non-authoritative). Entity name, file number, entity classification, formation date, residency, and registered agent. The official entity status is not available on the free tier.
  • Entity Status Report (paid, authoritative). The same fields as the free tier, plus the official entity status (Good Standing, Void, Forfeited, and so on), sourced from the paid Delaware Entity Status Report. The report document is also included at no extra charge.
Status requires the paid tier. Delaware does not expose entity status on the free portal. To receive company.status, request the authoritative mode or include the status data block in your /v2/company call. See the pricing page for the current price.

Company Identifiers

Query Identifiers

Pass the file number exactly as the register assigns it: no leading zeros, no separators. File number 3177627 is valid; 03177627 is not. Use /v2/search first to resolve a name to the canonical file number before calling /v2/company.

Identifiers in API Response

Search Capabilities

Starts-with search. Name search anchors on the beginning of the legal name (case-insensitive). Use a more specific query to narrow a large result set. Results are capped at 50 per request.
Foreign qualifications are excluded from default results. ICIS indexes both domestic entities (formed in Delaware) and foreign qualifications (entities formed elsewhere that are registered to do business in Delaware). Foreign qualifications are filtered out by default. The authoritative record for those entities lives in their state of formation.

Quirks & Gotchas

Mappings

Delaware classifies entities with two labels: an Entity Kind (the primary classification) and, for corporations, an Entity Type (a sub-classifier). Topograph maps these to a standardized form and to an ISO 20275 ELF code where one exists.
The full legal form table with ISO 20275 mappings is available on the Delaware pricing page.

Entity Statuses

Entity status is returned only when the paid Entity Status Report is purchased. The Delaware Division of Corporations publishes an official closed enumeration of all possible status values.

Data Availability

Example API Responses

Search by Name

Search by File Number

Company Profile (free tier)