Collections Online V4 API · Documentation

/api/
Te Papa

Te Papa Collections API

Version 1.5.5

The API to the collection data of the Museum of New Zealand Te Papa Tongarewa.

Quick Start

Perform a simple full text search:

curl 'https://data.tepapa.govt.nz/collection/search?q=Manuhiri' -H 'X-API-Key: YOUR_API_KEY'

More Information

Terms of Use

General Terms

By using this API, you agree to comply with these terms. The API provides access to collections data from Te Papa - the Museum of New Zealand. Unauthorized access attempts, disruption of service, or violation of intellectual property rights will result in revocation of access.

Data Usage Rights

Restrictions

Liability

Te Papa provides this API "as is" without warranty. We are not liable for data accuracy, availability, or misuse. The service may be modified or discontinued at any time.

Full Terms of Use (PDF)

Resources

Each resource exposes its type, subtypes, and the inbound associations targetable via its /related sub-resource. Paths and methods are listed live from the running API.

Loading resources…

Data Types

JSON shapes used in request bodies and responses.

Type Description

Pagination & Results

Content Types

Faceted Search

Search results include facets - aggregated counts of field values. Request specific facets with the facets parameter to narrow searches by category, era, object type, and more.

Hierarchical Resources

Place, Category, and Taxon resources support hierarchical queries. Use the /related endpoint to fetch descendants and their counts.

Error Handling

All errors return a JSON envelope with errorCode, developerMessage, and userMessage. The response includes a unique id for tracing in server logs. Common status codes:

Rate Limiting

The API does not currently impose rate limits, but we reserve the right to introduce them. Please use the API responsibly.