Method: videos.lookupVideoMetadata

Fetches metadata for a video given its address or videoId. This method is a free-to-call alternative tovideos.lookupVideo,and returns all available video data excluding playback URIs.

HTTP request

GET https://aerialview.googleapis /v1/videos:lookupVideoMetadata

The URL usesgRPC Transcodingsyntax.

Query parameters

Parameters
Union parameterkey.Required.keycan be only one of the following:
videoId

string

An ID returned fromvideos.renderVideo.

address

string

A US postal address.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance ofVideoMetadata.