Download OpenAPI specification:
OpenAPI aligned 1:1 with current MCP tools list. OperationIds match tool names; all unused paths removed.
query required | string Search term/keyword. |
type required | string Type: Top | Photos | Media | People | Latest | Lists. |
count | string Number of items to return (endpoint maximum applies). |
cursor | string Pagination cursor from previous response. |
curl --request GET \ --url 'https://api.pressmonitor.com/x/v1/search?query=SOME_STRING_VALUE&type=SOME_STRING_VALUE&count=SOME_STRING_VALUE&cursor=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ ]
pid required | string Tweet ID. |
curl --request GET \ --url 'https://api.pressmonitor.com/x/v1/tweet?pid=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ ]
user required | string Profile ID (rest_id). |
count | string Number of items to return (endpoint maximum applies). |
cursor | string Pagination cursor from previous response. |
curl --request GET \ --url 'https://api.pressmonitor.com/x/v1/user-tweets?user=SOME_STRING_VALUE&count=SOME_STRING_VALUE&cursor=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ ]
username required | string Username of the profile. |
curl --request GET \ --url 'https://api.pressmonitor.com/x/v1/user?username=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ ]
user required | string Target user ID (rest_id). |
count | string Number of items to return (endpoint maximum applies). |
cursor | string Pagination cursor from previous response. |
curl --request GET \ --url 'https://api.pressmonitor.com/x/v1/followers?user=SOME_STRING_VALUE&count=SOME_STRING_VALUE&cursor=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{ }
user required | string Target user ID (rest_id). |
count | string Number of items to return (endpoint maximum applies). |
cursor | string Pagination cursor from previous response. |
curl --request GET \ --url 'https://api.pressmonitor.com/x/v1/followings?user=SOME_STRING_VALUE&count=SOME_STRING_VALUE&cursor=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ ]
users required | string Comma-separated user IDs. |
curl --request GET \ --url 'https://api.pressmonitor.com/x/v1/get-users?users=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ ]
user required | string Target user ID (rest_id). |
count | string Number of items to return (endpoint maximum applies). |
cursor | string Pagination cursor from previous response. |
curl --request GET \ --url 'https://api.pressmonitor.com/x/v1/verified-followers?user=SOME_STRING_VALUE&count=SOME_STRING_VALUE&cursor=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ ]