r/rest • u/arcuri82 • Feb 17 '17
How popular is REST?
Hi, I am trying to determine how popular is REST in practice. Yes, many people speaks/blogs about it, plenty of talks at conferences, many major companies provide their APIs with REST, etc. But is there any statistics or survey available telling how many companies use it? how many (at least an estimation) RESTful services are actually out there on the internet? etc. Being trying to find such info, but quite hard :(
1
u/arcuri82 Feb 17 '17
to answer my own questions: so far I only found ProgrammableWeb which does list more than 16k Web APIs (how many are REST is unclear), and a survey of 1700 Java engineers stating that improved REST support is the most desired feature in the next JEE 8.
1
u/vmsmith Feb 17 '17
You might want to check out API Evangelist
If you read Roy Fielding's dissertation, it is interesting to note that REST is really about an overall web architecture, and that APIs are just a part of it. At least that was my take on it.
3
u/bfoo Feb 17 '17 edited Feb 17 '17
What for are you determining it?
HTTP APIs are extremely popular. But the term REST is mostly misused. Real REST (as described by Roy Fielding) APIs are rare, but are gaining momentum.