Multiple tweet and request tweet fields

a multiple Tweet ID

GET https://us-central1-appgregator.cloudfunctions.net/twitter/tweet/multiple-tweet/request-field/

Query Parameters

Name
Type
Description

name*

String

qantor.co.id

connection_name*

String

twitter-1

id*

String

1538562625868419072,1276501058211262464

Headers

Name
Type
Description

x-api-key*

String

43c464439b5507293ba7b315c9875907

{
    "data": [
        {
            "possibly_sensitive": false,
            "lang": "en",
            "source": "Twitter Web App",
            "created_at": "2022-06-19T16:41:29.000Z",
            "text": "MINTING IS LIVE!\n\nour minting is going to be FREE for an HOUR, 3 TIMES a day!\nEST 01:00 PM / 09:00 PM / 05:00 AM\n\n300 FREE PASSES PER PHASE! πŸ”₯",
            "id": "1538562625868419072",
            "author_id": "1496058735134851075"
        },
        {
            "possibly_sensitive": false,
            "lang": "en",
            "source": "Twitter Ads",
            "created_at": "2020-06-26T13:02:23.000Z",
            "attachments": {
                "media_keys": [
                    "16_1276500934466703361"
                ]
            },
            "text": "Add new voices and conversations to your Timeline using Lists.\n\nYou can now:\nπŸ‘‰ make a List\nπŸ‘‰ discover new Lists\nπŸ‘‰ follow a List\nπŸ‘‰ Tweet a List\nhttps://t.co/BabQnqOX4r https://t.co/ATG2vi3Dxf",
            "id": "1276501058211262464",
            "entities": {
                "urls": [
                    {
                        "start": 143,
                        "end": 166,
                        "url": "https://t.co/BabQnqOX4r",
                        "expanded_url": "https://twitter.com/i/lists/suggested",
                        "display_url": "twitter.com/i/lists/sugges…",
                        "status": 404,
                        "unwound_url": "https://twitter.com/i/lists/suggested"
                    },
                    {
                        "start": 167,
                        "end": 190,
                        "url": "https://t.co/ATG2vi3Dxf",
                        "expanded_url": "https://twitter.com/Twitter/status/1276501058211262464/photo/1",
                        "display_url": "pic.twitter.com/ATG2vi3Dxf",
                        "media_key": "16_1276500934466703361"
                    }
                ]
            },
            "author_id": "783214"
        }
    ]
}
curl --location --request GET 'https://us-central1-appgregator.cloudfunctions.net/twitter/tweet/multiple-tweet/request-field?name=qantor.co.id&connection_name=twitter-1&id=15,38562625868419072,1276501058211262464' \
--header 'x-api-key: 43c464439b5507293ba7b315c9875907'

Last updated