Api
From Wiki
(Difference between revisions)
Revision as of 20:46, 9 February 2010
Contents |
API Notes
- OAuth authentication.
- Can also make calls using web browser once you're logged in
- First pass will be read-only
Parameters
Formats:
- json
- ged (GEDCOM 5.5)
- xml (not-GEDCOM 6)
Walks:
- ancestors
- blood_tree
- descendants
- forest
- immediate_family
Profile Access
| geni.com/api/v1/profiles/<id>.<format> | other |
|---|---|
| geni.com/api/v1/profiles.<format> | your immediate family |
| geni.com/api/v1/profiles.<format>?ids=<id,id,...> | up to 50 other profiles |
Fields:
Permission required for some.
- First Name
- Middle Name
- Last Name
- Display Name
- Birth Date
- Death Date
- TBD (feel free to add desired fields here)
Tree Access
| geni.com/api/v1/trees/<walk</<id>.<format> | walk starting with other profile |
|---|
Fields:
- Marriage id
- Partner ids
- Children ids
Event Access
TBD
Media Access
Photos, Videos, Documents, Links, ... TBD

