The Medium RSS Feed’s Missing Part | by Sabesan Sathananthan | Geek Culture

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

Photo by Ryoji Iwata on Unsplash
Inspecting a Medium post page.
curl https://medium.com/p/unique_Id_of_the_post >> post.html
window.__APOLLO_STATE__ object
Photo 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/user/{userId}

Medium Advanced Data

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

Medium Customized Data

curl https://advanced-medium-api.herokuapp.com/customized/user/{userId}

Medium Customized Advanced Data

curl https://advanced-medium-api.herokuapp.com/advanced/customized/user/{userId}

Missing data of a particular post.

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

Like this post? Please share to your friends:
Leave a Reply

;-) :| :x :twisted: :smile: :shock: :sad: :roll: :razz: :oops: :o :mrgreen: :lol: :idea: :grin: :evil: :cry: :cool: :arrow: :???: :?: :!: