Phone
Call type
Call type for CDR records.
API Endpoint (click to try):
Function name(s):
call_typephone_random.r_call_type
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"Call type": {
"r_call_type": "SMS-MT"
}
}
Call type service
Call type service for CDR records.
API Endpoint (click to try):
Function name(s):
call_type_servicephone_random.r_call_type_service
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"Call type service": {
"r_call_type_service": "Image"
}
}
Country code
Country calling code.
API Endpoint (click to try):
Function name(s):
country_codephone_random.r_country_calling_code
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.
API Endpoint (click to try):
Function name(s):
imeiphone_random.r_imei
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.
API Endpoint (click to try):
Function name(s):
imsiphone_random.r_imsi
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
Parameters:
Name |
Type |
Bound Input |
Description |
country |
Text |
|
ISO 2 letter country code |
Example output:
{
"MCC": {
"r_mcc": "310"
}
}
MEID
MEID compatible ID.
API Endpoint (click to try):
Function name(s):
meidphone_random.r_meid
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
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.
API Endpoint (click to try):
Function name(s):
operator_codephone_random.r_operator_code
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.
API Endpoint (click to try):
Function name(s):
phone_brandphone_random.r_brand
Parameters:
Name |
Type |
Bound Input |
Description |
Example output:
{
"Phone brand": {
"r_brand": "Samsung"
}
}
Phone number
A phone number.
API Endpoint (click to try):
Function name(s):
phone_numberphone_random.r_phonenumber
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"
}
}