Nordic Phone Number Generator & Validator API
# Nordic Phone Number API The **only comprehensive API** for Nordic phone number generation, validation, and enrichment. ## 🌍 Coverage - **8 Nordic Countries**: Sweden, Norway, Denmark, Finland, Iceland, Greenland, Faroe Islands, Åland Islands - **395+ Cities**: Accurate city-level data for landlines - **Mobile Numbers**: Correctly set city to `null` for geographic accuracy ## ✨ Features -…
Nordic Phone Number Generator & Validator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
list_countries_api_v1_countries_get /api/v1/countries |
List all supported Nordic countries Returns information about all 8 supported Nordic countries including example numbers. |
| POST |
generate_numbers_api_v1_generate_post /api/v1/generate |
Generate valid phone numbers for a Nordic country - **country**: Nordic country code (SE, NO, DK, FI, IS, GL, FO, AX) - **count**: Number of phone numbers to generate (1-1000) -… |
| POST |
lookup_number_api_v1_lookup_post /api/v1/lookup |
Lookup carrier and location information for a phone number - **phone_number**: Phone number to lookup - **region**: Country code (optional) Returns carrier name, location, and… |
| POST |
format_number_api_v1_format_post /api/v1/format |
Format a phone number in various formats - **phone_number**: Phone number to format - **region**: Country code (optional) - **format_type**: Desired format (E164, INTERNATIONAL,… |
| GET |
health_check_api_v1_health_get /api/v1/health |
Health check endpoint Returns API status and uptime |
| POST |
enrich_number_api_v1_enrich_post /api/v1/enrich |
Get complete enrichment data for a phone number - **phone_number**: Phone number to enrich - **region**: Country code (optional) Returns all available metadata including formats,… |
| POST |
validate_number_api_v1_validate_post /api/v1/validate |
Validate a phone number - **phone_number**: Phone number to validate (any format) - **region**: Expected country code (optional) Returns validation status and metadata if valid. |
| POST |
batch_operation_api_v1_batch_post /api/v1/batch |
Perform batch operations on multiple phone numbers - **operation**: Operation to perform (validate, format, enrich) - **phone_numbers**: List of phone numbers (max 100) -… |
| GET |
root__get / |
API root endpoint Returns basic API information and links to documentation |