apidance.pro
  1. simple api
apidance.pro
  • twitter-api
    • 1.1
      • /users/show
      • /followers/list
      • /friends/list
    • 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
        GET
      • UserTweets
        GET
      • Retweeters
        GET
      • Quotes
        GET
      • Search
        GET
    • 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. simple api

Quotes

GET
https://api.apidance.pro/sapi/Quotes
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.apidance.pro/sapi/Quotes?tweet_id=1694634492403843248&cursor' \
--header 'apikey: your-apikey'
Response Response Example
{}

Request

Query Params
tweet_id
string 
required
Example:
1694634492403843248
cursor
string 
optional
Header Params
apikey
string 
optional
Default:
your-apikey

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2024-11-03 16:44:50
Previous
Retweeters
Next
Search
Built with