নীচের টেবিলটি এই পদ্ধতির জন্য সাধারণ ব্যবহারের ক্ষেত্রে দেখায়। আপনি APIs এক্সপ্লোরারে নমুনা প্যারামিটার মান লোড করতে একটি ব্যবহারের ক্ষেত্রের নামের উপর ক্লিক করতে পারেন। অথবা আপনি একটি ব্যবহারের ক্ষেত্রের নামের নীচে কোড আইকনে ক্লিক করে পূর্ণস্ক্রীন APIs এক্সপ্লোরারে একটি ব্যবহারের ক্ষেত্রে কোড নমুনা দেখতে পারেন৷ ফুলস্ক্রিন UI-তে, আপনি প্যারামিটার এবং সম্পত্তির মান আপডেট করতে পারেন এবং কোড নমুনাগুলি আপনার প্রবেশ করা মানগুলিকে প্রতিফলিত করতে গতিশীলভাবে আপডেট হবে।

Use cases
list
Code symbol that, when clicked, opens the fullscreen APIs Explorer widget and populates it with values for the 'list' example for the videoCategories.list method.
This example retrieves a list of categories that can be associated with YouTube videos in the United States. The regionCode parameter specifies the country for which categories are being retrieved.
list (for a specific region)
Code symbol that, when clicked, opens the fullscreen APIs Explorer widget and populates it with values for the 'list (for a specific region)' example for the videoCategories.list method.
This example uses the regionCode to retrieve a list of categories that can be associated with YouTube videos in Spain. It also uses the hl parameter to indicate that text labels in the response should be specified in Spanish.