Downloading Datasets
Stay organized with collections
Save and categorize content based on your preferences.
Download a Dataset
Send a request to download the dataset.
curl -L \
-H 'X-Goog-User-Project: PROJECT_NUMBER' \
-H "Authorization: Bearer $TOKEN" \
--output LOCAL_LOCATION_TO_OUTPUT \
https://mapsplatformdatasets.googleapis.com/download/v1alpha/projects/PROJECT_NUMBER/datasets/DATASET_ID:download?alt=media
Sample Request
curl -L \
-H 'X-Goog-User-Project: PROJECT_NUMBER' \
-H "Authorization: Bearer $TOKEN" \
--output /tmp/example_dataset.json \
https://mapsplatformdatasets.googleapis.com/download/v1alpha/projects/802317041956/datasets/f57074a0-a8b6-403e-9df1-e8a9e4f9fc46:download?alt=media
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-27 UTC."],[[["\u003cp\u003eYou can download a dataset by sending a request with \u003ccode\u003ecurl\u003c/code\u003e, including your project number and an authorization token.\u003c/p\u003e\n"],["\u003cp\u003eThe request specifies the output location for the downloaded dataset and the dataset's unique identifier.\u003c/p\u003e\n"],["\u003cp\u003eA sample request demonstrates the download process using a specific project number and dataset ID.\u003c/p\u003e\n"]]],[],null,[]]