Aerial View API release notes
Stay organized with collections
Save and categorize content based on your preferences.
Subscribe
to these release notes.
This page is updated with each new release of the
Aerial View API. The changelog lists releases by date and includes
any new features, bug fixes and significant performance improvements.
You can also browse and filter all release notes for all products in the
Google API Console.
See the Getting Started documentation for information on how
to get started using the Aerial View API.
September 21, 2023
Added the new the lookupVideoMetadata
method that returns metadata associated with a given video. The metadata in the response body lets you determine the freshness of the imagery, length of the video, and also provides a free workflow for confirming the existence of videos.
August 08, 2023
Aerial View API
Announcing the General Availability (GA) release of the Aerial View API. See the Release Notes for information about this release and for all other releases.
If you are a new user, see Set Up in the Google Cloud Console to start the installation process.
This release changes the endpoint URL for Aerial View API calls to use /v1
instead of /v1beta
, and renames the getVideo
endpoint.
The previous endpoints were in the form:
getVideo
: https://aerialview.googleapis.com/v1beta/videos
renderVideo
: https://aerialview.googleapis.com/v1beta/videos:renderVideo
The new endpoints are in the form:
lookupVideo
: https://aerialview.googleapis.com/v1/videos:lookupVideo
renderVideo
: https://aerialview.googleapis.com/v1/videos:renderVideo
For information on migrating your apps, see Migrate from the Preview release.
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-28 UTC.
[null,null,["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThe Aerial View API is now generally available and includes new features like the \u003ccode\u003elookupVideoMetadata\u003c/code\u003e method for retrieving video metadata.\u003c/p\u003e\n"],["\u003cp\u003eThe endpoint URL for Aerial View API calls has been updated to \u003ccode\u003e/v1\u003c/code\u003e, and the \u003ccode\u003egetVideo\u003c/code\u003e endpoint has been renamed to \u003ccode\u003elookupVideo\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can subscribe to release notes for updates on new features, bug fixes, and performance improvements.\u003c/p\u003e\n"],["\u003cp\u003eExisting users should migrate their applications from the preview release to the GA release to leverage the latest features and endpoint changes.\u003c/p\u003e\n"]]],[],null,["[Subscribe](/static/feeds/aerial-view-api-release-notes.xml)\nto these release notes.\n[](/static/feeds/aerial-view-api-release-notes.xml)\nThis page is updated with each new release of the Aerial View API. The changelog lists releases by date and includes any new features, bug fixes and significant performance improvements. You can also browse and filter all release notes for all products in the [Google API Console](https://console.cloud.google.com/release-notes). See the [Getting Started](/maps/documentation/aerial-view/release-notes/cloud-setup) documentation for information on how\nto get started using the Aerial View API.\n\nSeptember 21, 2023 \nAdded the new the [`lookupVideoMetadata`](https://developers.google.com/maps/documentation/aerial-view/lookup-video-metadata) method that returns metadata associated with a given video. The metadata in the response body lets you determine the freshness of the imagery, length of the video, and also provides a free workflow for confirming the existence of videos.\n\nAugust 08, 2023 \n**Aerial View API**\n\nAnnouncing the General Availability (GA) release of the Aerial View API. See the [Release Notes](https://developers.google.com/maps/documentation/aerial-view/release-notes) for information about this release and for all other releases.\n\nIf you are a new user, see [Set Up in the Google Cloud Console](https://developers.google.com/maps/documentation/aerial-view/cloud-setup) to start the installation process. \nThis release changes the endpoint URL for Aerial View API calls to use `/v1` instead of `/v1beta`, and renames the `getVideo` endpoint.\n\nThe previous endpoints were in the form:\n\n- `getVideo`: \n\n ```\n https://aerialview.googleapis.com/v1beta/videos\n ```\n- `renderVideo`: \n\n ```\n https://aerialview.googleapis.com/v1beta/videos:renderVideo\n ```\n\nThe new endpoints are in the form:\n\n- `lookupVideo`: \n\n ```\n https://aerialview.googleapis.com/v1/videos:lookupVideo\n ```\n- `renderVideo`: \n\n ```\n https://aerialview.googleapis.com/v1/videos:renderVideo\n ```\n\nFor information on migrating your apps, see [Migrate from the Preview release](https://developers.google.com/maps/documentation/aerial-view/migrate)."]]