Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsGoodreads
livepost/goodreads/v1/book_detail1 creditfull book by `id` OR `url`: title/author(s)/avg_rating/ratings_count/reviews_count/ratings_dist/genres/series/isbn/isbn13/asin/publisher/publish_year+original_year/editions + ~30 embedded reviews. (__NEXT_DATA__ apolloState + ld+json fallback.)
{
"id": "2767052"
}Try in playground →post/goodreads/v1/search1 creditbook/author search via autocomplete typeahead (query → results[]{title,author,isbn,book_id}). (/search HTML SERP is AWS-WAF-walled → Phase-2; typeahead covers query→book.)
{
"query": "hunger games"
}Try in playground →post/goodreads/v1/author1 creditauthor by `id` OR `url`: name/avg_rating/born/books/bio (best-effort).
{
"id": "153394"
}Try in playground →post/goodreads/v1/reviews1 creditembedded reviews for a book (`id`|`url`|`book_id`) → reviews[]{user,rating,text,date,likes}. (~30 embedded; deep pagination = Phase-2.)