Skip to main content

Start here

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

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

Data Sources

Nevada uses a single integration against the Nevada Secretary of State, SilverFlume Business Portal (esos.nv.gov/EntitySearch/OnlineEntitySearch). The portal indexes every corporation, LLC, limited partnership, business trust, nonprofit, and other commercial entity registered under the Nevada Revised Statutes. Unlike many US states, Nevada publishes the full officer roster on the free public entity page. Every officer, director, and manager reported on the most recent annual or amended list is visible without any paid tier. This means a single request powers company data, legal representatives, and the registered agent together. Nevada does not publish a free bulk dataset. The Secretary of State offers bulk data only through a paid subscription programme; the public portal is the sole free access path. All requests are served live from the portal.
Nevada Business Entity Extract included. Every company data request also delivers the printable Nevada Business Entity Extract (a PDF of the SilverFlume entity page) at no extra charge. No separate document purchase is needed.

Company Identifiers

Query Identifiers

IdentifierFormatExampleNotes
Entity NumberAlphanumeric prefix + sequence, optional dash-separated revisionLLC1688-2002Primary identifier assigned by the Nevada Secretary of State. Used to look up entities on SilverFlume.
NV Business IDNV followed by an 11-digit sequenceNV20021018811Cross-agency identifier shared with the Nevada Department of Taxation. Accepted as an alternative search input.
Both the Entity Number and the NV Business ID are accepted as query inputs. The Entity Number is the primary key. Pass it as-is with the letter prefix and any dash-separated revision suffix. Stripping the prefix or suffix will not resolve correctly.

Identifiers in API Response

IdentifierFormatExampleFound In
entityNumberAlphanumeric prefix + sequenceLLC1688-2002All entities
nvBusinessIdNV + 11 digitsNV20021018811Most entities (not present on all records)

Search Capabilities

Search TypePatternExampleMatch TypeExpected Results
By Name2–100 chars"Wynn"Starts-with (case-insensitive)Multiple results
By Entity NumberAlphanumeric prefix + digitsLLC1688-2002ExactSingle match (matchType: id)
By NV Business IDNV + 11 digitsNV20021018811ExactSingle match (matchType: id)
Name search anchors on the start. A query for "Wynn" returns entities whose legal name begins with Wynn. Use longer query strings to narrow results; the result set is capped at 50 matches. Passing an Entity Number or NV Business ID into the name search field will not find a match. Use the identifier search instead.

Quirks & Gotchas

QuirkDetails
Entity Number prefix is load-bearingEntity Numbers have a letter prefix that encodes the entity class (e.g. LLC, C, LP, NV, E). Do not strip or normalise the prefix: the portal treats LLC1688-2002 and 1688-2002 as different (unresolvable) keys.
SilverFlume renders type codes in the legal form labelThe portal displays entity type as "Domestic Corporation (78)" where 78 is an internal code. The API strips the trailing code and returns only the clean label in legalForm.localName.
Name Reservation is not a legal entitySilverFlume can return a Name Reservation entry when someone has reserved a name before forming an entity. These records have no officers, no formation date, and no legal form. Querying a Name Reservation ID returns a 404.
Officers reflect the most recent annual listNevada requires an annual list of officers (due each anniversary month). The officers shown are from the last filed annual or amended list, which may be up to a year old. Entities in Default status have missed at least one annual list.
No shareholders or UBO registerNevada does not publish ownership or beneficial ownership data for any entity type.
No activity codesIndustry classification (NAICS, SIC) is not collected by the Nevada business register.
Sole proprietors are county-levelSole proprietors and doing-business-as filings are registered at county level and are not indexed by the state register.
Compliance Hold flagEntities with a Compliance Hold have an outstanding obligation (typically a business licence fee) with the state. The API surfaces this in the company status.

Mappings

