[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-27。"],[[["\u003cp\u003eRetrieves video metadata using either a video ID or a US postal address.\u003c/p\u003e\n"],["\u003cp\u003eThis method is a free alternative to \u003ccode\u003evideos.lookupVideo\u003c/code\u003e, but it does not provide playback URIs.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, and the response will contain video metadata if successful.\u003c/p\u003e\n"],["\u003cp\u003eUses gRPC Transcoding syntax for the URL.\u003c/p\u003e\n"]]],[],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n\nFetches metadata for a video given its address or videoId. This method is a free-to-call alternative to `videos.lookupVideo`, and returns all available video data excluding playback URIs.\n\nHTTP request\n\n`GET https://aerialview.googleapis.com/v1/videos:lookupVideoMetadata`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nQuery parameters\n\n| Parameters ||\n|-----------|----------------------------------------------------|\n| Union parameter `key`. Required. `key` can be only one of the following: ||\n| `videoId` | `string` An ID returned from `videos.renderVideo`. |\n| `address` | `string` A US postal address. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body contains an instance of [VideoMetadata](/maps/documentation/aerial-view/reference/rest/v1/VideoMetadata)."]]