Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9255631
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T11:45:21+00:00 2026-06-18T11:45:21+00:00

I used youtube search api for my iphone app. I am requesting 25 records

  • 0

I used youtube search api for my iphone app. I am requesting 25 records one time.

     https://gdata.youtube.com/feeds/api/videos?q=%s&start-index=%d&max-results=25&v=2 

I want to detect, that the final record captured by the query.

ex:- Think there are 135 results for “Avatar movie”, at the 135th record i want to indicate no more search results.

I am using “more” button in the end of the video list. I want to disable more button.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T11:45:22+00:00Added an answer on June 18, 2026 at 11:45 am

    For version 2 API, You can detect last item on 2 ways:

    1.

    <openSearch:totalResults>108</openSearch:totalResults>
    

    If you know the total, you are able to calculate last item.

    2. Whether the next link tag returned or not, such as <link rel='next' type='application/atom+xml' href='https://gdata.youtube.com/feeds/api/videos?q=rawangboy&amp;start-index=108&amp;max-results=1&amp;restriction=US&amp;safeSearch=strict&amp;v=2'/>

    However, you are require safeSearch parameter to make sure the <openSearch:totalResults> is equivalent to your last index of item, such as https://gdata.youtube.com/feeds/api/videos?q=rawangboy&start-index=108&max-results=1&v=2&prettyprint=True&safeSearch=none

    Or better you can give restriction by country/ip, such as https://gdata.youtube.com/feeds/api/videos?q=rawangboy&start-index=108&max-results=1&v=2&prettyprint=True&safeSearch=strict&restriction=US

    If you didn’t put safeSearch, <openSearch:totalResults> may not correct, as shown on this screenshot(start-index 107 is not available even though total is 108)
    screeshot

    search query wouldn’t allow results beyond 1000. as ducumented
    here
    https://developers.google.com/youtube/2.0/reference#Limits_on_Retrieving_Results‌​.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Doing a request for the data on an individual video such as: http://gdata.youtube.com/feeds/api/videos/K-YBQ_at_qU?v=2&alt=jsonc Used
I used Youtube api for android to develop an app. Even though i create
I used below function for play youtube videos in iPhone using UIWebView - (void)embedYouTube
YouTube announced its new Analytics API this year. https://developers.google.com/youtube/analytics It seems to be targeted
I downloaded the library Yotube API PHP (search for videos) from zend.com and its
I've used the YouTube and Vimeo Javascript API's for controlling videos in the past.
I am requesting youtube search terms for use with jquery autocomplete, but am having
I used to play videos inside my iOS app using uiwebviews with the following
I used http://www.youtube.com/get_video?video_id=ID&t=SIGNATURE&fmt=18 replaced ID and SIGNATURE with the proper values. But I don't
I have used the HTML5 embed code from this page: http://apiblog.youtube.com/2010/07/new-way-to-embed-youtube-videos.html <iframe class=youtube-player type=text/html

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.