OK - A successful Phone Search returns an array of people associated with a phone number, as well as metadata.
object | |||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||||||||||||
Bad Request
curl --header "X-api-key: [YOUR API KEY]" \ -X GET 'https://api.spokeo.com/v4/phones?phone=1234567890'
{- "data": {
- "owners": [
- {
- "name": "John Smith",
- "is_current_owner": true,
- "id": 1234567890,
- "additional_phones": [
- {
- "phone": 5551234567,
- "chronology_rank": 1
}
], - "age": 62,
- "aliases": [
- [
- "John James Smith"
]
], - "current_address": {
- "street_address": "123 Main St",
- "city": "Anytown",
- "country": "United States",
- "latitude": 40.689247,
- "longitude": -74.0451471,
- "state": "MN",
- "zip": 55555
}, - "schools": [
- {
- "name": "Anytown University",
- "start_date": 2010,
- "end_date": 2012,
- "degree": "computer science"
}
], - "emails": [
- {
- "email": "username@email.com",
- "chronology_rank": 1
}
], - "previous_locations": [
- "Othertown MN"
], - "relatives": [
- "Jane Smith"
], - "social_profiles": [ ],
- "work_history": [ ]
}
], - "area_code_locations": [
- {
- "city": "Anytown",
- "latitude": 40.689247,
- "longitude": -74.0451471,
- "state": "CA"
}
], - "phone_info": {
- "activity_status": "Active",
- "activity_status_confidence": "High",
- "line_type": "Wireless",
- "listing_type": "Unknown",
- "special_service_type": null,
- "carrier": "Verizon Wireless",
- "carrier_type": "Wireless",
- "is_valid": true,
- "is_portable": true,
- "time_zone": "America/Anytown",
- "spam_risk_level": "Low"
}
}, - "metadata": {
- "total_owner_count": 1
}
}