User:Magill/Sandbox-4E

From Lotro-Wiki.com
Jump to navigation Jump to search



Guild Notes

Use of "data.lotro.com" info

If you are registered with the Turbine Devs, you can get access to "data.lotro.com" which allows you to grab the actual info for characters... in more-or-less real-time... same update cycle as "my.lotro.com"

Docs: (ignore the broken "Documentation" link on the page: https://data.lotro.com/ )

          https://lorebook.lotro.com/wiki/Data.lotro.com_Usage_Guide

"Recent" forum notes it appears the interface was just updated with Update 3: Rise of the Gaunt-lords

         https://forums-old.lotro.com/forums/showthread.php?386946-data.lotro.com-updated-with-Update-2-data/page3

Looks like Duwis is "the man in charge" now.

it is not a big deal to use... simply a HTML/SOAP interface.

The basic call format:

          Format: /{DEVELOPER_NAME}/{API_KEY}/charactersheet/w/{WORLDNAME}/c/{CHARACTERNAME}/

is still correct, returning a page full of XML data which you need to parse.


Guilds

 https://data.lotro.com/DEVELOPER/API-KEY/guildroster/w/WORLD-NAME/g/GUILD-NAME/


<https://data.lotro.com/valamar/a8ca0c5de7c466ecdd8e7f2df1d610ea/charactersheet/w/Gladden/c/Val/"> call val</a>

To get a full list of the guild membership:

<https://data.lotro.com/valamar/a8ca0c5de7c466ecdd8e7f2df1d610ea/guildroster/w/Gladden/g/The%20Old%20Timers%20Guild/> call otg</a>
<https://data.lotro.com/valamar/a8ca0c5de7c466ecdd8e7f2df1d610ea/guildroster/w/Gladden/g/The%20Old%20Time%20Crafters/> call otg</a>