GLAM Workbench
  • radio_button_unchecked

Trove API v3 status¶

This page runs the example queries listed in the Trove API Console and checks the results.

Last run: 2025-05-09T16:06:17.584484+10:00


Basic search¶

Search all categories¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=all&encoding=json

❌ HTTP Error 403

Search in multiple categories¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=book,newspaper&encoding=json

❌ HTTP Error 403

Search in a single category¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json

❌ HTTP Error 403

Change the results format¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json

❌ HTTP Error 403

Change the number of results¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&n=100

❌ HTTP Error 403

Change the sort order¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&sortby=dateasc

❌ HTTP Error 403

Get the full metadata for each record¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&reclevel=full

❌ HTTP Error 403

Include extra information in each record¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&include=tags&include=comments

❌ HTTP Error 403

Harvesting a complete result set¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&bulkHarvest=true&s=*

❌ HTTP Error 403

Searching newspapers or gazettes¶

Limit results by article category¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&l-category=Article

❌ HTTP Error 403

Limit results by place of publication¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&l-state=Victoria

❌ HTTP Error 429

Limit results by decade¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&l-decade=192

❌ HTTP Error 429

Limit results by year¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&l-decade=192&l-year=1924

❌ HTTP Error 429

Limit results by month¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&l-decade=192&l-year=1924&l-month=3

❌ HTTP Error 429

Find articles on a specific page of a newspaper¶

https://api.trove.nla.gov.au/v3/result?q=firstpageseq:1&category=newspaper&encoding=json

❌ HTTP Error 429

Find newspaper articles within a specific date range¶

https://api.trove.nla.gov.au/v3/result?q=date:[1942-10-31T00:00:00Z TO 1942-11-30T00:00:00Z]&category=newspaper&encoding=json

❌ HTTP Error 429

Find newspaper articles from a particular day¶

https://api.trove.nla.gov.au/v3/result?q=date:[1942-11-01T00:00:00Z TO 1942-11-02T00:00:00Z]&category=newspaper&encoding=json

❌ HTTP Error 429

Limit to articles with illustrations¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&l-illustrated=true

❌ HTTP Error 429

Limit to articles with photographs¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&l-illustrated=true&l-illustrationType=Photo

❌ HTTP Error 429

Filter articles by number of words¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&l-wordCount=<100 Words

❌ HTTP Error 429

Limit to articles with tags (or comments)¶

https://api.trove.nla.gov.au/v3/result?q=wragge has:tags&category=newspaper&encoding=json&include=tags

❌ HTTP Error 429

Get the OCRd text for each article¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=newspaper&encoding=json&include=articletext

❌ HTTP Error 429

Get the number of articles in each category¶

https://api.trove.nla.gov.au/v3/result?q=%00&category=newspaper&encoding=json&facet=category&n=0

❌ HTTP Error 429

Get the number of articles per year in a decade¶

https://api.trove.nla.gov.au/v3/result?q=%00&category=newspaper&encoding=json&l-decade=192&facet=year&n=0

❌ HTTP Error 429

Searching other categories¶

Limit to works with a particular format¶

https://api.trove.nla.gov.au/v3/result?q=weather&category=book&encoding=json&l-format=Thesis

❌ HTTP Error 429

Exclude works with a particular format¶

https://api.trove.nla.gov.au/v3/result?q=weather NOT format:Book &category=image&encoding=json

❌ HTTP Error 429

Limit to works created within a particular date range¶

https://api.trove.nla.gov.au/v3/result?q=weather date:[* TO 1900]&category=book&encoding=json

❌ HTTP Error 429

Limit to works with a thumbnail image¶

https://api.trove.nla.gov.au/v3/result?q=weather imageInd:thumbnail &category=image&encoding=json

❌ HTTP Error 429

Include metadata from all versions of a work¶

https://api.trove.nla.gov.au/v3/result?q=wragge&category=image&encoding=json&include=workversions

❌ HTTP Error 429

Find works with full text¶

https://api.trove.nla.gov.au/v3/result?q=weather fullTextInd:y&category=magazine&encoding=json&include=workversions

❌ HTTP Error 429

Limit to articles from a specific digitised journal (using facets)¶

https://api.trove.nla.gov.au/v3/result?q=weather&category=magazine&encoding=json&l-title=The bulletin

❌ HTTP Error 429

Limit to articles from a specific digitised journal (using identifiers)¶

https://api.trove.nla.gov.au/v3/result?q=weather "https://nla.gov.au/nla.obj-68375465"&category=magazine&encoding=json&l-format=Article

❌ HTTP Error 429

Find out of copyright or openly licensed photographs¶

https://api.trove.nla.gov.au/v3/result?q=rights:Free&category=image&encoding=json&include=workversions

❌ HTTP Error 429

Get facets¶

Facet results by decade¶

https://api.trove.nla.gov.au/v3/result?category=all&facet=decade&n=0&encoding=json

❌ HTTP Error 429

Facet results by contributor¶

https://api.trove.nla.gov.au/v3/result?category=all&facet=partnerNuc&n=0&encoding=json

❌ HTTP Error 429

Get individual records¶

Get a newspaper or gazette article¶

https://api.trove.nla.gov.au/v3/newspaper/41697877?encoding=json&reclevel=full&include=articletext,tags,comments

❌ HTTP Error 429

Get a work record¶

https://api.trove.nla.gov.au/v3/work/1144040?encoding=json&reclevel=full&include=workversions,tags,comments

❌ HTTP Error 429

Get a list¶

https://api.trove.nla.gov.au/v3/list/43805?encoding=json&reclevel=full&include=listitems

❌ HTTP Error 429

Get newspaper and gazette titles¶

Get a list of all newspaper titles¶

https://api.trove.nla.gov.au/v3/newspaper/titles?encoding=json

❌ HTTP Error 429

Get a list of all gazette titles¶

https://api.trove.nla.gov.au/v3/gazette/titles?encoding=json

❌ HTTP Error 429

Get a list of newspapers from a particular state¶

https://api.trove.nla.gov.au/v3/newspaper/titles?encoding=json&state=vic

❌ HTTP Error 429

Get the number of issues per year for a particular newspaper¶

https://api.trove.nla.gov.au/v3/newspaper/title/35?encoding=json&include=years

❌ HTTP Error 429

Get details of newspaper issues within a date range¶

https://api.trove.nla.gov.au/v3/newspaper/title/35?encoding=json&include=years&range=18420101-18421231

❌ HTTP Error 429

Get magazine and newsletter titles¶

Get a list of all magazine and newsletter titles¶

https://api.trove.nla.gov.au/v3/magazine/titles?encoding=json

❌ HTTP Error 429

Get Trove contributors¶

Get a list of organisations contributing data to Trove¶

https://api.trove.nla.gov.au/v3/contributor?q=&encoding=json

❌ HTTP Error 429

Get full details of an organisation contributing to Trove¶

https://api.trove.nla.gov.au/v3/contributor/ANL?encoding=json&reclevel=full

❌ HTTP Error 429