PCG - Phone Fetcher API
This API allows you to fetch phone numbers based on country code and operator.
Below are some key points about the project:
About the API
This API provides access to phone number data for various countries and mobile operators. You can use the
following endpoints to access the data:
- GET /api/numbers/{country_code} - Fetch phone numbers
by country code
- GET /api/numbers/{country_code}/{operator} - Fetch phone numbers by country code and
operator
- GET /api/numbers-export/ {country_code} - Export
phone numbers by country code
- GET /api/numbers-export/{country_code}/{operator} - Export phone numbers by country code and
operator
Authentication
The API uses token-based authentication. Make sure to pass your Bearer token in the request
header for authentication.