by Usernames and Expanded Pinned Tweet Fields

Single or multiple username

GET https://us-central1-appgregator.cloudfunctions.net/twitter/users/user-by-name-expanded/

Query Parameters

Name
Type
Description

name*

String

qantor.co.id

connection_name*

String

twitter-1

usernames*

String

docial,twitter

Headers

Name
Type
Description

x-api-key*

String

43c464439b5507293ba7b315c9875907

{
    "data": [
        {
            "url": "",
            "id": "145251358",
            "profile_image_url": "https://abs.twimg.com/sticky/default_profile_images/default_profile_normal.png",
            "name": "Docial Porter",
            "verified": false,
            "created_at": "2010-05-18T13:55:40.000Z",
            "username": "docial",
            "protected": false,
            "description": ""
        },
        {
            "url": "https://t.co/DAtOo6uuHk",
            "id": "783214",
            "profile_image_url": "https://pbs.twimg.com/profile_images/1488548719062654976/u6qfBBkF_normal.jpg",
            "name": "Twitter",
            "verified": true,
            "created_at": "2007-02-20T14:35:54.000Z",
            "username": "Twitter",
            "protected": false,
            "entities": {
                "url": {
                    "urls": [
                        {
                            "start": 0,
                            "end": 23,
                            "url": "https://t.co/DAtOo6uuHk",
                            "expanded_url": "https://about.twitter.com/",
                            "display_url": "about.twitter.com"
                        }
                    ]
                }
            },
            "description": "What's happening?!",
            "location": "everywhere"
        }
    ]
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/twitter/users/user-by-name-expanded?name=qantor.co.id&connection_name=twitter-1&usernames=docial,twitter' \
--header 'x-api-key: 43c464439b5507293ba7b315c9875907'

Last updated