GET
/
twitter
/
user
curl --request GET \
  --url https://apis.datura.ai/twitter/user \
  --header 'Authorization: <api-key>'
{
  "id": "<string>",
  "screen_name": "<string>",
  "is_blue_verified": true,
  "following": true,
  "can_dm": true,
  "can_media_tag": true,
  "created_at": "<string>",
  "default_profile": true,
  "default_profile_image": true,
  "description": "<string>",
  "entities": {
    "description": {}
  },
  "fast_followers_count": 123,
  "favourites_count": 123,
  "followers_count": 123,
  "friends_count": 123,
  "has_custom_timelines": true,
  "is_translator": true,
  "listed_count": 123,
  "location": "<string>",
  "media_count": 123,
  "name": "<string>",
  "normal_followers_count": 123,
  "pinned_tweet_ids_str": [
    "<string>"
  ],
  "possibly_sensitive": true,
  "profile_banner_url": "<string>",
  "profile_image_url_https": "<string>",
  "profile_interstitial_type": "<string>",
  "statuses_count": 123,
  "translator_type": "<string>",
  "verified": true,
  "want_retweets": true,
  "withheld_in_countries": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

user
string
required

User to search for

Response

200
application/json
A JSON object mapping Twitter Search to its search results.
id
string
required

User ID

screen_name
string
required

User's screen name

is_blue_verified
boolean
required

Indicates if the user is Blue Tick verified

following
boolean
required

Indicates if the user is being followed

can_dm
boolean
required

Indicates if the user can be direct messaged

can_media_tag
boolean
required

Indicates if the user can be tagged in media

created_at
string
required

Account creation date

default_profile
boolean
required

Indicates if the user has the default profile

default_profile_image
boolean
required

Indicates if the user has the default profile image

description
string
required

User description

entities
object
required

User entities

fast_followers_count
integer
required

Count of fast followers

favourites_count
integer
required

Count of favourites

followers_count
integer
required

Count of followers

friends_count
integer
required

Count of friends

has_custom_timelines
boolean
required

Indicates if the user has custom timelines

is_translator
boolean
required

Indicates if the user is a translator

listed_count
integer
required

Count of lists the user is on

location
string
required

User location

media_count
integer
required

Count of media

name
string
required

User's name

normal_followers_count
integer
required

Count of normal followers

pinned_tweet_ids_str
string[]
required

List of pinned tweet IDs

possibly_sensitive
boolean
required

Indicates if the user is possibly sensitive

profile_banner_url
string | null
required

URL of the profile banner

Required string length: 1 - 2083
profile_image_url_https
string | null
required

HTTPS URL of the profile image

Required string length: 1 - 2083
profile_interstitial_type
string
required

Profile interstitial type

statuses_count
integer
required

Count of statuses

translator_type
string
required

Translator type

verified
boolean
required

Indicates if the user is verified

want_retweets
boolean
required

Indicates if the user wants retweets

withheld_in_countries
string[]
required

List of countries where the user is withheld