GET /estonian-monuments/types
List all available monument types and counts.
curl https://nordapi.ee/api/v1/estonian-monuments/types
{
"data": [
{
"count": 6129,
"type": "Arheoloogiamälestis"
},
{
"count": 4917,
"type": "Ehitismälestis"
},
{
"count": 753,
"type": "Ajaloomälestis"
},
{
"count": 534,
"type": "Arheoloogia-, ajalooline looduslik pühapaik"
},
{
"count": 80,
"type": "Kunstimälestis"
},
{
"count": 70,
"type": "Ajaloo- ja ehitismälestis"
},
{
"count": 28,
"type": "Unknown"
},
{
"count": 22,
"type": "Ajalooline looduslik pühapaik"
},
{
"count": 11,
"type": "Muinsuskaitseala"
},
{
"count": 9,
"type": "Arheoloogiline leiukoht"
},
{
"count": 7,
"type": "Ajaloo- ja arheoloogiamälestis"
},
{
"count": 6,
"type": "Arheoloogia- ja ehitismälestis"
},
{
"count": 3,
"type": "Ehitis- ja kunstimälestis"
}
],
"success": true,
"total": 12569
}