digitalnz.org

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

๐Ÿ”‘ apikey 3 endpoints open_data
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Run queries against DigitalNZ metadata search service.
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.digitalnz.org/records.{format}
View metadata associated with a single record.
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.digitalnz.org/records/{record_id}.{format}
The "More Like This" call returns similar records to the specified ID.
curl \
  # append ?api_key=$API_KEY to the URL \
  https://api.digitalnz.org/records/{record_id}/more_like_this.{format}
Endpoints (3 total)
GET
/records.{format}
Run queries against DigitalNZ metadata search service.
GET
/records/{record_id}.{format}
View metadata associated with a single record.
GET
/records/{record_id}/more_like_this.{format}
The "More Like This" call returns similar records to the specified ID.
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints3
Authapikey
Categories1
https://api.digitalnz.org