Skip to content

Instantly share code, notes, and snippets.

@weeping-angel
Last active January 23, 2025 12:48
[User's Interests] Shell command to retrieve all the tags followed by a user #shell #medium_api #medium_api_curl
curl --header "x-rapidapi-key: $RAPIDAPI_KEY" \
"https://medium2.p.rapidapi.com/user/1985b61817c3/interests"
{
"id": "1985b61817c3",
"tags_followed": [
"gadgets",
"privacy",
"history",
"education",
"ios-development",
"venture-capital",
.
.
.
],
"count": 50
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment