Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.leadx.com/llms.txt

Use this file to discover all available pages before exploring further.

200 - Successful Response
{
  "success": true,
  "records": [
    {
      "amendments": [],
      "base_url": "example.com",
      "city": "Springfield",
      "company_id": "ABC123XYZ",
      "company_name": "Example Corp",
      "continuation_count": 0,
      "date_expired": "2025-12-31 00:00:00.000000",
      "date_expired_unix": 1767225600000,
      "date_filed": "2020-01-01 00:00:00.000000",
      "date_filed_unix": 1577836800000,
      "has_amendments": false,
      "has_continuation": false,
      "modified_date": 1751888936150,
      "phones": [
        "1234567890"
      ],
      "record_id": "XYZ789ABC",
       "secured_party_class": "Bank",
      "secured_party_company_id": "7KXRMB4DWQPCSXZNT9HJYF",
      "state": "IL",
      "state_db": "IL",
      "ucc_id": "12345678-IL",
      "ucc_number": "12345678",
      "ucc_type": "UCC1"
    }
  ],
  "page_number": 1,
  "per_page": 100,
  "total_pages": 10,
  "total_records": 1000
}
Field NameDescriptionData TypeExample
addressCompany (debtor) geographic address street namestring123 Main Street
address_rawCompany (debtor) geographic address fullstring123 MAIN STREET, CITY, STATE 12345
amendmentsList of amendmentslist[ { "amendment_type": "Continuation", "date_filed": "2024-05-02T14:30:00", "secured_party": "PACIFIC COMMUNITY BANK", "ucc_id": "2021-04567890-CA", "ucc_number": "2024-11522344", "ucc_url_pdf": "https://api.leadx.io/v1/presign/ca/ABCD1234EFGH5678_2021-04567890-CA_2024-11522344.pdf" } ]
base_urlCompany (debtor) URLstringacmecorp.com
cityCompany (debtor) geographic citystringSpringfield
collateralProperty or assets that the debtor uses to secure the loan/credit transactionstringAll Assets and all Debtor Personal Property; whether any of the foregoing is owned now or acquired later; all accessions, additions, replacements, and substitutions relating to any of the foregoing; all records of any kind relating to any of the foregoing.
company_idUnique company (debtor) record identifier by company URLstringABC123XYZ
company_nameCompany (debtor) business namestringAcme Corp
continuation_countNumber of continuations beyond the original UCC1 termint2
date_expiredUCC date expirationstring2025-12-31 23:59:59.000000
date_expired_unixUCC date expired in UNIX timestamp formatint1735689599000
date_filedUCC date filedstring2023-01-01 12:00:00.000000
date_filed_unixUCC date expired in unix timestamp formatint1672531200000
eight_digit_sic_codeCompany (debtor) eight digit SIC codestring55310104
eight_digit_sic_descriptionCompany (debtor) eight digit SIC code descriptionstringBatteries, automotive and truck
four_digit_sic_codeCompany (debtor) four digit SIC codestring5331
four_digit_sic_descriptionCompany (debtor) four digit SIC code descriptionstringAuto and home supply stores
has_amendmentsBoolean indicating if a UCC record has amendmentsbooleanfalse
has_assetsBoolean indicating if a UCC record has assets associated with the collateralbooleantrue
has_collateralTrue/False flag if a filing has collateral presentbooleantrue
has_continuationBoolean indicating if a UCC record has a continuation beyond the original UCC1 termbooleantrue
industryCompany (debtor) industry, standardized by LinkedIn industriesstringManufacturing
modified_dateTimestamp (UNIX) of insert or update of filingint1756009471229
naics_codeCompany (debtor) NAICS codestring333516
naics_descriptionCompany (debtor) NAICS descriptionstringRolling Mill Machinery and Equipment Manufacturing
phonesCompany (debtor) phone numberslist["1234567890", "0987654321"]
record_idUnique company (debtor) record identifier by filingstringABC123DEF456
secured_partySecured party company namestringBank of North
secured_party_addressSecured party addressstring456 Elm Street
secured_party_address_rawSecured party full addressstring456 ELM STREET, CITY, STATE 67890
secured_party_base_urlURL of the secured partystringbankofnorth.com
secured_party_company_idUnique secured-party record identifier by company URLstring7KXRMB4DWQPCSXZNT9HJYF
secured_party_citySecured party citystringMetropolis
secured_party_classCategorization of secured party (Bank, Masked, Equipment, Government, etc)stringBank
secured_party_eight_digit_sic_codeSecured party eight digit SIC codestring87654321
secured_party_eight_digit_sic_descriptionSecured party eight digit SIC code descriptionstringBanking services
secured_party_four_digit_sic_codeSecured party four digit SIC codestring8765
secured_party_four_digit_sic_descriptionSecured party four digit SIC code descriptionstringFinancial institutions
secured_party_industrySecured party industry, standardized by LinkedIn industriesstringFinancial Services
secured_party_naics_codeSecured party NAICS codestring522110
secured_party_naics_descriptionSecured party NAICS code descriptionstringCommercial Banking
secured_party_stateSecured party statestringNY
secured_party_two_digit_sic_codeSecured party two digit SIC codestring61
secured_party_two_digit_sic_descriptionSecured party two digit SIC code descriptionstringNondepository Credit Institutions
secured_party_zip_codeSecured party ZIP codestring12345
stateCompany (debtor) geographic state abbreviationstringPA
state_dbCompany (debtor) geographic state abbreviationstringPA
two_digit_sic_codeCompany (debtor) two digit SIC codestring35
two_digit_sic_descriptionCompany (debtor) two digit SIC code descriptionstringIndustrial and Commercial Machinery
ucc_idUCC unique identifer, filing number (including state abbreviation)string2023010101234-PA
ucc_numberUCC unique identifer, filing number (without state abbreviation)string2023010101234
ucc_typeUCC type (UCC1, UCC3, etc)stringUCC1
ucc_url_pdfPresigned PDF download URL for the UCC filing (requires X-API-Key; link expires after 48 hours)stringhttps://api.leadx.io/v1/presign/ny/HC6QXFGYEJRMVSIFFIAY2N_201706065666195-NY_201706065666195.pdf
zip_codeCompany (debtor) geographic postal codestring12345
Last modified on May 10, 2026