LogoLogo
LogoLogo
  • Free API 🚀 for Developers
  • Static API
    • Email Providers
    • Country Codes
    • Mobile Brands
Powered by GitBook
On this page
  1. Static API

Country Codes

Email Providers

GET /countrycodes

Get the list of country codes for validations and dropdowns for websites & apps.

Headers

Name
Value

Content-Type

application/json

Name
Type
Description

name

string

Name of country

dial_code

string

Country dial code

code

string

ISO 3166-1 Alpha-2 Code

Response

[
    {
        "name": "Afghanistan",
        "dial_code": "+93",
        "code": "AF"
    },
    {
        "name": "Aland Islands",
        "dial_code": "+358",
        "code": "AX"
    },
    ...more
]
PreviousEmail ProvidersNextMobile Brands

Last updated 11 months ago