Skip to Main Content

page_parts

Phone

Call type
Call type for CDR records.
Function name(s):
call_typephone_random.r_call_type
Locales supported:
Parameters:
Name Type Bound Input Description
Example output:
{
    "Call type": {
            "r_call_type": "SMS-MT"
        }
}
Call type service
Call type service for CDR records.
Function name(s):
call_type_servicephone_random.r_call_type_service
Locales supported:
Parameters:
Name Type Bound Input Description
Example output:
{
    "Call type service": {
            "r_call_type_service": "Image"
        }
}
Country code
Country calling code.
Function name(s):
country_codephone_random.r_country_calling_code
Locales supported:
Parameters:
Name Type Bound Input Description
country Text ISO 2 letter country code
useplus Text [Yes,No] Use plus sign instead of 0 prefix?
Example output:
{
    "Country code": {
            "r_country_calling_code": "+1"
        }
}
IMEI
IMEI compatible ID.
Function name(s):
imeiphone_random.r_imei
Locales supported:
Parameters:
Name Type Bound Input Description
imeisv Text [No,Yes] Add versioning to IMEI number?
Example output:
{
    "IMEI": {
            "r_imei": "35-679404-226649-2"
        }
}
IMSI
IMSI number that follows E.112 ITU standard.
Function name(s):
imsiphone_random.r_imsi
Locales supported:
Parameters:
Name Type Bound Input Description
country Text ISO 2 letter country code
Example output:
{
    "IMSI": {
            "r_imsi": "310010761840649"
        }
}
MCC
Mobile country code.
API Endpoint (click to try):
Function name(s):
mccphone_random.r_mcc
Locales supported:
Parameters:
Name Type Bound Input Description
country Text ISO 2 letter country code
Example output:
{
    "MCC": {
            "r_mcc": "310"
        }
}
MEID
MEID compatible ID.
Function name(s):
meidphone_random.r_meid
Locales supported:
Parameters:
Name Type Bound Input Description
Example output:
{
    "MEID": {
            "r_meid": "A1000002FA45B8"
        }
}
MNC
MNC compatible ID.
API Endpoint (click to try):
Function name(s):
mncphone_random.r_mnc
Locales supported:
Parameters:
Name Type Bound Input Description
country Text ISO 2 letter country code
Example output:
{
    "MNC": {
            "r_mnc": "260"
        }
}
Operator code
CDR record operator type.
Function name(s):
operator_codephone_random.r_operator_code
Locales supported:
Parameters:
Name Type Bound Input Description
country Text ISO 2 letter country code
Example output:
{
    "Operator code": {
            "r_operator_code": "310053"
        }
}
Phone brand
The brand of a phone, such as iPhone or Samsung.
Function name(s):
phone_brandphone_random.r_brand
Locales supported:
Parameters:
Name Type Bound Input Description
Example output:
{
    "Phone brand": {
            "r_brand": "Samsung"
        }
}
Phone number
A phone number.
Function name(s):
phone_numberphone_random.r_phonenumber
Locales supported:
Parameters:
Name Type Bound Input Description
country Text ISO 2 letter country code
include_country_code Text [No,Yes] Add country code to number?
landline Text [No,Yes] Only landline number
mobile Text [No,Yes] Only mobile number
Example output:
{
    "Phone number": {
            "r_phonenumber": "682 923 1861"
        }
}

Anchor Points

On this page

  • Call type
  • Call type service
  • Country code
  • IMEI
  • IMSI
  • MCC
  • MEID
  • MNC
  • Operator code
  • Phone brand
  • Phone number