France
Phone number lookup API for France
Telebase returns the carrier, number type (mobile, landline or VoIP), active status and country for any French phone number in a single real-time API call. French mobile numbers run across Orange, SFR, Bouygues Telecom and Free Mobile, with a large MVNO layer hosted on each. Telebase resolves the serving network in real time. Pricing is 0.03 USD per query, no contract, no minimum spend.
Why French fraud and KYC teams use carrier data
France's financial services sector, regulated by the ACPR and AMF, spans major banks, insurance groups, neobanks and a growing crypto market. French consumers are highly mobile and fintech adoption has accelerated. That growth brings onboarding fraud: synthetic identities, recycled numbers and VoIP lines used to create accounts at scale.
A carrier lookup at onboarding adds a fast, low-cost check that requires nothing from the customer. It distinguishes a genuine French mobile subscriber from a VoIP number bought for a few euros, identifies inactive numbers that suggest a recycled or abandoned line, and flags carrier mismatches where the serving network does not match the claimed location or customer profile.
What Telebase returns for French numbers
- carrier: the network currently serving the number, including MVNOs on Orange, SFR, Bouygues and Free Mobile
- country: FR for French numbers
- number_type: mobile, landline or VoIP
- status: whether the number is currently active on the network
- sim_swap: launching for France. Returns
UNKNOWNtoday.
Example: French mobile number lookup
GET https://telebase.fatcatremote.com/api/lookup?phone=%2B33612345678 Authorization: Bearer tb_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
{
"phoneNumber": "+33612345678",
"active": true,
"carrier": "Orange",
"country": "FR",
"numberType": "mobile",
"simSwap": "UNKNOWN", // launching
"simSwapAt": null
}
French number formats
Pass French numbers in E.164 format: remove the leading zero and prefix with +33. A French mobile number 06 12 34 56 78 becomes +33612345678. French numbers starting with 06 or 07 are mobile. Numbers starting with 01 to 05 and 09 are fixed-line or VoIP.
SIM swap detection for French numbers: launching
SIM swap fraud is an active threat in France, targeting financial accounts that use SMS OTP for authentication. An attacker who gains control of a French mobile number can pass two-factor authentication and initiate fraudulent transactions before the victim reports the loss of service. Telebase is registering SIM swap feeds with French mobile operators and will return a recency signal when live. The field currently returns UNKNOWN. Early access is available for French-market teams who want to integrate ahead of general availability.