NYCx API documentation

All of the following endpoints are intended for use by remote servers, such as those powered by TextIt.

/nycx/address

Sending a GET to this URL will return information about a NYC street address.

The GET requires the following querystring arguments:

If an error occurs, the JSON response will contain one of the following errorCode properties:

If successful, a HTTP 200 will be returned, and the JSON response will contain a result property. It will be null if no information could be found about the given address (i.e., the address is probably invalid). Otherwise, it will be an object with the following keys:

API sandbox for /nycx/address

The form below can be used to experiment with the API.