Last active
July 16, 2025 08:14
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --header "x-rapidapi-key: $RAPIDAPI_KEY" \ | |
"https://medium2.p.rapidapi.com/list/3d8f744f5370/responses" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id" : "3d8f744f5370", | |
"responses" : [ | |
"f31a257b42e8" | |
], | |
"count": 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment