Sunday, May 28, 2023
HomeTechnologyThe Medium RSS Feed’s Lacking Half | by Sabesan Sathananthan | Geek...

The Medium RSS Feed’s Lacking Half | by Sabesan Sathananthan | Geek Tradition


retrieves the stats (clapCount, voterCount, responseCount, and readingTime) of Medium posts

Picture by Ryoji Iwata on Unsplash
Inspecting a Medium publish web page.
curl https://medium.com/p/unique_Id_of_the_post >> publish.html
window.__APOLLO_STATE__ object
Picture by Kike Salazar N on Unsplash

Medium feed in JSON

medium.com/feed/@username 
or
username.medium.com/feed
curl https://advanced-medium-api.herokuapp.com/medium/consumer/{userId}

Medium Superior Knowledge

curl https://advanced-medium-api.herokuapp.com/superior/consumer/{userId}

Medium Personalized Knowledge

curl https://advanced-medium-api.herokuapp.com/personalized/consumer/{userId}

Medium Personalized Superior Knowledge

curl https://advanced-medium-api.herokuapp.com/superior/personalized/consumer/{userId}

Lacking information of a selected publish.

curl https://advanced-medium-api.herokuapp.com/medium/publish/{postId}
{
"clapCount": 98,
"responseCount": 4,
"voterCount": 12,
"readingTime": 4
}
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments