FiscAPI
## Italian Codice Fiscale API FiscAPI provides enterprise-grade operations for the Italian Codice Fiscale (Fiscal Code), the unique tax identification number used in Italy. ### Features | Endpoint | Description | |----------|-------------| | **Generate** | Create valid Codice Fiscale from personal data with automatic municipality resolution | | **Validate** | Multi-level validation with check…
FiscAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Codice Fiscale | ||
| POST |
generateCodiceFiscale /v1/cf/generate |
Generate an Italian Codice Fiscale from personal data. Either `comune` (municipality name) or `codiceCatastale` (cadastral code) must be provided. The comune name is normalized… |
| POST |
decodeCodiceFiscale /v1/cf/decode |
Decode an Italian Codice Fiscale to extract its components. Returns the individual components including surname, name, birth date elements, gender, and cadastral code. Note that… |
| POST |
validateCodiceFiscale /v1/cf/validate |
Validate an Italian Codice Fiscale and verify the check digit. **Validation Levels:** - `base`: Validates format and check digit only - `pro`: Additionally verifies that the… |
| Metadata | ||
| GET |
searchComuni /v1/metadata/comuni |
Search Italian municipalities and their cadastral codes. Supports fuzzy search by municipality name or exact cadastral code lookup. The `exact` parameter is only available for… |
| System | ||
| GET |
getStatus /v1/status |
Get the current system status and health information. This endpoint does not require authentication and can be used for monitoring. |
FiscAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO Recommended | $14.99 / month | 30 / second |
|
| ULTRA | $49.99 / month | 100 / second |
|
| MEGA | $149.99 / month | 500 / second |
|