OK
object | |
Precondition Failed
curl --header "X-api-key: [YOUR API KEY]" \ -X GET 'https://api.spokeo.com/v3/person_ids?id=1234567890'
{- "person": {
- "id": 1234567890,
- "full_name": "John Doe",
- "first_name": "John",
- "last_name": "Doe",
- "aliases": [
- "John F Doe"
], - "gender": "Male",
- "age": 30,
- "is_deceased": true,
- "death_month": 11,
- "death_year": 2010,
- "marital_status": "Married",
- "addresses": [
- {
- "is_current": true,
- "state": "PA",
- "city": "Anytown",
- "county": "Allegheny",
- "street_address": "123 Main St",
- "latitude": 40.689247,
- "longitude": -74.0451471,
- "zip": 11111
}
], - "emails": [
- "username@email.com"
], - "phones": [
- 5551234567
], - "relatives": [
- {
- "id": 1234567890,
- "full_name": "Jane Doe",
- "first_name": "Jane",
- "last_name": "Doe",
- "age": 99,
- "is_deceased": true,
- "death_year": 2010,
- "death_month": 11,
- "gender": "Female",
- "city": "Anytown",
- "state": "SC",
- "street_address": "123 Main St"
}
], - "work_history": [
- {
- "is_current": true,
- "end_date": null,
- "company_name": "Company Name Inc",
- "start_date": null,
- "title": null,
- "current": true
}
]
}
}