Maps Platform Datasets API

  • Themapsplatformdatasets.googleapis.com API provides programmatic access to manage and interact with datasets, using a RESTful interface with a base endpoint ofhttps://mapsplatformdatasets.googleapis.com.

  • The API allows for downloading and uploading dataset media through thev1.media resource, enabling data transfer and versioning.

  • Developers can create, delete, retrieve, update, and list datasets using thev1.projects.datasets resource, offering comprehensive dataset management capabilities.

  • It's recommended to use Google-provided client libraries for easier integration, but direct API calls are also supported using the documented service endpoint and resource paths.

  • Dataset error information can be retrieved using thefetchDatasetErrors method, aiding in troubleshooting and data validation.

mapsplatformdatasets.googleapis.com API.

Service: mapsplatformdatasets.googleapis.com

To call this service, we recommend that you use the Google-providedclient libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.

Service endpoint

Aservice endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:

  • https://mapsplatformdatasets.googleapis.com

REST Resource:v1.media

Methods
downloadGET /v1/{name=projects/*/datasets/*}:download
Downloads a dataset.
uploadPOST /v1/{name=projects/*/datasets/*}:import
POST /upload/v1/{name=projects/*/datasets/*}:import
Imports a new version of the data for the dataset.

REST Resource:v1.projects.datasets

Methods
createPOST /v1/{parent=projects/*}/datasets
Creates a new dataset for the specified project.
deleteDELETE /v1/{name=projects/*/datasets/*}
Deletes the specified dataset.
fetchDatasetErrorsGET /v1/{dataset=projects/*/datasets/*}:fetchDatasetErrors
Gets all the errors of a dataset.
getGET /v1/{name=projects/*/datasets/*}
Gets the dataset.
listGET /v1/{parent=projects/*}/datasets
Lists all the datasets for the specified project.
patchPATCH /v1/{dataset.name=projects/*/datasets/*}
Updates the metadata for the dataset.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-27 UTC.