Skip to main content
GET
/
v1
/
abc
/
license
/
{license_number}
Get License
curl --request GET \
  --url https://api.nexusfeed.dev/v1/abc/license/{license_number}
{
  "state": "<string>",
  "license_number": "<string>",
  "_verifiability": {
    "source_timestamp": "2023-11-07T05:31:56Z",
    "extraction_confidence": 123,
    "raw_data_evidence_url": "<string>",
    "extraction_method": "api_mirror",
    "data_freshness_ttl_seconds": 123
  },
  "record": {
    "license_number": "<string>",
    "license_type_code": "<string>",
    "dba_name": "<string>",
    "owner_name": "<string>",
    "expiration_date": "2023-12-25",
    "status": "ACTIVE",
    "address": {
      "street": "<string>",
      "city": "<string>",
      "state": "<string>",
      "zip_code": "<string>",
      "county": "<string>",
      "raw": "<string>"
    },
    "suspensions": [
      {
        "start_date": "2023-12-25",
        "end_date": "2023-12-25",
        "reason": "<string>"
      }
    ]
  }
}

Path Parameters

license_number
string
required

Query Parameters

state
string
default:CA

Two-letter state code matching the license number. Supported: CA, TX, NY, FL, IL.

Response

Successful Response

state
string
required
license_number
string
required
_verifiability
Verifiability · object
required
record
LicenseRecord · object