RND Basic API
The RND (Reassigned Number Database) Basic API provides a streamlined interface for checking if phone numbers have been reassigned using the FCC Reassigned Number Database.Endpoint
Authentication
Include your API key in theloginId HTTP header:
Parameters
| Parameter | Required | Description |
|---|---|---|
phoneNumber | Yes | 10-digit phone number (no leading 1 or +) |
date | Yes | Consent date to check against |
useSandbox | No | Set to true to use sandbox mode for testing (returns random results) |
projId | No | Project identifier for tracking purposes |
Date Formats
Thedate parameter accepts multiple formats:
| Format | Example |
|---|---|
MM/DD/YYYY | 09/29/2021 |
YYYY-MM-DD | 2021-09-29 |
MM/DD/YY | 09/29/21 |
YYYYMMDD | 20210929 |
Single Number Request (GET)
Response
Multiple Number Request (POST)
For checking multiple numbers, use HTTP POST with a JSON body:Response
Response Fields
| Field | Type | Description |
|---|---|---|
PhoneNumber | String | The phone number checked |
IsReassigned | Boolean/null | true = reassigned, false = not reassigned, null = unknown |
HasSafeHarbor | Boolean | true if FCC safe harbor exemption may be available |
IsSandBox | Boolean | true if response was generated in sandbox mode, false for production data |
Rate Limits
| Limit | Value |
|---|---|
| Numbers per request | 1,000 |
Use Cases
- Basic reassignment detection
- Cost-effective compliance checking
- Safe harbor verification
Getting Started
Contact our support team to:- Get your API credentials
- Access Postman collection samples
Related Documentation
Reassigned Authority Plus API
Enhanced reassigned number API with carrier data and extended historical coverage
Test Numbers
Test phone numbers for development