Geocoding — entry 030 of 80
Google Earth Engine
Google Earth Engine combines a multi-petabyte catalog of satellite imagery and geospatial datasets with a planetary-scale analysis engine, accessed through Python and JavaScript client libraries or a batch REST API rather than a simple key-gated JSON endpoint. Access requires a Google Cloud project with the Earth Engine API enabled and OAuth 2.0 credentials (user, service account, or Cloud IAM) — there is no bare API-key mode — and since 2025 noncommercial projects must periodically re-verify eligibility to keep free-tier access.
GreatAPIs Score
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
100 requests/s (6000 requests/min) per project and per account; 40 concurrent requests