PrerequisitesBefore you begin, you’ll need:
- A developer account with an approved App
- Your App’s Bearer Token (found in the Developer Console under “Keys and tokens”)
1
Find a Post ID
Every Post has a unique ID. You can find it in the Post’s URL:
2
Make a request
cURL
3
Review the response
The default response includes the Post’s
id, text, and edit_history_tweet_ids:4
Request additional fields
Use query parameters to get more data:Response:
cURL
5
Look up multiple Posts
Retrieve up to 100 Posts in a single request:
cURL
Next steps
Integration guide
Learn authentication, rate limits, and best practices
Fields and expansions
Master the fields and expansions system
API Reference
See all available parameters
Sample code
Explore more examples