# Trove API **Provider:** Trove **Category:** search **Base URL:** `https://trove.nla.gov.au` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Reasonable use enforced **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://trove.nla.gov.au/about/create-something/using-api ## Description Search through the National Library of Australia collection of 1000s of digitised newspapers ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://trove.nla.gov.au/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://trove.nla.gov.au' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — Trove API by the National Library of Australia. Free access to digitized newspapers, books, images, and other Australian heritage content. --- *Source: [API Map](https://apimap.dev/apis/trove/) — CC BY 4.0*