apidance.pro
  1. 1.1
apidance.pro
  • twitter-api
    • 1.1
      • /users/show
        GET
      • /followers/list
        GET
      • /friends/list
        GET
    • graphql
      • CreateTweet
      • CreateNoteTweet
      • CreateRetweet
      • QuoteTweet
      • FavoriteTweet
      • CreateBookmark
      • HomeLatestTimeline
      • SearchTimeline
      • AudioSpaceSearch
      • AudioSpaceById
      • TweetDetail
      • TweetResultByRestId
      • UserByScreenName
      • UserByRestId
      • UserTweets
      • UserTweetsAndReplies
      • UserMedia
      • Followers
      • Following
      • FollowersYouKnow
      • Retweeters
      • ListLatestTweetsTimeline
      • ProfileSpotlightsQuery
      • CommunitiesFetchOneQuery
      • CommunityTweetsTimeline
    • simple api
      • TweetDetail
      • UserTweets
      • Retweeters
      • Quotes
      • Search
    • notifications
      • notifications all
      • notifications mentions
      • notifications verified
    • Upload media
      POST
    • Check the remaining API calls
      GET
  • cloudflare-api
    • /cf
      GET
    • /cf
      POST
    • /cfCookie
      GET
    • /cfCaptcha
      GET
    • /cfCheckpoint
      GET
    • Check the remaining API calls
      GET
  • pumpscam
    • pumpscam api
    • Check the remaining API calls
  1. 1.1

/users/show

GET
https://api.apidance.pro/1.1/users/show.json

Request

Query Params
screen_name
string 
optional
The screen name of the user for whom to return results. Either a id or screen_name is required for this method.
Example:
elonmusk
user_id
string 
optional
The ID of the user for whom to return results. Either an id or screen_name is required for this method.
Example:
44196397
Header Params
apikey
string 
optional
Default:
your-apikey

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.apidance.pro/1.1/users/show.json?screen_name=elonmusk&user_id=44196397' \
--header 'apikey: your-apikey'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Previous
twitter-api
Next
/followers/list
Built with