# Persons View and Export owners, including trusts & business entities Find and purchase phones and emails and get details on property owners, called "Contacts" in the app. ## Owners of a property - [GET /v1/properties/{RadarID}/persons](https://developers.propertyradar.com/api/persons/get/properties/radarid/persons.md): View information about the owners of a property. >ℹ️ TIP - The fields in the overview fieldset are also returned in the Persons object from the Property from RadarID and Properties from Criteria endpoints, so you can get both persons and property information at the same time by using those endpoints. Click here for fieldsets #### default isPrimaryContact OwnershipRole Status FirstName MiddleName LastName Suffix EntityName Age Gender Phone Email SocialAccounts MailAddress PrimaryResidence OtherProperties Occupation isDeceased #### overview isPrimaryContact OwnershipRole FirstName MiddleName LastName Suffix EntityName Age Gender Occupation Phone Email SocialAccounts isDeceased ## Bankruptcies - [GET /v1/persons/{PersonKey}/bankruptcies](https://developers.propertyradar.com/api/persons/get/persons/personkey/bankruptcies.md): Returns information about the bankruptcy records of a person. Click here for fieldsets #### Table BankruptcyID BankruptcyCaseNumber BankruptcyRecordingDate BankruptcyChapter BankruptcyStatus ## Divorces - [GET /v1/persons/{PersonKey}/divorces](https://developers.propertyradar.com/api/persons/get/persons/personkey/divorces.md): Returns information about divorce cases for a person. ## Liens - [GET /v1/persons/{PersonKey}/liens](https://developers.propertyradar.com/api/persons/get/persons/personkey/liens.md): Returns lien records for a person. ## Probates - [GET /v1/persons/{PersonKey}/probates](https://developers.propertyradar.com/api/persons/get/persons/personkey/probates.md): Returns information about the probate records for a person. ## Purchase a person’s phone - [POST /v1/persons/{PersonKey}/Phone](https://developers.propertyradar.com/api/persons/post/persons/personkey/phone.md): Purchase a phone for a specific person. You can obtain the PersonKey you need by using the Property from RadarID or Properties from Criteria endpoints while requesting the Persons field, (e.g. ?Fields=overview,Persons). Or you can use the Owners of a property endpoint. ## Purchase a person’s email - [POST /v1/persons/{PersonKey}/Email](https://developers.propertyradar.com/api/persons/post/persons/personkey/email.md): Purchase a email for a specific person. You can obtain the PersonKey you need by using the Property from RadarID or Properties from Criteria endpoints while requesting the Persons field, (e.g. ?Fields=overview,Persons). Or you can use the Owners of a property endpoint. ## Relatives - [GET /v1/persons/{PersonKey}/relatives](https://developers.propertyradar.com/api/persons/get/persons/personkey/relatives.md): Returns information about the relatives of a person