Method: videos.lookupVideoMetadata
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\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)."]]