This seems to lack tons of APIs , maybe instead of 'apirank' it should be called 'openapi dev rank'. Apple Itunes : https://developer.apple.com/library/archive/documentation/Au... last fm : https://www.last.fm/api acoustid : https://acoustid.org/webservice spotify : https://developer.spotify.com/documentation/web-api/ discogs : https://www.discogs.com/developers deezer : https://developers.deezer.com/login?redirect=/…
Spotify is there (twice!): https://apirank.dev/Spotify-Web-API/ https://apirank.dev/Spotify/ The search appears to be broken, because it returns no results for spotify.
Show HN: APIRank.dev – We crawled and ranked public APIs from the internet
31–40 of 62 posts
Re: Show HN: APIRank.dev – We crawled and ranked public APIs from the internet
#32This seems to lack tons of APIs , maybe instead of 'apirank' it should be called 'openapi dev rank'. Apple Itunes : https://developer.apple.com/library/archive/documentation/Au... last fm : https://www.last.fm/api acoustid : https://acoustid.org/webservice spotify : https://developer.spotify.com/documentation/web-api/ discogs : https://www.discogs.com/developers deezer : https://developers.deezer.com/login?redirect=/…
or the two most famous ones I know of: * https://boto3.amazonaws.com/v1/documentation/api/latest/refe... * e.g. https://cloud.google.com/iam/docs/reference/rest I'm sure there's an Azure one, too, I just don't currently play in that sandbox I know that DataDog also uses openapi but since this site's search it broken, hard to know if it's hiding on page 57 or what
Re: Show HN: APIRank.dev – We crawled and ranked public APIs from the internet
#33It's a shame (and a bit funny) that the details of an API yields a 500 error. Looking forward to some more browsing on your site.
Re: Show HN: APIRank.dev – We crawled and ranked public APIs from the internet
#34I get a 500 Internal service error
Re: Show HN: APIRank.dev – We crawled and ranked public APIs from the internet
#35A terribly designed API with a complete and orderly OpenAPI 3.0.0 spec will get 5/5. A well designed API with no OpenAPI support or 3.1.x spec support will get a poor design score. I think user generated content might be the way to go for Design. Let people score and review the design quality.
Re: Show HN: APIRank.dev – We crawled and ranked public APIs from the internet
#36I'm confused as to what the current gold medalist, the PJS Paul Ministries API, is...
Re: Show HN: APIRank.dev – We crawled and ranked public APIs from the internet
#37In order for this to have any use, it seems to me you'd need to at least group the API's by use case/product type.
Re: Show HN: APIRank.dev – We crawled and ranked public APIs from the internet
#38The performance metric is meaningless. As you yourself acknowledge, this is way too dependent on underlying business logic to be able to compare objectively. A 100ms API response may as well be "slower" than a 500ms one depending on what the calls are actually achieving. Say service A has an API: - GET /users/ - 100ms Service B has multiple APIs: - GET /users/ - 100ms - GET /users - 250ms - GET / - 500ms Which servic…
There are limitations indeed, though if you compare similar APIs with similar business intent, their structure should also have similarity, unlike your example.
For the popularity metrics, I will take a look - I admit we can do better :)
Re: Show HN: APIRank.dev – We crawled and ranked public APIs from the internet
#39What is the utility of comparing Coindesk and Giphy's api's? In order for this to have any use, it seems to me you'd need to at least group the API's by use case/product type.
Re: Show HN: APIRank.dev – We crawled and ranked public APIs from the internet
#40What is the utility of comparing Coindesk and Giphy's api's? In order for this to have any use, it seems to me you'd need to at least group the API's by use case/product type.