Skip to content

Instantly share code, notes, and snippets.

@weeping-angel
Last active August 15, 2024 18:30
Show Gist options
  • Save weeping-angel/5e7b360bd7e3a03e3035a036a50e22c8 to your computer and use it in GitHub Desktop.
Save weeping-angel/5e7b360bd7e3a03e3035a036a50e22c8 to your computer and use it in GitHub Desktop.
[Article's Responses] Shell command to retrieve responses/comments on an article. #shell #medium_api #medium_api_curl
curl --header "x-rapidapi-key: $RAPIDAPI_KEY" \
"https://medium2.p.rapidapi.com/article/67fa62fc1971/responses"
{
"id": "67fa62fc1971",
"responses": [
"a9bbc22aa1e6",
"3308e927204a",
"b1fcf9f36d87",
"295b0938fd49",
"cc14e813995a",
"649b48584efb"
],
"count": 6
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment