Try it! https://bibliogram.art/api/instances
Get a list of Bibliogram instances collected from the list in the documentation. Status code 200 on success, 503 on failure. All responses are temporarily cached for a few minutes on the server.
{
status: string,
version: string,
generatedAt: number,
data: [] {
address: string,
country: string,
official: boolean,
rss_enabled: boolean,
has_privacy_policy: boolean,
using_cloudflare: boolean,
onion_site: boolean
}
}