SPB Git forge

spb/rareindex

Public
54commits 1branches 0releases
7.1 MBsize
maindefault branch
10 days agolast push
TypeScript 61.9% HTML 37.2% SQL 0.7%
3.4 KB · 118 lines json
Raw Blame History
1{2  "raw": {3    "url": "https://api.numista.com/v3/types?issuer=canada&category=coin&page=1&count=50&lang=en",4    "externalId": "types:{\"issuer\":\"canada\",\"category\":\"coin\"}:p1",5    "kind": "catalog_item",6    "engine": "api",7    "fetchedAt": "2026-09-08T09:00:00.000Z",8    "payload": {9      "kind": "types_page",10      "url": "https://api.numista.com/v3/types?issuer=canada&category=coin&page=1&count=50&lang=en",11      "query": {12        "issuer": "canada",13        "category": "coin"14      },15      "page": 1,16      "count": 2,17      "types": [18        {19          "id": 420,20          "title": "5 Cents - Victoria",21          "category": "coin",22          "object_type": {23            "id": 1,24            "name": "Standard circulation coins"25          },26          "issuer": {27            "code": "canada",28            "name": "Canada"29          },30          "min_year": 1858,31          "max_year": 1901,32          "obverse_thumbnail": "https://en.numista.com/catalogue/photos/canada/1009-180.jpg",33          "reverse_thumbnail": "https://en.numista.com/catalogue/photos/canada/1010-180.jpg",34          "value": {35            "text": "5 Cents",36            "numeric_value": 0.05,37            "currency": {38              "id": 44,39              "name": "Canadian dollar",40              "full_name": "Canadian dollar (1858-date)"41            }42          },43          "composition": {44            "text": "Silver (.925) (.925 silver .075 copper)"45          },46          "ruler": [47            {48              "id": 1774,49              "name": "Victoria"50            }51          ],52          "url": "https://en.numista.com/420",53          "references": [54            {55              "catalogue": {56                "code": "KM"57              },58              "number": "2"59            },60            {61              "catalogue": {62                "code": "Schön"63              },64              "number": "2"65            }66          ]67        },68        {69          "id": 419,70          "title": "5 Cents - Edward VII",71          "category": "coin",72          "object_type": {73            "id": 1,74            "name": "Standard circulation coins"75          },76          "issuer": {77            "code": "canada",78            "name": "Canada"79          },80          "min_year": 1902,81          "max_year": 1902,82          "obverse_thumbnail": "https://en.numista.com/catalogue/photos/canada/1021-180.jpg",83          "reverse_thumbnail": "https://en.numista.com/catalogue/photos/canada/1022-180.jpg"84        }85      ],86      "prices": {87        "420": {88          "issue_id": 51757,89          "currency": "EUR",90          "prices": [91            {92              "grade": "f",93              "price": 18094            },95            {96              "grade": "vf",97              "price": 22098            },99            {100              "gradde": "xf",101              "price": 380102            }103          ]104        }105      },106      "pricesFetchedAt": "2026-09-08T09:00:00.000Z"107    }108  },109  "expect": {110    "count": 5,111    "kinds": [112      "catalog_item",113      "price_observation"114    ]115  },116  "note": "GATED SOURCE — no NUMISTA_API_KEY available. Built from the official OpenAPI documentation examples (https://en.numista.com/api/doc/swagger.yaml: GET /types, GET /types/{type_id} for N#420 \"5 Cents - Victoria\" (Canada), GET /types/{type_id}/issues and GET /types/{type_id}/issues/{issue_id}/prices, including the documented \"gradde\" typo). NOT a live capture.",117  "capturedAt": "2026-09-08T08:51:17.543Z"118}