Skip to main content
GET
RND Basic (GET)
Query the FCC Reassigned Number Database (RND) to check if a phone number has been reassigned after a given date.
The FCC Reassigned Number Database only has complete data after January 27, 2021. Numbers with consent dates prior to this date will typically return a blank IsReassigned value indicating insufficient data.

Request

Headers

string
required
Your API Key (LoginId from your DNCScrub account)

Query Parameters

string
required
10-digit North American phone number (without leading 1 or +)
string
required
Consent date to check reassignment against. Supported formats: MM/DD/YYYY, YYYY-MM-DD, MM/DD/YY, or YYYYMMDD
boolean
default:"false"
(Optional) Set to true to use sandbox mode for testing (returns random results)
string
Project identifier for tracking purposes

Example Request

Response Fields

string
The phone number that was checked
boolean | null
Indicates if the phone was reassigned after the consent date based on FCC data: - true (or 1) - Reassigned after the date. Do not call. - false (or 0) - Not reassigned. - null (blank) - Insufficient data in the FCC database to determine.
boolean
true if an FCC safe harbor exemption may be available for this number
boolean
true if the response was generated in sandbox mode (test data), false for production data.

Error Responses

Processing the Response

When to Use RND Basic vs TCPA Authority

For comprehensive coverage, especially with older consent dates, consider using TCPA Authority instead.