Hello,
I would like to select all EURO coins for my collection.
Unfortunately, I have not been able to find a reliable way to query this. With /types?q=euro, you also get coins that are not EURO.
My suggestion would be to introduce another query parameter “currency”.
This field is available in the endpoint /types/{id}.
I would also like to be able to assign the mint_letter to a mint.
In /types/{id}, you get a list of mints with their names and IDs.
In /types/{id}/issues, you only get the mint_letter.
There is no mint_letter in /mints/{id} either.
Is there any other way to assign this, or is it possible to extend the API so that /types/{id}/issues also contains the mint_id?
