** Public homemade Guild Wars API helpers ** Usage: The API follows the general pattern of enumerating possible values of the subsequent path segment, with the original guild wars API fully qualified path yielding a json object of the type being enumerated. The following paths are exposed by this API: /achievements/categories/masteries list of achievement IDs which gives mastery points, divided by mastery point type and achievement category ID /achievements/groups/masteries list of achievement IDs which gives mastery points, divided by mastery point type and achievement group ID /achievements/mastery-help list of achievement IDs connected to jumping puzzles, with indication of availability of gliding/mounts /achievements/map for achievements connected to a location, returns a set of map coordinates or a map position with a list of coordinates (multiple objectives). [use against gw2.giovannimuzzolini.com/map] /bestiary brief overview of various creatures in Tyria /items/map for items connected to or found at a specific location, returns a set of map coordinates or a map position with a list of coordinates (multiple objectives). [use against gw2.giovannimuzzolini.com/map] /items/mapped list of item IDs, excluding the ones that does not return details from original API /items/name array of item IDs by item name /skins/mapped list of skin IDs, excluding the ones that does not return details from original API /skins/name array of skin IDs by skin name /gemstore/catalog list of gem store items/skins retrieved from the wiki, with associated items/skins IDs /events/sequence list of world events divided by section and category, with sequence description (sequence parts followed by pattern) since GMT midnight /hom/:GW1_player_name unlocked content from original Guild Wars Hall of Monuments, possible rewards and points rules; if only one set of sub-data is needed, refer to the following requests: /hom/character/:GW1_player_name unlocked content /hom/rewards/:GW1_player_name list of locked and unlocked rewards /hom/titles/:GW1_player_name list of possible titles given with a certain amount of points /hom/rules/:GW1_player_name list of points awarding rules, and if these ara locked or unlocked /donate list of donation methods to sustain this project (crypto currencies wallets, paypal url, etc)