• Join - It's Free

API for marriage_orders - is there one ?

Started by Stephen Friend on Wednesday, June 2, 2021
Problem with this page?

Participants:

Related Projects:

Showing all 3 posts

For the profile for Henry 8th, we see a set of Marriage Orders
https://www.geni.com/api/profile-6541347

"marriage_orders":{"6000000014256768978":0,"5287095642220131626":0,"5556198966050110546":1,"6000000009532786407":2,"6000000008813416793":3,"6000000007442603739":4,"6000000001465827025":5,"6000000000440472440":6}

what API exists for downloading information about these marriage orders?
Does one exist?

Thanks
thanks

Thanks

thanks

Those are union guids so you could use union interface to fetch data about the union, e.g. https://www.geni.com/api/union-g6000000014256768978

Thanks!
I see now sometimes union is referenced via the URL as in

[ANON_NODE, unions, ARRAY, ITEM] => https://www.geni.com/api/union-100049772
[ANON_NODE, unions, ARRAY, ITEM(2)] => https://www.geni.com/api/union-100049783

and sometimes by the guid as in
[ANON_NODE, marriage_orders, 6000000175317922374] => 0

but if we download the content we can see that
https://www.geni.com/api/union-g6000000175317922374
is actually
https://www.geni.com/api/union-100049783

Very confusing that there are two ways of referring to the same union
And you don't know that it is the same union until you download the content,
(which you don't always want to do.)

thanks again for the reply

Showing all 3 posts

Create a free account or login to participate in this discussion