New York City DCWP & DOB data

NYC Contractor License API

Search and verify New York City DCWP and DOB contractor records through one API. Current New York coverage is limited to New York City; it is not a statewide New York contractor registry.

Production APILive
curl --request POST "https://api.statelicense.io/v1/search" \
  --header "Authorization: Bearer YOUR_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
  "state": "NY",
  "business_name": "ACME",
  "license_type": "Home Improvement Contractor",
  "page_size": 5
}'
Representative response
{
  "results": [
    {
      "state": "NY",
      "license_number": "LICENSE_NUMBER",
      "business_name": "Example Contractor",
      "status": "active",
      "authority": "New York City DCWP/DOB",
      "license_type": "Home Improvement Contractor",
      "source_updated_at": "2026-09-03T00:00:00Z"
    }
  ],
  "total": 1,
  "page": 1
}

Authority

New York City DCWP and Department of Buildings (DOB)

Live coverage

New York City DCWP Home Improvement Contractors and DOB construction-trade licenses

Refresh cadence

DOB daily; DCWP weekly

Two NYC authorities, one normalized interface

Use business-name search and exact-number verification across supported DCWP and DOB records while preserving the authority and license type needed for review.

  • DCWP Home Improvement Contractor licenses.
  • DOB construction-trade license records.
  • Separate source refresh timestamps for freshness review.

NYC-only coverage you can evaluate clearly

StateLicense intentionally labels these records as New York City coverage. Do not use an NYC result as evidence of a statewide New York license.

API fields returned

InformationAvailability
License number and statusWhen supplied by the authority
Business or licensee identityWhen supplied by the authority
License typeWhen supplied by the authority
Issue and expiration datesWhen supplied by the authority
Phone and locationWhen supplied by the authority
Authority and freshness timestampsWhen supplied by the authority

Freshness: DOB daily; DCWP weekly. Field availability depends on the source record; unavailable values are not inferred.

Coverage limitations

  • StateLicense's current New York coverage is limited to New York City DCWP and DOB records.
  • It is not a statewide New York contractor registry.

NYC Contractor License API FAQ

Is this a statewide New York contractor API?

No. Current New York coverage is limited to New York City DCWP and DOB records.

Which NYC sources are included?

Coverage includes DCWP Home Improvement Contractors and DOB construction-trade license records.

How often does NYC data refresh?

NYC DOB records refresh daily and DCWP records refresh weekly. Responses expose freshness timestamps.