Get User

Get information about a twitter user.

POST https://api.noauth.cc/twitter/get-user

This request will fetch information about a specific user. You can search either by user_id or screen_name. At least one is required.

You are allowed to use your own auth. That allows for a higher rate limit. You can find

an example on how to add them, here.

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

user_id*

Integer

Example: 492592

screen_name*

String

Example: noauthcc

{
  "status": "success",
  "message": "Twitter response.."
}

Last updated