# DigitalNZ API **Provider:** DigitalNZ **Category:** ai **Base URL:** `https://api.digitalnz.org` **Auth:** api-key — `GET /endpoint?api_key=YOUR_KEY` **Rate Limit:** 10,000 req/day **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.digitalnz.org ## Description OpenAPI specification of DigitalNZ's Record API. For more information about the API see digitalnz.org/developers. To learn more about the metadata/fields used in the API see the [Metadata Dictionary](https://docs.google.com/document/pub?id=1Z3I_ckQWjnQQ4SzpORb ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.digitalnz.org/records.{format}` | Run queries against DigitalNZ metadata search service. | | GET | `https://api.digitalnz.org/records/{record_id}.{format}` | View metadata associated with a single record. | | GET | `https://api.digitalnz.org/records/{record_id}/more_like_this.{format}` | The "More Like This" call returns similar records to the specified ID. | ## Authentication API key as a query parameter (api_key) ``` GET /endpoint?api_key=YOUR_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.digitalnz.org/records.{format}' \ -H 'GET /endpoint?api_key=YOUR_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with API key. DigitalNZ New Zealand digital heritage collections. --- *Source: [API Map](https://apimap.dev/apis/digitalnz/) — CC BY 4.0*