Overview
Introduction
This REST API allows you to access Earth Engine's multi-petabyte Public Data Catalog from analysis jobs running in Google Cloud Platform.
The Earth Engine Public Data Catalog includes a range of geospatial data, including satellite data like Landsat, Sentinel-2, and MODIS, as well as geophysical, weather, climate and demographic data. You can use this API to filter these data collections to identify the data you need for your analysis, and then to fetch the pixels you need from any of these datasets on demand. To get started, you can search for and view documentation about specific datasets.
Audience
The REST API contains new and advanced features that may not be suitable for all users. If you are new to Earth Engine, please get started with the JavaScript guide.
Quota and Limits
You can see your quota usage in the Cloud Console.
Individual requests for pixel data are also limited to 16MB in uncompressed data per request, computed as the product of the request dimensions in pixels, the number of image bands requested, and the number of bytes per pixel for each band. Requests are also limited to at most 10000 pixels in either dimension and at most 100 bands.
Attribution Requirements
You are not required to attribute your use of the Earth Engine API in your application. However, individual datasets may be subject to attribution requirements from the dataset owner. See each dataset's documentation page for details. It is recommended to include legal notices as an independent menu item or as part of an "About" menu item.
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 2024-06-05 UTC.
[null,null,["Last updated 2024-06-05 UTC."],[[["This REST API provides access to Earth Engine's Public Data Catalog, including satellite and geospatial data, for analysis within Google Cloud Platform."],["Users can filter and fetch specific data pixels for their analysis using this API, with documentation available for dataset discovery."],["The API is recommended for advanced users familiar with Earth Engine; beginners are directed to the JavaScript guide."],["Data requests are subject to size and band limitations, with quota usage viewable in the Cloud Console."],["While API usage does not require attribution, individual datasets may have specific requirements detailed in their documentation."]]],["The REST API enables access to Earth Engine's Public Data Catalog, a vast collection of geospatial data like satellite imagery (Landsat, Sentinel-2, MODIS), geophysical, weather, climate, and demographic data. Users can filter datasets to find needed information and fetch specific pixels. Pixel data requests are limited to 16MB uncompressed, 10,000 pixels per dimension, and 100 bands. While API attribution is not required, individual datasets might necessitate attribution to their owners. Quota usage can be monitored in the Cloud Console.\n"]]