Skip to content

Instantly share code, notes, and snippets.

@weeping-angel
Last active August 15, 2024 18:28
Show Gist options
  • Save weeping-angel/dad4f1382928798b5d2dbfd1fd9c8c38 to your computer and use it in GitHub Desktop.
Save weeping-angel/dad4f1382928798b5d2dbfd1fd9c8c38 to your computer and use it in GitHub Desktop.
[LatestPosts] Shell command to retrieve latestposts for the given topic_slug. #shell #medium_api #medium_api_curl
curl --header "x-rapidapi-key: $RAPIDAPI_KEY" \
"https://medium2.p.rapidapi.com/latestposts/blockchain"
{
"latestposts" : [
"f685c5075a52",
"b850ac3cff72",
"5212ce732e25",
"9190bbd3a843",
"7a54f7434ed2",
.
.
.
"adcbccfc46f6",
"b76cfc88c8ec",
"17a945a9c206",
"e0cce016ee98"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment