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 495129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:33:50+00:00 2026-05-13T05:33:50+00:00

The Twitter API has the friends_count and followers_count available as cached values for the

  • 0

The Twitter API has the friends_count and followers_count available as cached values for the users/show or account/verify_credentials method. As far as I can tell, the only way to determine the number of lists a user is a member of is to make a call to GET list memberships and paginate through using the cursor to count the total number of lists a person is a member of. This is sub-optimal; ideally lists_count would be available on users/show.

Is there an easier way to determine the raw number of lists a user is a member of using the Twitter API? What did I miss?

  • 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-05-13T05:33:50+00:00Added an answer on May 13, 2026 at 5:33 am

    Update: Twitter added listed_count to the user payload.


    It looks like adding lists_count to the user payload is on the todo list.

    We’ve got this on our todo list. It requires fairly extensive asynchronous fragment invalidation so it’s not as simple as just adding the count into the payload. We’ve got it on the list though.

    Meanwhile, Darrel’s suggestion was the only direct approach, but succinctness of a language and its libraries do matter:

    require 'rubygems'
    require 'nokogiri'
    require 'open-uri'
    
    username = "twitterapi"
    page = Nokogiri::HTML(open("http://twitter.com/#{username}"))
    page.at_css("#lists_count").text.gsub(/\D/, "").to_i          # => 1299
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

For parsing JSON like this twitter API users/show response I've been using Jackson and
I need to use Twitter api from iPhone 3.0 (SDK 3.0). can i use
Is there an API (Twitter API does not provide this) that I can use
I am using this twitter api library and so far everything is great. My
I have a website where users can enter their Twitter Login information. This site
My automated call to the Twitter API causes problems when my update string has
iOS 5 has deep twitter integration. How can I check if the user has
If a Tweet is created using the native Twitter API, the Tweet has a
I've been attempting to go over the Twitter API, albeit it has taken me
Disclaimer: I have no Twitter API experience nor have I used Twitter until today

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.