On 2011-09-14 21:32, Ed Summers wrote: > I was wondering if you've ever gotten a feature request to add the > Edition links to the Work JSON, for example: > > http://openlibrary.org/works/OL27258W.json > > I don't see the links to the editions in the JSON, but they are > definitely in the work HTML, and you have the corresponding work keys > in the edition JSON, for example: > > http://openlibrary.org/books/OL1627167M.json
Hi Ed, You need to do a second query like this: http://openlibrary.org/query.json?type=/type/edition&works=/works/OL27258W&*= That is a query that searches for a editions that are part of /works/OL27258W. The '&*=' at the will grab all the other metadata about the editions. -- Edward. _______________________________________________ Ol-tech mailing list [email protected] http://mail.archive.org/cgi-bin/mailman/listinfo/ol-tech To unsubscribe from this mailing list, send email to [email protected]
