Read Person Ancestry
This example request illustrates how to make a query for the ancestry graph of a given person. Note that only a set of persons is returned. Each person element provides "display properties" that describe how to display the person. The display properties include, among other things, an ascendancy Number which indicates the person's position in the ancestry graph using an Ahnen number.
JSON
Request
GET /platform/tree/ancestry?person=P1sin-01
Accept: application/x-fs-v1+json
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE
Response
HTTP/1.1 200 OK
Content-type: application/x-fs-v1+json
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked{
"links" : {
"collection" : {
"href" : "https://api.familysearch.org/collections/tree?flag=fsh"
}
},
"persons" : [ {
"id" : "P1sin-01",
"gender" : {
"type" : "http://gedcomx.org/Male"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P1sin-01"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P1sin-01?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P1sin-01?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Elijah P. Bishop"
} ]
} ],
"display" : {
"name" : "Elijah P. Bishop",
"gender" : "Male",
"lifespan" : "1902-1978",
"ascendancyNumber" : "1"
}
}, {
"id" : "P2mal-02",
"gender" : {
"type" : "http://gedcomx.org/Male"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P2mal-02"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P2mal-02"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P2mal-02?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P2mal-02?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Daniel Earl Bishop"
} ]
} ],
"display" : {
"name" : "Daniel Earl Bishop",
"gender" : "Male",
"lifespan" : "1885-1981",
"ascendancyNumber" : "2"
}
}, {
"id" : "P3fem-03",
"gender" : {
"type" : "http://gedcomx.org/Female"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P3fem-03"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P3fem-03"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P3fem-03?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P3fem-03?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Maude Langston"
} ]
} ],
"display" : {
"name" : "Maude Langston",
"gender" : "Female",
"lifespan" : "1885-1949",
"ascendancyNumber" : "3"
}
}, {
"id" : "P4mal-04",
"gender" : {
"type" : "http://gedcomx.org/Male"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P4mal-04"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P4mal-04"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P4mal-04?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P4mal-04?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Heber Lafayette Bishop"
} ]
} ],
"display" : {
"name" : "Heber Lafayette Bishop",
"gender" : "Male",
"lifespan" : "1857-1933",
"ascendancyNumber" : "4"
}
}, {
"id" : "P5fem-05",
"gender" : {
"type" : "http://gedcomx.org/Female"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P5fem-05"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P5fem-05"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P5fem-05?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P5fem-05?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Martha Ellen Cahoon"
} ]
} ],
"display" : {
"name" : "Martha Ellen Cahoon",
"gender" : "Female",
"lifespan" : "1858-Unknown",
"ascendancyNumber" : "5"
}
}, {
"id" : "P6mal-06",
"gender" : {
"type" : "http://gedcomx.org/Male"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P6mal-06"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P6mal-06"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P6mal-06?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P6mal-06?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Jacob H. Langston"
} ]
} ],
"display" : {
"name" : "Jacob H. Langston",
"gender" : "Male",
"lifespan" : "1863-1930",
"ascendancyNumber" : "6"
}
}, {
"id" : "P7fem-07",
"gender" : {
"type" : "http://gedcomx.org/Female"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P7fem-07"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P7fem-07"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P7fem-07?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P7fem-07?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Alice Maude Hall"
} ]
} ],
"display" : {
"name" : "Alice Maude Hall",
"gender" : "Female",
"lifespan" : "1864-1922",
"ascendancyNumber" : "7"
}
}, {
"id" : "P8mal-08",
"gender" : {
"type" : "http://gedcomx.org/Male"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P8mal-08"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P8mal-08"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P8mal-08?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P8mal-08?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "William Henry Bishop"
} ]
} ],
"display" : {
"name" : "William Henry Bishop",
"gender" : "Male",
"lifespan" : "1821-1884",
"ascendancyNumber" : "8"
}
}, {
"id" : "P9fem-09",
"gender" : {
"type" : "http://gedcomx.org/Female"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P9fem-09"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P9fem-09"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P9fem-09?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/P9fem-09?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Eliza Pratt"
} ]
} ],
"display" : {
"name" : "Eliza Pratt",
"gender" : "Female",
"lifespan" : "1819-1895",
"ascendancyNumber" : "9"
}
}, {
"id" : "Pp10mal-10",
"gender" : {
"type" : "http://gedcomx.org/Male"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp10mal-10"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp10mal-10"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp10mal-10?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp10mal-10?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Daniel Stiles Cahoon Sr."
} ]
} ],
"display" : {
"name" : "Daniel Stiles Cahoon Sr.",
"gender" : "Male",
"lifespan" : "1822-1903",
"ascendancyNumber" : "10"
}
}, {
"id" : "Pp11fem-11",
"gender" : {
"type" : "http://gedcomx.org/Female"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp11fem-11"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp11fem-11"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp11fem-11?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp11fem-11?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Martha Spencer"
} ]
} ],
"display" : {
"name" : "Martha Spencer",
"gender" : "Female",
"lifespan" : "1839-1905",
"ascendancyNumber" : "11"
}
}, {
"id" : "Pp12mal-12",
"gender" : {
"type" : "http://gedcomx.org/Male"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp12mal-12"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp12mal-12"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp12mal-12?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp12mal-12?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "John Langston"
} ]
} ],
"display" : {
"name" : "John Langston",
"gender" : "Male",
"lifespan" : "1822-1882",
"ascendancyNumber" : "12"
}
}, {
"id" : "Pp13fem-13",
"gender" : {
"type" : "http://gedcomx.org/Female"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp13fem-13"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp13fem-13"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp13fem-13?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp13fem-13?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Clarinda Phillips"
} ]
} ],
"display" : {
"name" : "Clarinda Phillips",
"gender" : "Female",
"lifespan" : "1829-1908",
"ascendancyNumber" : "13"
}
}, {
"id" : "Pp14mal-14",
"gender" : {
"type" : "http://gedcomx.org/Male"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp14mal-14"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp14mal-14"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp14mal-14?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp14mal-14?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "John Charles Hall"
} ]
} ],
"display" : {
"name" : "John Charles Hall",
"gender" : "Male",
"lifespan" : "1821-1890",
"ascendancyNumber" : "14"
}
}, {
"id" : "Pp15fem-15",
"gender" : {
"type" : "http://gedcomx.org/Female"
},
"links" : {
"ancestry" : {
"href" : "https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp15fem-15"
},
"descendancy" : {
"href" : "https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp15fem-15"
},
"person" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp15fem-15?flag=fsh"
},
"self" : {
"href" : "https://api.familysearch.org/platform/tree/persons/Pp15fem-15?flag=fsh"
}
},
"names" : [ {
"nameForms" : [ {
"fullText" : "Keziah DeGrey"
} ]
} ],
"display" : {
"name" : "Keziah DeGrey",
"gender" : "Female",
"lifespan" : "1837-1905",
"ascendancyNumber" : "15"
}
} ]
}
XML
Request
GET /platform/tree/ancestry?person=P1sin-01
Accept: application/x-fs-v1+xml
Authorization: Bearer YOUR_ACCESS_TOKEN_HERE
Response
HTTP/1.1 200 OK
Content-type: application/x-fs-v1+xml
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<fs:familysearch xmlns:fs="http://familysearch.org/v1/" xmlns="http://gedcomx.org/v1/" xmlns:atom="http://www.w3.org/2005/Atom">
<link rel="collection" href="https://api.familysearch.org/collections/tree?flag=fsh"/>
<person id="P1sin-01">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P1sin-01"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/P1sin-01?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/P1sin-01?flag=fsh"/>
<gender type="http://gedcomx.org/Male"/>
<name>
<nameForm>
<fullText>Elijah P. Bishop</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>1</ascendancyNumber>
<gender>Male</gender>
<lifespan>1902-1978</lifespan>
<name>Elijah P. Bishop</name>
</display>
</person>
<person id="P2mal-02">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P2mal-02"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P2mal-02"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/P2mal-02?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/P2mal-02?flag=fsh"/>
<gender type="http://gedcomx.org/Male"/>
<name>
<nameForm>
<fullText>Daniel Earl Bishop</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>2</ascendancyNumber>
<gender>Male</gender>
<lifespan>1885-1981</lifespan>
<name>Daniel Earl Bishop</name>
</display>
</person>
<person id="P3fem-03">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P3fem-03"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P3fem-03"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/P3fem-03?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/P3fem-03?flag=fsh"/>
<gender type="http://gedcomx.org/Female"/>
<name>
<nameForm>
<fullText>Maude Langston</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>3</ascendancyNumber>
<gender>Female</gender>
<lifespan>1885-1949</lifespan>
<name>Maude Langston</name>
</display>
</person>
<person id="P4mal-04">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P4mal-04"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P4mal-04"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/P4mal-04?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/P4mal-04?flag=fsh"/>
<gender type="http://gedcomx.org/Male"/>
<name>
<nameForm>
<fullText>Heber Lafayette Bishop</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>4</ascendancyNumber>
<gender>Male</gender>
<lifespan>1857-1933</lifespan>
<name>Heber Lafayette Bishop</name>
</display>
</person>
<person id="P5fem-05">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P5fem-05"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P5fem-05"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/P5fem-05?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/P5fem-05?flag=fsh"/>
<gender type="http://gedcomx.org/Female"/>
<name>
<nameForm>
<fullText>Martha Ellen Cahoon</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>5</ascendancyNumber>
<gender>Female</gender>
<lifespan>1858-Unknown</lifespan>
<name>Martha Ellen Cahoon</name>
</display>
</person>
<person id="P6mal-06">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P6mal-06"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P6mal-06"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/P6mal-06?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/P6mal-06?flag=fsh"/>
<gender type="http://gedcomx.org/Male"/>
<name>
<nameForm>
<fullText>Jacob H. Langston</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>6</ascendancyNumber>
<gender>Male</gender>
<lifespan>1863-1930</lifespan>
<name>Jacob H. Langston</name>
</display>
</person>
<person id="P7fem-07">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P7fem-07"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P7fem-07"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/P7fem-07?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/P7fem-07?flag=fsh"/>
<gender type="http://gedcomx.org/Female"/>
<name>
<nameForm>
<fullText>Alice Maude Hall</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>7</ascendancyNumber>
<gender>Female</gender>
<lifespan>1864-1922</lifespan>
<name>Alice Maude Hall</name>
</display>
</person>
<person id="P8mal-08">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P8mal-08"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P8mal-08"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/P8mal-08?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/P8mal-08?flag=fsh"/>
<gender type="http://gedcomx.org/Male"/>
<name>
<nameForm>
<fullText>William Henry Bishop</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>8</ascendancyNumber>
<gender>Male</gender>
<lifespan>1821-1884</lifespan>
<name>William Henry Bishop</name>
</display>
</person>
<person id="P9fem-09">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=P9fem-09"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=P9fem-09"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/P9fem-09?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/P9fem-09?flag=fsh"/>
<gender type="http://gedcomx.org/Female"/>
<name>
<nameForm>
<fullText>Eliza Pratt</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>9</ascendancyNumber>
<gender>Female</gender>
<lifespan>1819-1895</lifespan>
<name>Eliza Pratt</name>
</display>
</person>
<person id="Pp10mal-10">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp10mal-10"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp10mal-10"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp10mal-10?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp10mal-10?flag=fsh"/>
<gender type="http://gedcomx.org/Male"/>
<name>
<nameForm>
<fullText>Daniel Stiles Cahoon Sr.</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>10</ascendancyNumber>
<gender>Male</gender>
<lifespan>1822-1903</lifespan>
<name>Daniel Stiles Cahoon Sr.</name>
</display>
</person>
<person id="Pp11fem-11">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp11fem-11"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp11fem-11"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp11fem-11?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp11fem-11?flag=fsh"/>
<gender type="http://gedcomx.org/Female"/>
<name>
<nameForm>
<fullText>Martha Spencer</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>11</ascendancyNumber>
<gender>Female</gender>
<lifespan>1839-1905</lifespan>
<name>Martha Spencer</name>
</display>
</person>
<person id="Pp12mal-12">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp12mal-12"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp12mal-12"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp12mal-12?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp12mal-12?flag=fsh"/>
<gender type="http://gedcomx.org/Male"/>
<name>
<nameForm>
<fullText>John Langston</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>12</ascendancyNumber>
<gender>Male</gender>
<lifespan>1822-1882</lifespan>
<name>John Langston</name>
</display>
</person>
<person id="Pp13fem-13">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp13fem-13"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp13fem-13"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp13fem-13?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp13fem-13?flag=fsh"/>
<gender type="http://gedcomx.org/Female"/>
<name>
<nameForm>
<fullText>Clarinda Phillips</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>13</ascendancyNumber>
<gender>Female</gender>
<lifespan>1829-1908</lifespan>
<name>Clarinda Phillips</name>
</display>
</person>
<person id="Pp14mal-14">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp14mal-14"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp14mal-14"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp14mal-14?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp14mal-14?flag=fsh"/>
<gender type="http://gedcomx.org/Male"/>
<name>
<nameForm>
<fullText>John Charles Hall</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>14</ascendancyNumber>
<gender>Male</gender>
<lifespan>1821-1890</lifespan>
<name>John Charles Hall</name>
</display>
</person>
<person id="Pp15fem-15">
<link rel="ancestry" href="https://api.familysearch.org/platform/tree/ancestry?flag=fsh&person=Pp15fem-15"/>
<link rel="descendancy" href="https://api.familysearch.org/platform/tree/descendancy?flag=fsh&person=Pp15fem-15"/>
<link rel="person" href="https://api.familysearch.org/platform/tree/persons/Pp15fem-15?flag=fsh"/>
<link rel="self" href="https://api.familysearch.org/platform/tree/persons/Pp15fem-15?flag=fsh"/>
<gender type="http://gedcomx.org/Female"/>
<name>
<nameForm>
<fullText>Keziah DeGrey</fullText>
</nameForm>
</name>
<display>
<ascendancyNumber>15</ascendancyNumber>
<gender>Female</gender>
<lifespan>1837-1905</lifespan>
<name>Keziah DeGrey</name>
</display>
</person>
</fs:familysearch>
Updated 5 days ago