-
Also known as
{{ actor.aliases.join(', ') }}
-
Birthdate
{{ formatDate(actor.birthdate, 'MMMM D, YYYY') }}{{ actor.age }}
-
Born in
{{ actor.origin.city }}{{ actor.origin.city ? `, ${actor.origin.state}` : actor.origin.state }}
{{ actor.origin.country.alias || actor.origin.country.name }}
-
Lives in
{{ actor.residence.city }}{{ actor.residence.city ? `, ${actor.residence.state}` : actor.residence.state }}
{{ actor.residence.country.alias || actor.residence.country.name }}
-
Ethnicity
{{ actor.ethnicity }}
-
Sizes
{{ actor.bust || '??' }}-{{ actor.waist || '??' }}-{{ actor.hip || '??' }}
-
Height
{{ actor.height.metric }} cm
{{ actor.height.imperial }}
-
Weight
{{ actor.weight.metric }} kg
{{ actor.weight.imperial }} lbs
-
Tattoos
{{ actor.tattoos }}
Yes
-
Piercings
{{ actor.piercings }}
Yes
Updated on {{ formatDate(actor.scrapedAt, 'YYYY-MM-DD HH:mm') }}