Skip to content

Instantly share code, notes, and snippets.

@weeping-angel
Last active January 23, 2025 12:49
[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