City Datasets & API Guide for Queens, New York

Technology and Data New York 3 Minutes Read · published February 04, 2026 Flag of New York

Queens, New York publishes municipal datasets and APIs through official city channels so residents, researchers, and developers can access public records, permits, inspections, and mobility data. This guide explains where to find datasets for Queens, how to query them via the city API endpoints, which departments manage the data, and practical steps to report problems or request corrections.

Where to find city datasets

Primary sources for Queens data are the City of New York open-data program and agency data pages. Use these official portals to locate datasets, metadata, and API endpoints:

  • DOITT Open Data program [1] — policy, agency participation and links to agency portals.
  • NYC Open Data portal [2] — searchable datasets, dataset pages include API endpoints, schema and download options.
  • Agency pages for specific subjects (Department of Buildings, Department of Transportation, Department of Health) which publish dataset documentation and live feeds.
Search dataset titles and the agency field to find Queens-specific records.

Using APIs

Most NYC datasets on the Open Data portal expose Socrata-compatible endpoints (RESTful JSON, CSV, GeoJSON). Dataset pages show the API base URL, sample queries, and any published limits. Common tasks include filtering by borough or zip code, paging results, and downloading CSV exports for analysis.

  • Check the dataset metadata for field descriptions, update frequency, and primary keys before querying.
  • Register for an application token when making frequent or large requests to improve rate limits (see portal or Socrata developer docs).
  • Use query parameters such as $limit, $offset, and $where to restrict results and reduce payloads.
Start with small queries and inspect the schema before bulk downloads.

Penalties & Enforcement

The city’s open-data program and individual agencies govern publication and correction of datasets. The official program materials describe responsibilities and publication requirements but do not enumerate fines for data publication or access violations on the linked program pages; where monetary penalties or enforcement mechanisms apply, agencies publish relevant rules for regulated activities (for example permits or building code violations) on their own pages. For open-data publication responsibilities, the official program documentation does not specify explicit fines on the cited pages.

  • Enforcer: Department of Information Technology and Telecommunications (DOITT) coordinates open-data policy; individual agency data stewards enforce dataset accuracy and access.
  • Inspection/complaint pathways: submit dataset issues via agency contact channels or use 311 for service requests related to city records and data quality.
  • Appeals/review: data disputes are typically handled by the owning agency; time limits for appeals or reviews are not specified on the open-data program pages.
  • Defences/discretion: agencies may correct records, issue errata, or update datasets; publication exemptions and redactions follow agency rules rather than open-data portal policy.
Specific monetary fines for dataset publication or access are not specified on the cited open-data pages.

Applications & Forms

No general application is required to access public datasets; dataset pages provide direct download and API access. If you need data corrections or a formal records request, use agency contact forms or file a Freedom of Information Law (FOIL) request where applicable; fee schedules for FOIL are published by the receiving agency.

How to query common Queens datasets

  • 311 Service Requests: filter by borough to extract Queens complaints and inspect the incident type and resolution fields.
  • Building permits and violations: query DOB feeds by borough and block/lot identifiers for property-level research.
  • Transportation and parking feeds: use DOT datasets for street closures, parking rules, and traffic data filtered to Queens ZIP codes.

FAQ

How can I get an API token for higher rate limits?
Request an application token through the Open Data portal account settings or consult the dataset's API documentation; tokens are free and improve rate limits for automated queries.
Which department manages dataset X?
Each dataset lists an owning agency on its metadata page; if ownership is unclear, contact DOITT or the dataset's listed steward for clarification.
Can I republish city datasets?
Most datasets are public and reusable, but check the dataset license and any usage restrictions on the dataset page before republication.

How-To

  1. Find the dataset on the NYC Open Data portal and open its dataset page.
  2. Review the schema, update frequency, and metadata to confirm it covers Queens.
  3. Use the dataset's API endpoint or download CSV/GeoJSON for offline analysis.
  4. If making frequent automated requests, obtain an application token and include it in API calls.
  5. For data errors, contact the listed agency steward or file a 311 report if the issue affects a public service.

Key Takeaways

  • Use NYC Open Data and agency pages to locate Queens datasets.
  • Obtain an app token for reliable API access and follow dataset metadata.

Help and Support / Resources


  1. [1] DOITT Open Data program
  2. [2] NYC Open Data portal