Skip to content

Personal Information Generation

The /personal endpoint generates random information about a person. Name, email, location, phone number, profession and much more are generated. This endpoint does not require any options.

Parameters

This endpoint does not require any parameters. It returns a randomly generated identity with name, email, address, phone number, profession and more.

Response Fields

FieldTypeDescription
namestringFull name
emailstringEmail address
localisationstringCountry code
phonestringPhone number
jobstringProfession
hobbiesstringHobbies/interests
languagestringSpoken language
cardstringLuhn-valid credit card number (see Credit)
cvcstringCard security code
expirationstringCard expiration date
addressobjectFull address object (see Address)
birthdaystringDate of birth
civil_statusstringMarital status
childrennumberNumber of children
vehiclestring[]Array of vehicles owned
social_profilesobjectSocial media profiles (twitter, facebook, linkedin, instagram)
year_incomestringAnnual income
month_incomestringMonthly income
educationstringEducation level
work_experiencestringYears of work experience
health_statusstringHealth status
emergency_contactsobject[]Array of emergency contacts (name, relationship, phone)
subscriptionsstring[]Array of subscriptions
petsstring[]Array of pets

Code Examples

curl -X GET \
  "https://api.sylvain.sh/v4/personal"

Try It

Note

All generated data is fictional and randomly created. Credit card numbers are Luhn-valid but do not correspond to any real account.