OK
Array of objects | |||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||
Array of objects | |||||||||||||||||||||||||||||
object | |||||||||||||||||||||||||||||
Precondition Failed
curl --header "X-api-key: [YOUR API KEY]" \ -X GET 'https://api.spokeo.com/v3/phones?phone=1234567890'
{- "owners": [
- {
- "name": "John Smith",
- "is_current_owner": true,
- "id": 1234567890,
- "additional_phones": [ ],
- "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": [ ],
- "emails": [ ],
- "previous_locations": [
- "Othertown MN"
], - "relatives": [
- "Jane Smith"
], - "social_profiles": [ ],
- "work_history": [ ],
- "akas": [
- "James Smith"
]
}
], - "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,
- "is_toll_free_or_erc": true,
- "time_zone": "America/Anytown",
- "spam_risk_level": "Low"
}
}