Skip to content

Instantly share code, notes, and snippets.

@weeping-angel
Last active July 16, 2025 08:14
Show Gist options
  • Save weeping-angel/e6668982cef713eff2ac41e95013d442 to your computer and use it in GitHub Desktop.
Save weeping-angel/e6668982cef713eff2ac41e95013d442 to your computer and use it in GitHub Desktop.
[List Responses] Shell command to retrieve all the responses/comments on a Medium List. #shell #medium_api #medium_api_curl
curl --header "x-rapidapi-key: $RAPIDAPI_KEY" \
"https://medium2.p.rapidapi.com/list/3d8f744f5370/responses"
{
"id" : "3d8f744f5370",
"responses" : [
"f31a257b42e8"
],
"count": 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment