Non-Responsible Entities: Beginning 2019
To ensure uniform practices for determining the responsibility of potential vendors prior to contract award, and the continuing responsibility of vendors during the course of a contract, New York State issued Executive Order 192 (“EO 192”) on January 15, 2019. EO 192 requires State agencies and authorities to determine if the contract awardee has been debarred from award of a future State contract or been found non-responsible by a State agency or authority. This dataset contains the active list of Non-Responsible Entities as reported by covered agencies and authorities.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"ny-gov/nonresponsible-entities-beginning-2019-jhxt-dfv6\".\"nonresponsible_entities_beginning_2019\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.