Italian Cadastral Code API
The Italian Cadastral Code API provides programmatic access to the complete Italian cadastral (Belfiore) code registry, which maps every Italian municipality to its official alphanumeric identifier used in tax documents, land registry filings, and administrative records throughout Italy.The API exposes structured data from the catasto table, where each record contains a Belfiore code (e.g.,…
Italian Cadastral Code API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Municipality by Cadastral Code (Belfiore) /codice/{codice} |
Returns the Italian municipality associated with a specific Belfiore cadastral code. These alphanumeric codes (e.g., H501 for Rome) are used in Italian tax documents, fiscal… |
| GET |
Get Cadastral Code(s) by Municipality Name /comune/{comune} |
Returns all Belfiore cadastral codes matching the given municipality name. The search is case-insensitive and uses partial matching (substring), so it may return multiple results… |
| GET |
Search Municipalities by Partial Name /search |
Full-text partial search across all Italian municipalities in the cadastral registry. Returns a ranked list (alphabetical) of matching entries up to the specified limit. Ideal… |
Italian Cadastral Code API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7.99 / month | — |
|
| ULTRA | $13.99 / month | — |
|
| MEGA | $21.99 / month | — |
|