FamilySearch Wiki API: Difference between revisions

No edit summary
m (Formatting)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Overview ==
== Overview ==
This API provides developers code-level access to the entire FamilySearch Wiki  
The FamilySearch Wiki API provides developers code-level access to the entire FamilySearch Wiki reference. The goal of this API is to provide direct, high-level access to the  
reference. The goal of this API is to provide direct, high-level access to the  
data contained in the FamilySearch Wiki databases. Client programs can use the API to  
data contained in the MediaWiki databases. Client programs can use the API to  
login, get data, and post changes.  The API uses RESTful calls and supports a  
login, get data, and post changes.  The API uses RESTful calls and supports a  
wide variety of formats including XML, JSON, PHP, YAML and others.
wide variety of formats including XML, JSON, PHP, YAML and others.


[[https://wiki.familysearch.org/en/api.php|https://wiki.familysearch.org/en/api.php]]
[https://wiki.familysearch.org/en/api.php https://wiki.familysearch.org/en/api.php]
 
== Applications Currently Consuming the FamilySearch Wiki API ==
* FamilySearch RecordSearch
* LiveRoots
* Mobile Tree (Pulling up in a view the wiki)
 
[[Category:FamilySearch Developer Network|{{PAGENAME}}]]

Latest revision as of 18:01, 10 October 2014

Overview

The FamilySearch Wiki API provides developers code-level access to the entire FamilySearch Wiki reference. The goal of this API is to provide direct, high-level access to the data contained in the FamilySearch Wiki databases. Client programs can use the API to login, get data, and post changes. The API uses RESTful calls and supports a wide variety of formats including XML, JSON, PHP, YAML and others.

https://wiki.familysearch.org/en/api.php

Applications Currently Consuming the FamilySearch Wiki API

  • FamilySearch RecordSearch
  • LiveRoots
  • Mobile Tree (Pulling up in a view the wiki)