bib_query queries the datasets for the abstract requested. The argument &db_key defaults to the astronomy database (AST), but may be specified as AST, PHY, INST, or ALL (e.g. &db_key=ALL). Full journal information, including abstract, authors, keywords, etc. is returned for the bibliographic code if it is in the system. If there is no entry in the database specified for the entered bibliographic code, an error message is returned.
bib_query will also seach for partial bibcodes. For example, searching for 198?ApJ..????L will find all ApJL articles from the 1980's. In addition, there are several special translations which allow searching for MNRAS special pages. This allows querying for MNRAS (just the regular articles), MNRASA (all articles in MNRAS, including pink pages and letters), MNRASL (only letters), and MNRASP (only pink pages)
The program is located in the directory:
https://adsabs.harvard.edu/cgi-binIt requires an input bibliographic code as an argument, delimited with a "?". For example, to link to the ApJ paper by Gundersen from volume 443, p. L57, the following URL would be used:
https://adsabs.harvard.edu/cgi-bin/bib_query?1995ApJ...443L..57GNote that if the bibliographic code contains an ampersand (&), it should be escaped with the html sequence "%26" in order to be properly translated. While this is not necessary with all browsers, it is certainly a good idea.
More information about the ADS project is available here, or you can send e-mail to ads@cfa.harvard.edu