[Solved] FCC forum API or scraping technique

Has anyone here found an access point for the forum threads or a way to scrape the forums? I tried to look at the xhr requests, but couldn’t find an endpoint… Looks like it’s built in Ember maybe if that helps.

Thanks in advance!

Awesome, will do. Thanks for pointing me in the right direction!

Wow, super easy. For anyone wondering it’s as simple as doing something like http://forum.freecodecamp.com/latest.json.

Making solved and thanks again!

Ah, that should have been my next question. Was going to make a trending keyword app, but I guess that would require a bot to hit it.