Is there an API in the works?

The process of manually exporting code to another CMS is very laborious. So I built something for my CMS to rip pages from Webflow and add them to our main website as snippets within pages of the CMS. Something like a tag .

This works well enough, I got adequate caching in place, we bundle your css with ours and serve all css combined and minified as a single external file, etc… but it’s lacking in * usability *.

It would be great to have some way to interact with the data in webflow or at least * fetch a list of pages *? That way my users wouldn’t need to copy and paste URLs, or have to update 2 systems when the URLs change.

Or is there some other way of doing this I haven’t considered yet?