V1.Metadata.Common:Birth

Jump to: navigation, search

Birth

Contains birth information for a person or founding information for a group or organization.

Elements

NameTypeDescription
date String Date the person was born in YYYY-MM-DD order. For a group or organization, the founding date.
place String Place the person was born. For a group or organization, the founding location.

XML Response Example

<birth>
  <date>1945-03-30</date>
  <place>Ripley, Surrey, England</place>
</birth>

JSON Response Example

{
  "date":"1945-03-30",
  "place":"Ripley, Surrey, England"
}
 
Personal tools