cURL
curl --request POST \ --url https://rumorz.azurewebsites.net/v0/graph/get_feed \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "ids": [ 115176 ], "lookback": "7D", "sentiment_gte": 0.5, "sentiment_lte": 1, "page": 1, "limit": 10 } '
Get the feed of posts related to the specified entities and filters.
Documentation IndexFetch the complete documentation index at: https://docs.rumorz.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.rumorz.io/llms.txt
Use this file to discover all available pages before exploring further.
Time period to look back
1H
6H
12H
1D
7D
30D
90D
Success