this post was submitted on 08 Sep 2023
17 points (100.0% liked)

Free and Open Source Software

17779 readers
12 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Greetings,

I am interested in creating a website that offers free APIs for use in various projects. For instance, you could use the API to obtain search results or access the MyIP API. I am open to suggestions for other APIs that would be helpful.

There is only one restriction I will impose, which is a limit on the number of requests per second.

If I proceed with this idea, would you be interested in using it? Please note that any financial support would be voluntary donations (No Stupid Memberships, Credits, or any pay-to-use)

Thank you.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 54 points 1 year ago* (last edited 1 year ago)

No, I do not want or need a middleman whose only job is to pass my data through to another API. It's a huge security risk and potentially a violation of my and my user's privacy. Pretending everything is perfect, it's still another point of failure. Your API service could become unavailable. Your API service could simply wrap others in a huge library and still that means some of them are going to be outdated.

There is no strong reason to do this unless you are binding these services together to create a new platform, like what game engines typically do. They take a rendering library, physics engine, etc., tie them all together with an implementation, and allow you to build the higher-level stuff. If that's your idea but for web development or something then I could see the use but just "everything goes in this monolithic API" is not only a terrible idea, it's a dangerous one.