GW2 Profits
GW2Profits JSON Files

Base URL: http://gw2profits.com/json/v3
[8,062 Recipes]
Example Output:
[
 {
  "id": "-1",
  "name": "Iron Ore",
  "type": "CraftingMaterial",
  "output_item_id": 19699,
  "output_item_count": 88,
  "output_item_count_range": "40-200",
  "disciplines": [
   "Mystic Forge"
  ],
  "achievement_id": 0,
  "ingredients": [
   {
    "item_id": 19697,
    "count": 250
   },
   {
    "item_id": 19699,
    "count": 1
   },
   {
    "item_id": 24273,
    "count": 5
   },
   {
    "item_id": 20796,
    "count": 1
   }
  ]
 },
 {
 ...
 }
]


Optional Arguments:
  • pretty_print - outputs as JSON_PRETTY_PRINT which is easier for humans to read
  • ids - returns recipes with those recipe id's, separated by commas
  • output_ids - returns the recipes that make those item id's, separated by commas
  • names - returns the recipes that make items with those names, separated by commas
  • nameslike - returns the recipes that make items with whos names contain these, separated by commas
  • disciplines - returns only the recipes with these disicplines
    • Example: http://gw2profits.com/json/v3?disciplines=Mystic Forge

    • Mystic Forge [5,997 Recipes] (items you obtain by placing ingredients in the Mystic Forge)
    • Merchant [1,376 Recipes] (items you obtain by buying from a merchant)
    • Double Click [140 Recipes] (items you obtain by having ingredients in your inventory and 'Use' them)
    • Salvage [53 Recipes] (items you obtain by salvaging another item with a salvage kit)
    • Charge [147 Recipes] (items you obtain by bringing ingredients to a location)
    • Achievement [348 Recipes] (items you obtain by completing a collection achievement)
  • types - returns the recipes that make items with those types, separated by commas
    • Example: http://gw2profits.com/json/v3?types=Sword,Greatsword

    • CraftingMaterial [335 Recipes]
    • Unlock [789 Recipes]  (Recipes)
    • Trophy [5,254 Recipes] (Clover, Gifts, Amalgamated Gemstone, Bat Wing, Candy Corn Cob)
    • Generic [111 Recipes] (Superior Siege, Tonics, Improved Experince Booster)
    • Gizmo [166 Recipes] (Mawdrey ingredients, Mordrem and Evergreen materials)
    • Container [284 Recipes] (Booster Multipack, Mystic Forge Conduit, Nightfury Skin)
    • UpgradeComponent [82 Recipes] (Infusions)
    • MiniPet [57 Recipes]
    • Axe [17 Recipes]
    • Dagger [18 Recipes]
    • Focus [26 Recipes]
    • Greatsword [21 Recipes]
    • Hammer [13 Recipes]
    • Harpoon [7 Recipes]
    • LongBow [12 Recipes]
    • Mace [9 Recipes]
    • Pistol [11 Recipes]
    • Rifle [14 Recipes]
    • Scepter [12 Recipes]
    • Shield [20 Recipes]
    • ShortBow [14 Recipes]
    • Speargun [5 Recipes]
    • Staff [21 Recipes]
    • Sword [17 Recipes]
    • Torch [13 Recipes]
    • Trident [6 Recipes]
    • Warhorn [9 Recipes]
    • Helm [1 Recipes]
    • Shoulders [4 Recipes]
    • Coat [1 Recipes]
    • Gloves [1 Recipes]
    • Leggings [1 Recipes]
    • Boots [1 Recipes]
    • Back [150 Recipes]
    • Amulet [50 Recipes]
    • Ring [243 Recipes]
    • Accessory [66 Recipes]
    • Transmutation [46 Recipes]
    • Rune [29 Recipes]
    • Sigil [30 Recipes]
    • Food [13 Recipes]
    • Utility [17 Recipes]
    • Bag [8 Recipes]
    • Mining [7 Recipes]
    • Logging [7 Recipes]
    • Foraging [7 Recipes]
    • Salvage [9 Recipes] 
    • GiftBox [17 Recipes] 
    • Halloween [1 Recipes]
    • Booze [1 Recipes]
  • these can also be combined to refine/expand your search
  • Some recipes call for currencies instead of items. To keep 'currencies' in your wallet distinct from 'items' in your inventory, I decided to use negative item id's. The most obvious negative numbers to use would be correlations of the currencies API. These are what the item id's correspond to:
    • -1 = Coin
    • -2 = Karma
    • -3 = Laurel
    • -4 = Gem
    • -5 = Ascalonian Tear
    • -6 = Shard of Zhaitan
    • -7 = Fractal Relic
    • -9 = Seal of Beetletun
    • -10 = Manifesto of the Moletariate
    • -11 = Deadly Bloom
    • -12 = Symbol of Koda
    • -13 = Flame Legion Charr Carving
    • -14 = Knowledge Crystal
    • -15 = Badge of Honor
    • -16 = Guild Commendation
    • -18 = Transmutation Charge
    • -19 = Airship Part
    • -20 = Ley Line Crystal
    • -22 = Lump of Aurillium
    • -23 = Spirit Shard
    • -24 = Pristine Fractal Relic
    • -25 = Geode
    • -26 = WvW Tournament Claim Ticket
    • -27 = Bandit Crest
    • -28 = Magnetite Shard
    • -29 = Provisioner Token
    • -30 = PvP League Ticket
    • -31 = Proof of Heroics
    • -32 = Unbound Magic
  • Some items don't currently exist. Yet there are still recipes that include them. So I made some temporary item ids until the real ones are revelealed:
    • None right now