Skip to content
Restrike Docs

Issuers

Issuing authorities, as Numista's tree, and the series filed under them.

List issuers

GET/issuers

A page of issuing authorities, each with its series and type counts (its whole subtree) and one representative picture. Root issuers by default; roots=false lists every node of the tree. Filter with q, order by name or catalogue depth with sort.

Query Parameters

page
integer·min 1·default 1
Example1
pageSize
integer·min 1·max 100·default 24
Example24
q
string
roots
string·default true

Only root issuers (default), or every node of the tree.

Values
truefalse
sort
string·default name_asc
Values
name_asctypes_desc

Responses

List the highlighted issuers

GET/issuers/highlighted

The issuers the home page leads with, in editorial order. A fixed, hand-picked row rather than a ranking, so it does not reshuffle when the catalogue grows.

Responses

Get an issuer by slug

GET/issuers/{slug}

One issuer by its URL slug (south-africa, germany). Slugs are stable and are what every other issuer-scoped path takes. Includes its children in the tree and stats, the shape of everything filed beneath it: year and size ranges, fine gold per coin, finenesses, weight classes and mints.

Path Parameters

slugRequired
string
Examplesouth-africa

Responses

List an issuer's series

GET/issuers/{issuerSlug}/series

The series (programmes and type families: Krugerrand, Sovereign, 20 Mark) filed under one root issuer or any issuer beneath it, each with its type count and a lead type to illustrate it.

Path Parameters

issuerSlugRequired
string
Examplesouth-africa

Query Parameters

page
integer·min 1·default 1
Example1
pageSize
integer·min 1·max 100·default 24
Example24
q
string

Responses

Get a series by root issuer + series slug

GET/issuers/{issuerSlug}/series/{seriesSlug}

One series, addressed by its root issuer and its own slug. Includes the leaf issuer it is filed under, the mint that strikes it, a lead type, and stats derived from the series' own types.

Path Parameters

issuerSlugRequired
string
Examplesouth-africa
seriesSlugRequired
string
Examplekrugerrand

Responses