Hi @AngieBR, thanks for your interest and reporting the issue.
API restored, please check https://type.fit/api/quotes
The service was moved to another CDN provider (Cloudflare).
Hey @SergeyWebPro I’m currently using this API with a python script that builds an image using one of the quotes, selected at random, and posts the image in an AppData folder for Outlook. This allows me to have new inspirational quotes in the signature of my emails everyday. Thanks again!
I am seeing the following console error when making the call from my app: Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://type.fit/api/quotes. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing)
My research suggests that this is due to a security feature on the server side, one that is not able to bypassed outside of a hackier use of jsonp. However, I can still retrieve the resource by just pasting the URL in my browser…which makes me think I am doing something wrong here…
Thank you for having this available at all, but was curious as to if this was intentional?