top | item 2201718

Ask HN: Is it illegal or wrong to clone an existing product's rest api?

8 points| sshconnection | 15 years ago

I've been thinking about making an open source project that is very similar to an existing product. If I were to make the project api compatible, it would make a huge number of existing applications and libraries compatible with my project. Are there legal implications to doing this? How about moral implications? Should I be worried?

3 comments

order
[+] wladimir|15 years ago|reply
I don't see any moral problem with this, it simply increases interoperability. There are many open source projects that do similar things (For example: WINE, Samba). Having non-proprietary choices is good, and exposing the same APIs makes it easy to use your software as a drop-in replacement.

As to the legal aspect, that depends on where you live and IANAL.

[+] malandrew|15 years ago|reply
No, especially if that API has become a de facto market standard such as Amazon's cloud APIs.

An interface is not a product or service. The company in question has a responsibility to continually innovate in order to remain competitive. That's how market economies work, or should work barring the involvement of lawyers who defend what is in the best interest of one firm (local maximum) at the expense of what is in the best interest of everyone, companies and consumers alike (global maximum).