The Faculty Bibliography (FacBib) is the Library's bibliographic database, containing information about all publications produced by members of the NYULMC community. This API is an interface to FacBib, enabling users to search these publications using over two dozen criteria. Use this tester to explore your options. Note that multiple values can be included in any field (except "Name" and "Article TItle") by separating the values with commas, and that by default, your results are limited to 10 per page (you can change this to any number you wish, or use a limit of 0 to retrieve all results).
Here are some examples to get you started!
Articles published in the last five years by someone in the Dept. of Pediatrics, which contain the keyword "diabetes":
https://library.med.nyu.edu/api/publications?keyword=diabetes&department=pediatrics&recent-years=5
Articles by Dr. Martin Blaser, sorted by the impact factor of the journal, in XML format:
https://library.med.nyu.edu/api/publications?person=blasem01&sort=impact-factor&format=xmlbrief
Developers may find more comprehensive documentation here.