GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Astro::ADS(3) User Contributed Perl Documentation Astro::ADS(3)

Astro::ADS - Perl library to connect with the Harvard Astrophysical Data Service

version 1.91

    my $client = Astro::ADS->new({
        proxy => '...', # your web proxy
    });
    my $search = $client->search( q => 'star', fl => 'bibcode' );

The Harvard Astrophysics Data System (ADS) is a digital library portal for researchers in astronomy and physics, maintaining large bibliographic collections. Through the ADS, you can search abstracts and full-text of major astronomy and physics publications.

Astro::ADS is the base class for accessing the ADS API using Perl and will grow as more services are added.

It handles methods common to all services such as setting the UserAgent and including your API key in all request headers.

If you don't have one already, you will need to register an ADS account <https://ui.adsabs.harvard.edu/user/account/register> . Generate an API token <https://ui.adsabs.harvard.edu/user/settings/token> and put it in an environment variable named "ADS_DEV_KEY" or in a file under your home directory, ~/.ads/dev_key.

Find more help on the Quick Start <https://ui.adsabs.harvard.edu/help/api/> page.

NOTE: the ADS does not hold the copyright for the abstracts and articles, and their use is free for personal use only

Use of this module does not imply the granting of any rights to the publications found through this API. Please refer to the ADS Terms and Conditions of Use <http://adsabs.github.io/help/terms/>

To acknowledge the ADS in a publication, refer to the text at the bottom of About ADS <https://ui.adsabs.harvard.edu/about/>. To acknowlegde use of this module, it will be sufficient to mention Perl's Astro::ADS is available at https://metacpan.org/pod/Astro::ADS

This software is Copyright (c) 2025 by Boyd Duffee.

This is free software, licensed under:

  The MIT (X11) License
2025-10-16 perl v5.42.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.