Wayback Machine
30 captures
26 Feb 2015 - 26 Sep 2024
Jun NOV Feb
Previous capture 14 Next capture
2015 2016 2018
success
fail
About this capture
COLLECTED BY
Organization: University of Oklahoma
University of Oklahoma

Archive-It Partner Since: Jul, 2007
Organization Type: Colleges & Universities
Organization URL:http://libraries.ou.edu

University Libraries is the largest research library collection in the state of Oklahoma and contains more than 4.9 million volumes and more than 63,000 print and electronic periodical subscriptions. University Libraries includes several distinguished special collections such as the Harry W. Bass Collection in Business History, the History of Science Collections, the Western History Collections, and the John and Mary Nichols Rare Book and Special Collections in English literature.

Collection: University of Oklahoma Libraries
Websites maintained by the University of Oklahoma Libraries. Includes the main library website as well as the University of Oklahoma Digital Collections.
TIMESTAMPS
loading
The Wayback Machine - https://web.archive.org/web/20161114190530/https://dev.twitter.com/rest/reference/get/users/search
Twitter logo icon Developers
  • Products
  • Documentation
  • Community
  • Build
  • My apps

Twitter Developer Documentation

  1. Docs
  2. REST APIs
  3. Reference Documentation
  4. GET users/search

Products & Services

  • Best practices
  • API overview
  • Websites
  • Cards
  • OAuth
  • REST APIs
    • API Rate Limits
    • Rate Limits: Chart
    • The Search API
    • The Search API: Tweets by Place
    • Working with Timelines
    • Collections
    • Media
    • Curator
    • Search
    • TON
    • Reference Documentation
      • GET account/settings
      • GET account/verify_credentials
      • GET application/rate_limit_status
      • GET blocks/ids
      • GET blocks/list
      • GET collections/entries
      • GET collections/list
      • GET collections/show
      • GET direct_messages
      • GET direct_messages/sent
      • GET direct_messages/show
      • GET favorites/list
      • GET followers/ids
      • GET followers/list
      • GET friends/ids
      • GET friends/list
      • GET friendships/incoming
      • GET friendships/lookup
      • GET friendships/no_retweets/ids
      • GET friendships/outgoing
      • GET friendships/show
      • GET geo/id/:place_id
      • GET geo/reverse_geocode
      • GET geo/search
      • GET help/configuration
      • GET help/languages
      • GET help/privacy
      • GET help/tos
      • GET lists/list
      • GET lists/members
      • GET lists/members/show
      • GET lists/memberships
      • GET lists/ownerships
      • GET lists/show
      • GET lists/statuses
      • GET lists/subscribers
      • GET lists/subscribers/show
      • GET lists/subscriptions
      • GET mutes/users/ids
      • GET mutes/users/list
      • GET projects
      • GET saved_searches/list
      • GET saved_searches/show/:id
      • GET search/tweets
      • GET statuses/home_timeline
      • GET statuses/lookup
      • GET statuses/mentions_timeline
      • GET statuses/oembed
      • GET statuses/retweeters/ids
      • GET statuses/retweets/:id
      • GET statuses/retweets_of_me
      • GET statuses/show/:id
      • GET statuses/user_timeline
      • GET trends/available
      • GET trends/closest
      • GET trends/place
      • GET users/lookup
      • GET users/profile_banner
      • GET users/search
      • GET users/show
      • GET users/suggestions
      • GET users/suggestions/:slug
      • GET users/suggestions/:slug/members
      • POST account/remove_profile_banner
      • POST account/settings
      • POST account/update_profile
      • POST account/update_profile_background_image
      • POST account/update_profile_banner
      • POST account/update_profile_image
      • POST blocks/create
      • POST blocks/destroy
      • POST collections/create
      • POST collections/destroy
      • POST collections/entries/add
      • POST collections/entries/curate
      • POST collections/entries/move
      • POST collections/entries/remove
      • POST collections/update
      • POST direct_messages/destroy
      • POST direct_messages/new
      • POST favorites/create
      • POST favorites/destroy
      • POST friendships/create
      • POST friendships/destroy
      • POST friendships/update
      • POST geo/place
      • POST lists/create
      • POST lists/destroy
      • POST lists/members/create
      • POST lists/members/create_all
      • POST lists/members/destroy
      • POST lists/members/destroy_all
      • POST lists/subscribers/create
      • POST lists/subscribers/destroy
      • POST lists/update
      • POST media/upload
      • POST mutes/users/create
      • POST mutes/users/destroy
      • POST saved_searches/create
      • POST saved_searches/destroy/:id
      • POST statuses/destroy/:id
      • POST statuses/retweet/:id
      • POST statuses/unretweet/:id
      • POST statuses/update
      • POST statuses/update_with_media (deprecated)
      • POST users/report_spam
  • Streaming APIs
  • Ads API
  • Gnip
  • MoPub
  • Fabric

