I’m building a database application of Fungi occurrences and their information all over the world. I tried accessing the images on the server-side but always ended up with broken images and 404 errors. As the API I am using has different image formats / Urls, it is proving difficult of finding a way of including them all without issues. Although the network is recognising the images, it does not actually show them. I was wondering if anyone developed an API here and knows the best way of accessing image data using JavasScript?