{ "opencollection": "1.0.0", "info": { "name": "YouTube Analytics Analytics Groups Search API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Youtube Search Youtube", "type": "http" }, "http": { "method": "GET", "url": "https://youtubeanalytics.googleapis.com/v2/search", "params": [ { "name": "part", "value": "", "type": "query", "description": "Specifies a comma-separated list of one or more resource properties that the API response will include. The part parameter value must include the id property." }, { "name": "q", "value": "youtube api tutorial", "type": "query", "description": "The query term to search for." }, { "name": "type", "value": "video", "type": "query", "description": "Restricts a search query to only retrieve a particular type of resource. Acceptable values are channel, playlist, and video." }, { "name": "channelId", "value": "500123", "type": "query", "description": "Indicates that the API response should only contain resources created by the channel." }, { "name": "order", "value": "date", "type": "query", "description": "Specifies the method that will be used to order resources in the API response. Acceptable values are date, rating, relevance, title, videoCount, and viewCount." }, { "name": "publishedAfter", "value": "2026-01-15T10:30:00Z", "type": "query", "description": "Restricts results to only include resources created at or after the specified time, in RFC 3339 format." }, { "name": "publishedBefore", "value": "2026-01-15T10:30:00Z", "type": "query", "description": "Restricts results to only include resources created before or at the specified time, in RFC 3339 format." }, { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of items that should be returned in the result set. Acceptable values are 0 to 50, inclusive." }, { "name": "pageToken", "value": "", "type": "query", "description": "Identifies a specific page in the result set that should be returned. In an API response, the nextPageToken and prevPageToken properties identify other pages available." }, { "name": "fields", "value": "", "type": "query", "description": "Selector specifying which fields to include in a partial response. Use this parameter to reduce bandwidth usage by selecting only the fields you need." }, { "name": "key", "value": "", "type": "query", "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token." } ] }, "docs": "Returns a collection of search results that match the query parameters specified in the API request. By default, a search result set identifies matching video, channel, and playlist resources, but you can also configure queries to only retrieve a specific type of resource." } ] } ], "bundled": true }