I am webscraping profile pages on khanacademy. I use their API (json file format) to do it.
Here is the profile link I would like to scrape: https://www.khanacademy.org/profile/Viruslala/
Here is its API link:
https://www.khanacademy.org/api/internal/user/kaid_896965538702696832878421/profile/widgets?lang=en&_=190427-0731-8941ef3f07bd_1556382106890
My problem: most of the data is showing on the json file (API). But some specific data that I would like to scrape is not showing up.
I tried to search for a different API link but I didn't found the right one.
On the first image you have two kind of data I would like to scrape: Blue one and Yellow one.
On the json file : Blue is showing up. But not Yellow.
My questions are: Why yellow is not showing up? How can I get yellow with their API?


