Howdy,
When I query a mutli-authored book, the resulting `authors` only ever has a single entry. See below for an example. `by_statement` has both authors, but that often has other junk in it too, so I'm wondering how to get all the authors? ---- urd:~/bin/fe (master)$ curl 'https://openlibrary.org/api/books?bibkeys=ISBN:1555425003&format=json;&jscmd=data' { "ISBN:1555425003": { "publishers": [ { "name": "Jossey-Bass Publishers" } ], "pagination": "xx, 427 p. :", "identifiers": { "lccn": [ "92033901" ], "openlibrary": [ "OL1729544M" ], "isbn_10": [ "1555425003" ], "goodreads": [ "502333" ], "librarything": [ "154278" ] }, "subtitle": "a handbook for college teachers", "title": "Classroom assessment techniques", "url": "https:\/\/openlibrary.org\/books\/OL1729544M\/Classroom_assessment_techniques", "classifications": { "dewey_decimal_class": [ "378.1\/25" ], "lc_classifications": [ "LB2822.75 .A54 1993" ] }, "notes": "Includes bibliographical references (p. 407-414) and index.\nRev. ed. of: Classroom assessment techniques: a handbook for faculty, 1988.", "number_of_pages": 427, "cover": { "small": "https:\/\/covers.openlibrary.org\/b\/id\/774370-S.jpg", "large": "https:\/\/covers.openlibrary.org\/b\/id\/774370-L.jpg", "medium": "https:\/\/covers.openlibrary.org\/b\/id\/774370-M.jpg" }, "subject_places": [ { "url": "https:\/\/openlibrary.org\/subjects\/place:united_states", "name": "United States" } ], "subjects": [ { "url": "https:\/\/openlibrary.org\/subjects\/case_studies", "name": "Case studies" }, { "url": "https:\/\/openlibrary.org\/subjects\/college_students", "name": "College students" }, { "url": "https:\/\/openlibrary.org\/subjects\/college_teaching", "name": "College teaching" }, { "url": "https:\/\/openlibrary.org\/subjects\/educational_evaluation", "name": "Educational evaluation" }, { "url": "https:\/\/openlibrary.org\/subjects\/handbooks,_manuals", "name": "Handbooks, manuals" }, { "url": "https:\/\/openlibrary.org\/subjects\/rating_of", "name": "Rating of" } ], "publish_date": "1993", "key": "\/books\/OL1729544M", "authors": [ { "url": "https:\/\/openlibrary.org\/authors\/OL836882A\/Thomas_A._Angelo", "name": "Thomas A. Angelo" } ], "by_statement": "Thomas A. Angelo, K. Patricia Cross.", "publish_places": [ { "name": "San Francisco" } ], "ebooks": [ { "formats": { "djvu": { "url": "https:\/\/archive.org\/download\/classroomassessm00ange\/classroomassessm00ange.djvu", "permission": "restricted" } }, "preview_url": "https:\/\/archive.org\/details\/classroomassessm00ange", "availability": "restricted" } ] } } _______________________________________________ Ol-tech mailing list [email protected] http://mail.archive.org/cgi-bin/mailman/listinfo/ol-tech Archives: http://www.mail-archive.com/[email protected]/ To unsubscribe from this mailing list, send email to [email protected]