Legal form is sourced from the Entity Type field on the SilverFlume entity page. The vocabulary is a closed set derived from the Nevada Revised Statutes (Chapters 78, 82, 86, 87, 87A, 88, 88A, 89, and 116). Each form is paired with a Topograph standardized category and, where a matching code exists, a GLEIF ISO 20275 ELF code for the US-NV jurisdiction. The full 31-value table with ISO 20275 codes is available on the pricing page. A representative sample:
SilverFlume Entity TypeStandardizedISO 20275
Domestic CorporationCorporation8WM4
Foreign CorporationCorporation8WM4
Domestic Close CorporationCorporation8WM4
Domestic Professional CorporationCorporation8WM4
Domestic Nonprofit CorporationNonprofitOrganizationIY8C
Foreign Nonprofit CorporationNonprofitOrganizationIY8C
Domestic Nonprofit Cooperative CorporationNonprofitOrganizationIY8C
Domestic Corporation SoleNonprofitOrganizationIY8C
Domestic Limited-Liability CompanyLimitedLiabilityCompanyMM8M
Foreign Limited-Liability CompanyLimitedLiabilityCompanyMM8M
Domestic Professional LLCLimitedLiabilityCompanyMM8M
Domestic Restricted LLCLimitedLiabilityCompanyMM8M
Domestic Series LLCLimitedLiabilityCompanyMM8M
Domestic Limited PartnershipPartnership62L3
Foreign Limited PartnershipPartnership62L3
Domestic Limited-Liability PartnershipPartnership7K6U
Domestic Limited-Liability Limited PartnershipPartnership7K6U
Domestic General PartnershipPartnership
Domestic Business TrustTrustSUEQ
Domestic Real Estate Investment TrustTrustSUEQ
Common-Interest CommunityNonprofitOrganization
The full enum, including all foreign variants and remaining domestic sub-forms, is on the Nevada pricing page.

Company Statuses

Statuses are sourced directly from the SilverFlume Entity Status field. The full list of 13 values:
StatusActiveNotes
ActiveYesEntity is in good standing
DefaultNoMissed an annual list or licence filing
RevokedNoAuthorisation revoked by the state
Permanently RevokedNoRevocation is final and cannot be reinstated
DissolvedNoEntity has been dissolved
ExpiredNoTerm-limited entity whose term has elapsed
MergedNoEntity merged into another entity
ConvertedNoEntity converted to a different legal form
SurrenderedNoForeign entity has withdrawn its Nevada registration
CancelledNoFiling cancelled (e.g. limited partnership)
WithdrawnNoEntity withdrew its state registration
ForfeitedNoCharter forfeited by the state
SuspendedNoEntity suspended from doing business

Data Availability

Data PointAvailableNotes
Company nameYesCurrent legal name from SilverFlume
Company statusYesClosed 13-value enum including Default, Revoked, Dissolved, and Merged
Registration dateYesFormation date as published on the entity page
Legal addressNoNot published on the free entity page
Legal formYesClosed enum mapped to Topograph standard + ISO 20275 where available
Legal representativesYesOfficers and managers from the most recent annual or amended list
Registered agentYesName and address of the registered agent
Activity codesNoNot collected by the Nevada business register
ShareholdersNoNot published
UBOsNoNot published (federal beneficial ownership data is restricted)
Trade Register ExtractYesNevada Business Entity Extract (PDF of the SilverFlume entity page), included at no extra charge
Financial dataNoNot collected
Sole proprietorsNoRegistered at county level, not indexed by the state register

Example API Responses

Search by Name

curl -X POST "https://api.topograph.co/v2/search?country=US-NV&query=Wynn" \
  -H "x-api-key: YOUR_API_KEY"
[
  {
    "id": "LLC1688-2002",
    "legalName": "ACME NEVADA VENTURES, LLC",
    "countryCode": "US-NV",
    "matchReason": {
      "matchType": "default"
    },
    "address": {
      "region": "NV",
      "countryCode": "US"
    }
  }
]

Search by Entity Number

curl -X POST "https://api.topograph.co/v2/search?country=US-NV&query=LLC1688-2002" \
  -H "x-api-key: YOUR_API_KEY"
[
  {
    "id": "LLC1688-2002",
    "legalName": "ACME NEVADA VENTURES, LLC",
    "countryCode": "US-NV",
    "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-NV", "id": "LLC1688-2002", "dataPoints": ["company", "legalRepresentatives"], "mode": "verification"}'
{
  "company": {
    "id": "LLC1688-2002",
    "countryCode": "US-NV",
    "identifiers": {
      "entityNumber": "LLC1688-2002",
      "nvBusinessId": "NV20021018811"
    },
    "legalName": "ACME NEVADA VENTURES, LLC",
    "incorporationDate": "2002-02-14",
    "status": {
      "localName": "Active",
      "active": true
    },
    "legalForm": {
      "localName": "Domestic Limited-Liability Company",
      "englishTranslation": "Limited Liability Company",
      "standardized": "LimitedLiabilityCompany",
      "iso20275Code": "MM8M"
    }
  },
  "legalRepresentatives": [
    {
      "firstName": "JANE",
      "lastName": "PLACEHOLDER",
      "roles": [
        {
          "localName": "Managing Member",
          "standardized": "Manager"
        }
      ]
    }
  ]
}