SMC API
DTD AdminFonti
GET https://patriapp.unibg.it/sources.{format}
Restituisce un elenco sommario di tutte le fonti (1407), in formato XML o JSON.
GET https://patriapp.unibg.it/sources/{id}.{format}
Accetta l'ID della fonte e restituisce la scheda completa, in formato XML o JSON.
NOTA: per ottenere i dati in francese, aggiungere all'azione il parametro lang=fr
.
Esempio: elenco fonti | fonte singola
Luoghi
GET https://patriapp.unibg.it/places.{format}
Restituisce un elenco sommario di tutti i luoghi (179), in formato XML o JSON.
GET https://patriapp.unibg.it/places/{id}.{format}
Accetta l'ID del luogo e restituisce la scheda completa, in formato XML o JSON.
GET https://patriapp.unibg.it/places/features.json
Restituisce i dati relativi ai luoghi, in formato GeoJSON.
NOTA: per ottenere i dati in francese, aggiungere all'azione il parametro lang=fr
.
Esempio: luogo singolo | features
Il parametro non ha effetto sull'azione di elenco places.{format}
.