Skip to main content

Start here

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

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

Data Sources

Louisiana uses a single integration against the Louisiana Secretary of State, Commercial Division. This is the official register of business filings for the state. It covers domestic and foreign corporations (Title 12 of the Louisiana Revised Statutes), limited liability companies, limited and general partnerships, trade names and trademarks, name reservations, and historical name records.
  • CORAweb commercial-search portal at coraweb.sos.la.gov (verification, primary). The official public lookup served by the Commercial Division. Each query reads live against the register and returns the legal name, Charter Number, entity type, current status with the inactivation reason when applicable, the registration / file / qualified dates, the registered agent or agents with appointment date, the officer roster preserved as filed, and the five address types Louisiana publishes (Domicile, Mailing, Principal Business Office, Registered Office in Louisiana, Principal Business Establishment in Louisiana).
Sole proprietors and most general partnerships file at the parish (county) level and are out of scope at the state level. Trade names (“DBA”) and trademarks are searchable on the same portal but are not full business entities. They appear in search results but are not returned as company profiles.

Company Identifiers

Query Identifiers

The Charter Number is shown on every page of the CORAweb portal as Charter Number:. It is the single primary identifier. Louisiana does not assign a separate state-level tax ID, NAICS code, or other public identifier we expose.

Identifiers in API Response

Search Capabilities

Name search returns up to 10 matches. Louisiana’s public results page does not include Charter Numbers, so each match is resolved by reading its underlying profile; the lookups run in parallel, so a full 10-result search typically lands in a few seconds. “Previous Name” and “Trade Name” rows are filtered out because they route to the same underlying entity and would duplicate the real result.

Quirks & Gotchas

Mappings

Entity Types

The CORAweb portal renders the entity type as a free-form label. The labels and their standardized mapping are stable; the live mapping is on the pricing page.
The (Non-Louisiana) suffix flags foreign entities that are registered to do business in Louisiana but were chartered in another jurisdiction. The data model is the same. The suffix is preserved on the returned legalForm.localName so downstream consumers can distinguish them.

Officer Roles

Louisiana files officer titles as free-form labels and may include multiple titles per officer (comma-separated). The most common values are listed below; less common combinations are preserved verbatim.
When an officer holds multiple titles (e.g. President, Director), every title is preserved on legalRepresentative.role.localName. The standardized role reflects the senior-most position.

Status

Louisiana exposes a small set of status values. When an entity is Inactive, the API surfaces the cause in status.localName (e.g. Inactive — Action By Secretary of State). The Annual Report Status (e.g. In Good Standing) is also published on the profile when applicable.

Statutory Filings

Louisiana entities file an annual report confirming the entity’s particulars are current. The register publishes “Last Report Filed”, returned on the cross-country statutoryFilings field as lastFiled.filedOn. No forward-looking due date is published.
US states publish no statutory accounts, so the accounts obligation is absent rather than returned empty. An empty object would read as “we looked and found nothing”, which is a different claim. Placeholder cells such as N/A or Inactive, Not Applicable are dropped rather than parsed as dates, so an entity with no obligation simply has no statutoryFilings.

Data Availability

Documents

Both certified documents are issued live by the Louisiana Secretary of State and are retrievable for 120 days after issue. The Trade Register Extract is generated on-demand and reflects whatever the public profile shows at the moment of the request.
Certified documents are paid by the Secretary of State per certificate. See the live pricing page for the current rate.

Example API Responses

Search returns the exact match first by Charter Number (other results may follow), and the profile carries the foreign-chartered Domicile address alongside the Louisiana registered office.
LA preserves multi-title officers as comma-separated localNames.
Louisiana allows the registered agent to be either an individual or a company. Corporate agents are returned with type: "company".
Inactive entities carry the inactivation reason on status.localName.
All three documents are advertised unconditionally. The certified documents reflect whatever the entity’s actual status is at the time of issue.