italia / daf-ontologie-vocabolari-controllati

Elenco di ontologie e vocabolari controllati. Per maggiori informazioni, si veda il readme principale e quello di singoli vocabolari/ontologie, ove presente, e la seguente documentazione
https://github.com/italia/daf-ontologie-vocabolari-controllati/wiki
Creative Commons Attribution 4.0 International
82 stars 51 forks source link

istat/cities limited to 10000 records, but CSV has 34542 rows #275

Open mlocati opened 1 week ago

mlocati commented 1 week ago

By using the https://www.schema.gov.it/api/vocabularies/istat/cities endpoint we have that:

{
    "totalResults": 10000
}

But in the CSV we have 34542 rows at the moment.

Why?

Furthermore, if we try to access the entries at an offset greather than or equal to 10000, we have an HTTP 500 (Internal Server Error) response (example).