Close Menu
  • Home
  • AI
  • Big Data
  • Cloud Computing
  • iOS Development
  • IoT
  • IT/ Cybersecurity
  • Tech
    • Nanotechnology
    • Green Technology
    • Apple
    • Software Development
    • Software Engineering

Subscribe to Updates

Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

    What's Hot

    Why Some Businesses Seem to Win Online Without Ever Feeling Like They Are Trying

    March 30, 2026

    Three China-Linked Clusters Target Southeast Asian Government in 2025 Cyber Campaign

    March 30, 2026

    A woman’s uterus has been kept alive outside the body for the first time

    March 30, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram
    Big Tee Tech Hub
    • Home
    • AI
    • Big Data
    • Cloud Computing
    • iOS Development
    • IoT
    • IT/ Cybersecurity
    • Tech
      • Nanotechnology
      • Green Technology
      • Apple
      • Software Development
      • Software Engineering
    Big Tee Tech Hub
    Home»Software Engineering»The Medium RSS Feed’s Missing Part | by Sabesan Sathananthan | Geek Culture
    Software Engineering

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

    big tee tech hubBy big tee tech hubMay 30, 2025002 Mins Read
    Share Facebook Twitter Pinterest Copy Link LinkedIn Tumblr Email Telegram WhatsApp
    Follow Us
    Google News Flipboard
    The Medium RSS Feed’s Missing Part | by Sabesan Sathananthan | Geek Culture
    Share
    Facebook Twitter LinkedIn Pinterest Email Copy Link


    You could able to use the Advanced Medium API that I developed as follows:

    There are 5 types of requests. you could be able to get all the responses by using HTTP GETmethod.

    Medium feed in JSON

    You could able to get the RSS feed of the last 10 Medium posts by using the following links (replace your username instead of @username ).

    medium.com/feed/@username 
    or
    username.medium.com/feed

    The following request of the API gives the direct JSON conversion of that RSS Feed.

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

    Medium Advanced Data

    You could able to get the Medium feed in JSON with the missing part of the Medium feed such as clapCount, voterCount, responseCount, readingTime. each missing data injected in every post(items) object.

    The following request of the API gives the JSON conversion of the RSS feed with the injection of missing data.

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

    Medium Customized Data

    JSON conversion of the Medium RSS feed is customized according to the categories. Order the Medium post’s tags according to their use count among the latest 10 posts and the tagOrder return that tags’ order rank. Medium’s latest 10 posts were divided by 3 and every 3 posts were pushed in an array and those arrays were pushed in one array. There is an algorithm that returns the most suitable tag for the Medium post among the other tags of that Medium post.

    The following request of the API gives the customized version of the Medium feed in JSON

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

    Medium Customized Advanced Data

    This response contains the Medium customized data with the injection of missing stats such as clapCount, voterCount, responseCount, readingTime.

    The following request of the API gives the customized version of the Medium feed in JSON with the missing part of the Medium feed.

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

    Missing data of a particular post.

    This response contains only the missing part (clapCount, voterCount, responseCount, readingTime) of Medium feed for a particular Medium post.

    Request 💻 ➡ 🌎 :

    curl https://advanced-medium-api.herokuapp.com/medium/post/{postId}

    Response 🌎➡💻 :

    {
    "clapCount": 98,
    "responseCount": 4,
    "voterCount": 12,
    "readingTime": 4
    }



    Source link

    Culture Feeds Geek Medium Missing Part RSS Sabesan Sathananthan
    Follow on Google News Follow on Flipboard
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
    tonirufai
    big tee tech hub
    • Website

    Related Posts

    The Missing Layer in Agentic AI – O’Reilly

    March 28, 2026

    Cilium, eBPF, and Modern Kubernetes Networking with Bill Mulligan

    March 27, 2026

    The Impact of 3DGS on Training, Education, and Beyond

    March 26, 2026
    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Why Some Businesses Seem to Win Online Without Ever Feeling Like They Are Trying

    March 30, 2026

    Three China-Linked Clusters Target Southeast Asian Government in 2025 Cyber Campaign

    March 30, 2026

    A woman’s uterus has been kept alive outside the body for the first time

    March 30, 2026

    Peer review at the service of society

    March 30, 2026
    About Us
    About Us

    Welcome To big tee tech hub. Big tee tech hub is a Professional seo tools Platform. Here we will provide you only interesting content, which you will like very much. We’re dedicated to providing you the best of seo tools, with a focus on dependability and tools. We’re working to turn our passion for seo tools into a booming online website. We hope you enjoy our seo tools as much as we enjoy offering them to you.

    Don't Miss!

    Why Some Businesses Seem to Win Online Without Ever Feeling Like They Are Trying

    March 30, 2026

    Three China-Linked Clusters Target Southeast Asian Government in 2025 Cyber Campaign

    March 30, 2026

    Subscribe to Updates

    Get the latest technology news from Bigteetechhub about IT, Cybersecurity and Big Data.

      • About Us
      • Contact Us
      • Disclaimer
      • Privacy Policy
      • Terms and Conditions
      © 2026 bigteetechhub.All Right Reserved

      Type above and press Enter to search. Press Esc to cancel.