API version v1.0
API to fetch a list of alphanumeric SICaR cards using various search filters, grouped by card type.
http://sicar.beniculturali.it:8080/SIMBA-API/select_grouped
Parameter | Description | Optional | Default |
---|---|---|---|
type | SICaR card type {"opere_mobili", "schede_foto", ...} | True | |
groups | SICaR group(s) Identifier(s) (comma separated) | True | |
identifier | SICaR resource identifier | True | |
title | SICaR resource title | True | |
author | SICaR resource author | True | |
creator | SICaR resource creator | True | |
description | SICaR resource description | True | |
coverage | SICaR resource coverage | True | |
subject | SICaR resource subject | True | |
publisher | SICaR resource publisher | True | |
generic_infos | SICaR resource generic information | True | |
start_date | SICaR resource start date (yyyymmdd) | True | |
end_date | SICaR resource end date (yyyymmdd) | True |
GET | http://sicar.beniculturali.it:8080/SIMBA-API/select_grouped?orderby=&orderby_asc_desc=&groups=286,321,324,301 |
None
{
0: {
card_type: "cantieri"
count: "1"
}
1: {
card_type: "degradi"
count: "2101"
}
2: {
card_type: "movimentazioni"
count: "2223"
}
3: {
card_type: "opere_mobili"
count: "2127"
}
4: {
card_type: "plain_data"
count: "2425"
}
5: {
card_type: "schede_edifici"
count: "132"
}
6: {
card_type: "schede_foto"
count: "15454"
}
}
Rate Limited | False |
Response Format | JSON |
Authentication | None |