I've been using the Open Library Books API, but it lacks many of the books I have. Which API has the best coverage (especially for non-English books)?
Edit: I'm particularly interested in APIs that can be accessed from the server side and that provide metadata (author, title, publisher, year, etc).
My coverage benchmark is this arbitrary list of 101 books I own: http://pastie.org/589354. These are the ones I've tested so far and how much each got:
Google Book Search API: 77 (missing stuff like "Agile Estimating and Planning" and "Code Complete, 2nd Edition");
LibraryThing 70 (API is client-side javascript only and doesn't allow storing results);
GoodReads: 64 (although there's no Books API I could find, only stuff for handling user data);
Open Library Books API got 55;
I would appreciate if other users could add their own benchmarks as well as cite other possible APIs I can try.