Tools & Support

  • My apps
  • API console
  • API status

Translations

  • 日本語
  • Português, Brasil

Resources

  • Libraries
  • Sample code
  • Playbooks
  • Case studies
  • Join the community
  • Events
  • Developer terms

GET users/search¶

Provides a simple, relevance-based search interface to public user accounts on Twitter. Try querying by topical interest, full name, company name, location, or other criteria. Exact match searches are not supported.

Only the first 1,000 matching results are available.

Resource URL¶

https://api.twitter.com/1.1/users/search.json

Resource Information¶

Response formats JSON
Requires authentication? Yes (user context only)
Rate limited? Yes
Requests / 15-min window (user auth) 180

Parameters¶

Name Required Description Default Value Example
q required The search query to run against people search.   Twitter%20API
page optional Specifies the page of results to retrieve.   3
count optional The number of potential user results to retrieve per page. This value has a maximum of 20.   5
include_entities optional The entities node will be disincluded from embedded tweet objects when set to false .   false

Example Request¶

GET https://api.twitter.com/1.1/users/search.json?q=Twitter%20API&page=1&count=3

Example Response¶

[
  {
    "profile_sidebar_fill_color": "DDEEF6",
    "profile_background_tile": true,
    "profile_sidebar_border_color": "C0DEED",
    "name": "Twitter API",
    "created_at": "Wed May 23 06:01:13 +0000 2007",
    "profile_image_url": "http://a0.twimg.com/profile_images/2284174872/7df3h38zabcvjylnyfe3_normal.png",
    "location": "San Francisco, CA",
    "follow_request_sent": false,
    "id_str": "6253282",
    "is_translator": false,
    "profile_link_color": "0084B4",
    "entities": {
      "url": {
        "urls": [
          {
            "expanded_url": null,
            "url": "",
            "indices": [
              0,
              22
            ],
            "display_url": null
          }
        ]
      },
      "description": {
        "urls": [

        ]
      }
    },
    "default_profile": false,
    "contributors_enabled": false,
    "favourites_count": 25,
    "url": "",
    "profile_banner_url": "https://twimg0-a.akamaihd.net/profile_banners/6253282/1347394302",
    "utc_offset": -28800,
    "profile_image_url_https": "https://twimg0-a.akamaihd.net/profile_images/2284174872/7df3h38zabcvjylnyfe3_normal.png",
    "id": 6253282,
    "listed_count": 11426,
    "profile_use_background_image": true,
    "lang": "en",
    "profile_text_color": "333333",
    "followers_count": 1562132,
    "protected": false,
    "verified": true,
    "description": "The Real Twitter API. I tweet about API changes, service issues and happily answer questions about Twitter and our API. Don't get an answer? It's on my website.",
    "geo_enabled": true,
    "time_zone": "Pacific Time (US & Canada)",
    "notifications": false,
    "profile_background_image_url_https": "https://twimg0-a.akamaihd.net/profile_background_images/656927849/miyt9dpjz77sc0w3d4vj.png",
    "profile_background_color": "C0DEED",
    "status": {
      "coordinates": null,
      "truncated": false,
      "favorited": false,
      "created_at": "Wed Mar 27 01:19:47 +0000 2013",
      "id_str": "316721175038406658",
      "entities": {
        "urls": [

        ],
        "hashtags": [

        ],
        "user_mentions": [
          {
            "name": "TwitterDevJP",
            "id_str": "70915829",
            "id": 70915829,
            "indices": [
              106,
              119
            ],
            "screen_name": "TwitterDevJP"
          }
        ]
      },
      "in_reply_to_user_id_str": null,
      "text": "In case you didn't know, we have an official account tweeting about Twitter developer topics in Japanese: @TwitterDevJP",
      "contributors": null,
      "id": 316721175038406658,
      "in_reply_to_status_id_str": null,
      "retweet_count": 19,
      "geo": null,
      "retweeted": false,
      "in_reply_to_user_id": null,
      "source": "web",
      "place": null,
      "in_reply_to_screen_name": null,
      "in_reply_to_status_id": null
    },
    "friends_count": 34,
    "profile_background_image_url": "http://a0.twimg.com/profile_background_images/656927849/miyt9dpjz77sc0w3d4vj.png",
    "default_profile_image": false,
    "statuses_count": 3406,
    "screen_name": "twitterapi",
    "following": true
  },
  {
    "profile_sidebar_fill_color": "DDEEF6",
    "profile_background_tile": true,
    "profile_sidebar_border_color": "C0DEED",
    "name": "Twitter Mobile",
    "created_at": "Tue Apr 10 01:20:52 +0000 2007",
    "profile_image_url": "http://a0.twimg.com/profile_images/2284174879/uqyatg9dtld0rxx9anic_normal.png",
    "location": "San Francisco, CA",
    "is_translator": false,
    "follow_request_sent": false,
    "id_str": "3963481",
    "profile_link_color": "0084B4",
    "entities": {
      "url": {
        "urls": [
          {
            "expanded_url": null,
            "url": "http://twitter.com",
            "indices": [
              0,
              18
            ],
            "display_url": null
          }
        ]
      },
      "description": {
        "urls": [

        ]
      }
    },
    "default_profile": false,
    "contributors_enabled": false,
    "favourites_count": 2,
    "url": "http://twitter.com",
    "profile_image_url_https": "https://twimg0-a.akamaihd.net/profile_images/2284174879/uqyatg9dtld0rxx9anic_normal.png",
    "profile_banner_url": "https://twimg0-a.akamaihd.net/profile_banners/3963481/1347394599",
    "utc_offset": -28800,
    "id": 3963481,
    "listed_count": 7303,
    "profile_use_background_image": true,
    "lang": "en",
    "profile_text_color": "333333",
    "followers_count": 2359548,
    "protected": false,
    "verified": true,
    "description": null,
    "geo_enabled": true,
    "time_zone": "Pacific Time (US & Canada)",
    "notifications": false,
    "profile_background_image_url_https": "https://twimg0-a.akamaihd.net/profile_background_images/656932170/urr667rpqtg6l7psohaf.png",
    "profile_background_color": "C0DEED",
    "status": {
      "coordinates": null,
      "truncated": false,
      "favorited": false,
      "created_at": "Wed Mar 20 12:55:51 +0000 2013",
      "id_str": "314359633311588355",
      "in_reply_to_user_id_str": null,
      "entities": {
        "urls": [

        ],
        "hashtags": [

        ],
        "user_mentions": [

        ]
      },
      "text": "Beeline subscribers in Armenia can now send and receive Tweets via SMS. Begin by sending START to 40404. Welcome to Twitter!",
      "contributors": null,
      "id": 314359633311588355,
      "in_reply_to_status_id_str": null,
      "retweet_count": 31,
      "geo": null,
      "retweeted": false,
      "in_reply_to_user_id": null,
      "source": "web",
      "place": null,
      "in_reply_to_screen_name": null,
      "in_reply_to_status_id": null
    },
    "friends_count": 28,
    "profile_background_image_url": "http://a0.twimg.com/profile_background_images/656932170/urr667rpqtg6l7psohaf.png",
    "default_profile_image": false,
    "statuses_count": 338,
    "screen_name": "twittermobile",
    "following": true
  },
  {
    "profile_sidebar_fill_color": "DAECF4",
    "profile_background_tile": false,
    "profile_sidebar_border_color": "C6E2EE",
    "name": "Twitter Engineering",
    "created_at": "Sat Jun 16 00:14:36 +0000 2007",
    "profile_image_url": "http://a0.twimg.com/profile_images/2284174594/apcu4c9tu2zkefnev0jt_normal.png",
    "location": "San Francisco, CA",
    "follow_request_sent": false,
    "is_translator": false,
    "id_str": "6844292",
    "profile_link_color": "1F98C7",
    "entities": {
      "url": {
        "urls": [
          {
            "expanded_url": null,
            "url": "http://engineering.twitter.com",
            "indices": [
              0,
              30
            ],
            "display_url": null
          }
        ]
      },
      "description": {
        "urls": [

        ]
      }
    },
    "default_profile": false,
    "contributors_enabled": false,
    "favourites_count": 0,
    "url": "http://engineering.twitter.com",
    "profile_image_url_https": "https://twimg0-a.akamaihd.net/profile_images/2284174594/apcu4c9tu2zkefnev0jt_normal.png",
    "utc_offset": -28800,
    "id": 6844292,
    "listed_count": 2304,
    "profile_use_background_image": true,
    "lang": "en",
    "profile_text_color": "663B12",
    "followers_count": 343156,
    "protected": false,
    "verified": true,
    "description": "The official account for Twitter Engineering.",
    "geo_enabled": true,
    "time_zone": "Pacific Time (US & Canada)",
    "notifications": false,
    "profile_background_image_url_https": "https://twimg0-a.akamaihd.net/images/themes/theme2/bg.gif",
    "profile_background_color": "C6E2EE",
    "status": {
      "coordinates": null,
      "truncated": false,
      "favorited": false,
      "created_at": "Mon Mar 18 17:50:28 +0000 2013",
      "id_str": "313708997167419393",
      "retweeted_status": {
        "coordinates": null,
        "truncated": false,
        "favorited": false,
        "created_at": "Thu Mar 14 10:57:20 +0000 2013",
        "id_str": "312155480858431488",
        "in_reply_to_user_id_str": null,
        "entities": {
          "urls": [
            {
              "expanded_url": "http://tweetdeck.posterous.com/flight-at-tweetdeck",
              "url": "http://t.co/G9sRrGHgJY",
              "indices": [
                56,
                78
              ],
              "display_url": "tweetdeck.posterous.com/flight-at-twee…"
            }
          ],
          "hashtags": [

          ],
          "user_mentions": [

          ]
        },
        "text": "Our use of the Flight JavaScript framework in TweetDeck http://t.co/G9sRrGHgJY",
        "contributors": null,
        "id": 312155480858431488,
        "in_reply_to_status_id_str": null,
        "retweet_count": 100,
        "geo": null,
        "retweeted": false,
        "in_reply_to_user_id": null,
        "possibly_sensitive": false,
        "source": "TweetDeck",
        "place": null,
        "in_reply_to_screen_name": null,
        "in_reply_to_status_id": null
      },
      "in_reply_to_user_id_str": null,
      "entities": {
        "urls": [
          {
            "expanded_url": "http://tweetdeck.posterous.com/flight-at-tweetdeck",
            "url": "http://t.co/G9sRrGHgJY",
            "indices": [
              71,
              93
            ],
            "display_url": "tweetdeck.posterous.com/flight-at-twee…"
          }
        ],
        "hashtags": [

        ],
        "user_mentions": [
          {
            "name": "TweetDeck",
            "id_str": "14803701",
            "id": 14803701,
            "indices": [
              3,
              13
            ],
            "screen_name": "TweetDeck"
          }
        ]
      },
      "text": "RT @TweetDeck: Our use of the Flight JavaScript framework in TweetDeck http://t.co/G9sRrGHgJY",
      "contributors": null,
      "id": 313708997167419393,
      "in_reply_to_status_id_str": null,
      "retweet_count": 100,
      "geo": null,
      "retweeted": false,
      "in_reply_to_user_id": null,
      "possibly_sensitive": false,
      "source": "web",
      "place": null,
      "in_reply_to_screen_name": null,
      "in_reply_to_status_id": null
    },
    "friends_count": 0,
    "profile_background_image_url": "http://a0.twimg.com/images/themes/theme2/bg.gif",
    "default_profile_image": false,
    "statuses_count": 153,
    "screen_name": "TwitterEng",
    "following": true
  }
]
Solutions
Build
Customer service
Build great apps
Tell great stories
Fabric
Crashlytics
Beta by Crashlytics
fastlane
Answers
Digits
Twitter Kit
MoPub
Products
Publisher platform
REST APIs
Streaming APIs
Ads API
Gnip
Resources
Documentation
Forums
Blog
Case studies
Developer terms
Policy support
Tools
API status
API console
Cards validator
Manage my apps
Community
#TapIntoTwitter
Official partner
Events
Flight 2015
Flight 2014
    © 2016 Twitter, Inc.
  • Terms
  • Privacy
  • About
  • Jobs
  • Help