DEV Community

Discussion on: Is their any API where I could get all my posts from the site?

Collapse
 
ben profile image
Ben Halpern •

We don't have anything we support with great guarantees, but this'll do the trick for fetching the links:

dev.to/api/articles?username=wilbu...

Keep me in the loop if the API breaks. Eventually we'll probably have something stable.

You also have an RSS feed for whole posts: dev.to/feed/wilburpowery

But warning, custom embeds will need appropriate css.

Collapse
 
wilburpowery profile image
Wilbur Powery •

Wow, really awesome. I almost went with Medium, but I rather this platform tbh. I only want to display the title and link to here from my site. Thank You! ☺️