I’d like to bulk-query the API meta data (https://api.observablehq.com/document/{id}/meta) for all of my notebooks. This route isn’t cached by Cloudflare, though. What is an appropriate request rate that won’t put a noticable strain on the service? 1 request / second? 5? 10?
The rate does not concern update intervals. The route targets individual notebooks, which means that a separate request has to be made for each notebook. In my case, this amounts to > 350 requests. The provided information is not available through listings like user/documents.
I’m specifically interested in custom_thumbnail and forks. You can check the available data by opening any of your own notebooks notebook while being logged in and inspecting the request in your browser’s developer tools: