Read Record
This example request illustrates how to read a record.
JSON
Request
GET /platform/records/records/9M8Y-5RZ8 Accept: application/x-gedcomx-v1+json Authorization: Bearer YOUR_ACCESS_TOKEN_HERE
Response
HTTP/1.1 200 OK
Content-type: application/x-gedcomx-v1+json
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Content-location: /platform/records/records/9M8Y-5RZ8
Date: Sun, 03 Apr 1836 10:00:00 GMT-5
Cache-control: no-transform, must-revalidate, max-age=0
Transfer-encoding: chunked
{
"links" : {
"record" : {
"href" : "https://api.familysearch.org/platform/records/records/9M8Y-5RZ8?flag=fsh"
}
},
"persons" : [ {
"id" : "p_MMMM-F12",
"extracted" : true,
"gender" : {
"type" : "http://gedcomx.org/Female"
},
"links" : {
"persona" : {
"href" : "https://api.familysearch.org/platform/records/personas/p_MMMM-F12?flag=fsh"
},
"record" : {
"href" : "https://api.familysearch.org/platform/records/records/9M8Y-5RZ8?flag=fsh"
}
},
"identifiers" : {
"http://gedcomx.org/Persistent" : [ "https://familysearch.org/ark:/61903/1:1:MMMM-F12" ]
},
"names" : [ {
"preferred" : true,
"nameForms" : [ {
"fullText" : "Michele Walker",
"parts" : [ {
"type" : "http://gedcomx.org/Given",
"value" : "Michele"
}, {
"type" : "http://gedcomx.org/Surname",
"value" : "Walker"
} ]
} ]
} ],
"facts" : [ {
"type" : "http://gedcomx.org/Birth",
"date" : {
"original" : "3 Apr 1924",
"formal" : "+1924"
},
"place" : {
"original" : "Houston, Texas"
}
}, {
"type" : "http://gedcomx.org/Residence",
"date" : {
"original" : "13 Apr 1940",
"formal" : "+1940-04-13"
},
"place" : {
"original" : "Fort Wayne, Indiana"
}
} ]
}, {
"id" : "p_CCCC-M12",
"extracted" : true,
"gender" : {
"type" : "http://gedcomx.org/Male"
},
"links" : {
"persona" : {
"href" : "https://api.familysearch.org/platform/records/personas/p_CCCC-M12?flag=fsh"
},
"record" : {
"href" : "https://api.familysearch.org/platform/records/records/9M8Y-5RZ8?flag=fsh"
}
},
"identifiers" : {
"http://gedcomx.org/Persistent" : [ "https://familysearch.org/ark:/61903/1:1:CCCC-M12" ]
},
"names" : [ {
"preferred" : true,
"nameForms" : [ {
"fullText" : "Alex Walker",
"parts" : [ {
"type" : "http://gedcomx.org/Given",
"value" : "Alex"
}, {
"type" : "http://gedcomx.org/Surname",
"value" : "Walker"
} ]
} ]
} ],
"facts" : [ {
"type" : "http://gedcomx.org/Birth",
"date" : {
"original" : "3 Apr 1924",
"formal" : "+1924"
},
"place" : {
"original" : "Houston, Texas"
}
}, {
"type" : "http://gedcomx.org/Residence",
"date" : {
"original" : "13 Apr 1940",
"formal" : "+1940-04-13"
},
"place" : {
"original" : "Fort Wayne, Indiana"
}
} ]
} ],
"relationships" : [ {
"id" : "cid",
"type" : "http://gedcomx.org/ParentChild",
"person1" : {
"resource" : "https://api.familysearch.org/platform/tree/persons/p_MMMM-F12",
"resourceId" : "p_MMMM-F12"
},
"person2" : {
"resource" : "https://api.familysearch.org/platform/tree/persons/p_CCCC-M12",
"resourceId" : "p_CCCC-M12"
}
} ],
"sourceDescriptions" : [ {
"id" : "src_r",
"about" : "https://familysearch.org/ark:/61903/1:2:9M8Y-5RZ8",
"componentOf" : {
"id" : "#src_1"
},
"resourceType" : "http://gedcomx.org/Record",
"citations" : [ {
"value" : "\"United States Census, 1940,\" index and images, FamilySearch (https://familysearch.org/ark:/61903/1:2:9M8Y-5RZ8 : accessed 11 Nov 2011), James Walker, Ward 9, Fort Wayne, Wayne Township, Allen, Indiana, United States; citing enumeration district (ED) 94-76, sheet 8B, family 208, NARA digital publication of T627, roll 1117. "
} ],
"sources" : [ {
"description" : "#src_s1"
} ],
"titles" : [ {
"value" : "Household of James Walker, United States Census, 1940"
} ],
"identifiers" : {
"http://gedcomx.org/Persistent" : [ "https://familysearch.org/ark:/61903/1:2:9M8Y-5RZ8" ]
}
}, {
"id" : "src_1",
"about" : "https://api.familysearch.org/platform/records/collections/2000219",
"resourceType" : "http://gedcomx.org/Collection",
"titles" : [ {
"value" : "United States Census, 1940"
} ],
"identifiers" : {
"http://gedcomx.org/Primary" : [ "https://api.familysearch.org/platform/records/collections/2000219" ]
}
}, {
"id" : "src_s1",
"about" : "https://familysearch.org/pal:/MM9.3.1/TH-1971-27856-7077-45?cc=2000219",
"resourceType" : "http://gedcomx.org/DigitalArtifact",
"identifiers" : {
"http://gedcomx.org/Persistent" : [ "https://familysearch.org/pal:/MM9.3.1/TH-1971-27856-7077-45?cc=2000219" ]
}
} ]
}
XML
Request
GET /platform/records/records/9M8Y-5RZ8 Accept: application/x-gedcomx-v1+xml Authorization: Bearer YOUR_ACCESS_TOKEN_HERE
Response
HTTP/1.1 200 OK
Content-type: application/x-gedcomx-v1+xml
X-processing-time: 3
Vary: Accept,Accept-Language,Accept-Encoding,Expect
Content-location: /platform/records/records/9M8Y-5RZ8
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"?>
<gedcomx xmlns:fs="http://familysearch.org/v1/" xmlns="http://gedcomx.org/v1/" xmlns:atom="http://www.w3.org/2005/Atom">
<link rel="record" href="https://api.familysearch.org/platform/records/records/9M8Y-5RZ8?flag=fsh"/>
<person extracted="true" id="p_MMMM-F12">
<link rel="persona" href="https://api.familysearch.org/platform/records/personas/p_MMMM-F12?flag=fsh"/>
<link rel="record" href="https://api.familysearch.org/platform/records/records/9M8Y-5RZ8?flag=fsh"/>
<identifier type="http://gedcomx.org/Persistent">https://familysearch.org/ark:/61903/1:1:MMMM-F12</identifier>
<gender type="http://gedcomx.org/Female"/>
<name>
<preferred>true</preferred>
<nameForm>
<fullText>Michele Walker</fullText>
<part type="http://gedcomx.org/Given" value="Michele"/>
<part type="http://gedcomx.org/Surname" value="Walker"/>
</nameForm>
</name>
<fact type="http://gedcomx.org/Birth">
<date>
<original>3 Apr 1924</original>
<formal>+1924</formal>
</date>
<place>
<original>Houston, Texas</original>
</place>
</fact>
<fact type="http://gedcomx.org/Residence">
<date>
<original>13 Apr 1940</original>
<formal>+1940-04-13</formal>
</date>
<place>
<original>Fort Wayne, Indiana</original>
</place>
</fact>
</person>
<person extracted="true" id="p_CCCC-M12">
<link rel="persona" href="https://api.familysearch.org/platform/records/personas/p_CCCC-M12?flag=fsh"/>
<link rel="record" href="https://api.familysearch.org/platform/records/records/9M8Y-5RZ8?flag=fsh"/>
<identifier type="http://gedcomx.org/Persistent">https://familysearch.org/ark:/61903/1:1:CCCC-M12</identifier>
<gender type="http://gedcomx.org/Male"/>
<name>
<preferred>true</preferred>
<nameForm>
<fullText>Alex Walker</fullText>
<part type="http://gedcomx.org/Given" value="Alex"/>
<part type="http://gedcomx.org/Surname" value="Walker"/>
</nameForm>
</name>
<fact type="http://gedcomx.org/Birth">
<date>
<original>3 Apr 1924</original>
<formal>+1924</formal>
</date>
<place>
<original>Houston, Texas</original>
</place>
</fact>
<fact type="http://gedcomx.org/Residence">
<date>
<original>13 Apr 1940</original>
<formal>+1940-04-13</formal>
</date>
<place>
<original>Fort Wayne, Indiana</original>
</place>
</fact>
</person>
<relationship type="http://gedcomx.org/ParentChild" id="cid">
<person1 resource="https://api.familysearch.org/platform/tree/persons/p_MMMM-F12" resourceId="p_MMMM-F12"/>
<person2 resource="https://api.familysearch.org/platform/tree/persons/p_CCCC-M12" resourceId="p_CCCC-M12"/>
</relationship>
<sourceDescription about="https://familysearch.org/ark:/61903/1:2:9M8Y-5RZ8" resourceType="http://gedcomx.org/Record" id="src_r">
<citation>
<value>"United States Census, 1940," index and images, FamilySearch (https://familysearch.org/ark:/61903/1:2:9M8Y-5RZ8 : accessed 11 Nov 2011), James Walker, Ward 9, Fort Wayne, Wayne Township, Allen, Indiana, United States; citing enumeration district (ED) 94-76, sheet 8B, family 208, NARA digital publication of T627, roll 1117. </value>
</citation>
<source description="#src_s1"/>
<componentOf id="#src_1"/>
<title>Household of James Walker, United States Census, 1940</title>
<identifier type="http://gedcomx.org/Persistent">https://familysearch.org/ark:/61903/1:2:9M8Y-5RZ8</identifier>
</sourceDescription>
<sourceDescription about="https://api.familysearch.org/platform/records/collections/2000219" resourceType="http://gedcomx.org/Collection" id="src_1">
<title>United States Census, 1940</title>
<identifier type="http://gedcomx.org/Primary">https://api.familysearch.org/platform/records/collections/2000219</identifier>
</sourceDescription>
<sourceDescription about="https://familysearch.org/pal:/MM9.3.1/TH-1971-27856-7077-45?cc=2000219" resourceType="http://gedcomx.org/DigitalArtifact" id="src_s1">
<identifier type="http://gedcomx.org/Persistent">https://familysearch.org/pal:/MM9.3.1/TH-1971-27856-7077-45?cc=2000219</identifier>
</sourceDescription>
</gedcomx>
Sending...
Feedback was sent.
Can't send feedback. Retry in 5 seconds.