Tools
Old: chuanhsing 2024-11-06 09:04:37
New: chuanhsing#2097 2025-01-08 23:55:28
Old | New | Differences | |
---|---|---|---|
1 | - | # | |
1 | + | # Tools | |
2 | 2 | ||
3 | - | For query options, you can use Chrome, Press F12 into dev tool, choose Network tab, and enable Fetch/XHR filter. | |
4 | 3 | ||
5 | - |  | |
6 | 4 | ||
7 | - | ||
5 | + | ## Information Resources | |
8 | 6 | ||
9 | - | ## Fetch league endpoint and get id, item_ids | |
7 | + | Site | Description | |
8 | + | - | - | |
9 | + | [PoEDB](https://poedb.tw/us/) | Database and index for information from the ggpk | |
10 | + | [Developer API](Developer_API) | PoEDB API Collection | |
11 | + | [PoE Community Wiki](https://www.poewiki.net/) | Community fan wiki | |
12 | + | [Daily Labyrinth Layouts](http://www.poelab.com/) | Labyrinth Layouts are updated daily by a team of runners | |
10 | 13 | ||
11 | - | Endpoint: `https://www.pathofexile.com/api/trade/search/Settlers`, POST JSON to or GET ?q=JSON | |
12 | - | Request: | |
13 | - | ``` | |
14 | - | { | |
15 | - | "query":{ | |
16 | - | "status":{ | |
17 | - | "option":"online" | |
18 | - | }, | |
19 | - | "stats":[ | |
20 | - | { | |
21 | - | "type":"and", | |
22 | - | "filters":[ | |
23 | - | { | |
24 | - | "id":"explicit.stat_3299347043", | |
25 | - | "value":{ | |
26 | - | "min":100 | |
27 | - | }, | |
28 | - | "disabled":false | |
29 | - | } | |
30 | - | ] | |
31 | - | } | |
32 | - | ], | |
33 | - | "filters":{ | |
34 | - | "type_filters":{ | |
35 | - | "filters":{ | |
36 | - | "category":{ | |
37 | - | "option":"accessory.belt" | |
38 | - | }, | |
39 | - | "rarity":{ | |
40 | - | "option":"rare" | |
41 | - | } | |
42 | - | } | |
43 | - | }, | |
44 | - | "misc_filters":{ | |
45 | - | "filters":{ | |
46 | - | "ilvl":{ | |
47 | - | "min":85 | |
48 | - | }, | |
49 | - | "corrupted":{ | |
50 | - | "option":"false" | |
51 | - | } | |
52 | - | } | |
53 | - | } | |
54 | - | } | |
55 | - | }, | |
56 | - | "sort":{ | |
57 | - | "price":"asc" | |
58 | - | } | |
59 | - | } | |
60 | - | ``` | |
14 | + | ## Character Builds and Planners | |
61 | 15 | ||
62 | - | Response: | |
16 | + | Site | Description | |
17 | + | - | - | |
18 | + | [poe.ninja Builds](https://poe.ninja/challenge/builds) | An index of player and streamer character data in challenge and event leagues | |
19 | + | [Path of Building fork](https://github.com/PathOfBuildingCommunity/PathOfBuilding/) | A fork of the original Path of Building with more features, managed by the community | |
20 | + | [PoE Planner](http://poeplanner.com/) | An online build planner | |
21 | + | [PoESkillTree](https://github.com/PoESkillTree/PoESkillTree/) | An offline build planner | |
22 | + | [poebuilds.cc](https://www.poebuilds.cc/) | simple build aggregator | |
23 | + | [Mikelat's Mana Reserved Calculator](https://poe.mikelat.com) | A simple mana reserve calculator | |
63 | 24 | ||
64 | - | ``` | |
65 | - | { | |
66 | - | "id":"OQMzdqQUE", | |
67 | - | "complexity":11, | |
68 | - | "result":[ | |
69 | - | "c66708d98d350298186753096dbe9bed7dedbcd6d02d740e32b161c0c5d0c49d", | |
70 | - | "b56bcae791c0ecad463fafed58722fcbf6fd6c501066fb80700289d8507acd3c", | |
71 | - | "62e432ab385a23c62f05484061be15d557b66bc4cff42e549e90031f0ceb0723", | |
72 | - | ... | |
73 | - | ], | |
74 | - | "total":258 | |
75 | - | } | |
76 | - | ``` | |
25 | + | ## Crafting Resources | |
77 | 26 | ||
78 | - | ## Fetch items | |
27 | + | Site | Description | |
28 | + | - | - | |
29 | + | [Craft of Exile](https://www.craftofexile.com/) | Item crafting resource and simulator | |
30 | + | [Vorici Chromatic Calculator](http://siveran.github.io/calc.html) | Attempts to calculate the optimal use for your Chromatic Orbs. May not be fully accurate. | |
79 | 31 | ||
80 | - | GET the items by endpoint `https://www.pathofexile.com/api/trade/fetch/` and the items are separated with `,`. | |
81 | - | Request Format: | |
82 | - | ``` | |
83 | - | https://www.pathofexile.com/api/trade/fetch/{item_id1},{item_id2}?query={id} | |
84 | - | ``` | |
85 | - | Example Request: | |
86 | - | ``` | |
87 | - | https://www.pathofexile.com/api/trade/fetch/c66708d98d350298186753096dbe9bed7dedbcd6d02d740e32b161c0c5d0c49d?query=OQMzdqQUE | |
88 | - | ``` | |
32 | + | ## Trading Tool | |
89 | 33 | ||
90 | - | ## Reversing PoE trade site URLs to get JSON request data | |
34 | + | Site | Description | |
35 | + | - | - | |
36 | + | [PoE Overlay Community Fork](https://github.com/PoE-Overlay-Community/PoE-Overlay-Community-Fork/) | All-in-one macro and price checking tool, standalone community version. | |
37 | + | [Awakened PoE Trade](https://github.com/SnosMe/awakened-poe-trade/) | price checking tool | |
38 | + | [PoE Lurker](https://github.com/C1rdec/Poe-Lurker/) | Compact trading manager and companion | |
39 | + | [GeforceNow Price Check](https://github.com/thepepperoniguy/GFNPriceCheck/) | | |
91 | 40 | ||
92 | - | for https://www.pathofexile.com/trade/search/Settlers/NK6Ec5 , You can resolve it to JSON request with these https://www.pathofexile.com/api/trade/search/Settlers/NK6Ec5 | |
41 | + | ## Trading and Economy | |
42 | + | ||
43 | + | Site | Description | |
44 | + | - | - | |
45 | + | [Official Path of Exile Trade](https://www.pathofexile.com/trade) | PoE Shop Indexer | |
46 | + | [Better Trading Extension](https://chrome.google.com/webstore/detail/better-pathofexile-tradin/fhlinfpmdlijegjlpgedcmglkakaghnk) | Extension for Google Chrome that can save trade searches and improves trading interface among other features | |
47 | + | [poe.ninja](http://poe.ninja/) | A history graph of the price of items across leagues | |
48 | + | [PoE Antiquary](https://poe-antiquary.xyz/) | index of older league price data from poe.ninja | |
49 | + | [Menagerie](https://github.com/nomis51/Menagerie/) | A Path of Exile trade manager to simplify and speed up your trading experience, and much more! | |
50 | + | [Watcher's Eye Search](https://vindexus.github.io/WatchersEyeSearch) | |
51 | + | [Exilence CE](https://github.com/exilence-ce/exilence-ce) | Exilence CE (previously Exilence Next) is a desktop application that helps you calculate how valuable your character, inventory and stash tabs are. The data is broken down and summarized over time, to see how much you earn on an hourly basis. | |
52 | + | [Acquisition](https://github.com/gerwaric/acquisition) | Offline character inventory and stash tab search tool, with forum thread shop management. | |
53 | + | ||
54 | + | ## Bulk Trading | |
55 | + | ||
56 | + | Site | Description | |
57 | + | - | - | |
58 | + | [PoEHub](https://poe-hub.com/) | TFT bulk trading | |
59 | + | [Wealthy Exile](https://wealthyexile.com/) | bulk trading | |
60 | + | [PoExchange](https://poexchange.maxroll.gg/) | bulk trading, was poestack | |
61 | + | ||
62 | + | ## Filters | |
63 | + | ||
64 | + | Site | Description | |
65 | + | - | - | |
66 | + | [NeverSink.Filter](https://github.com/NeverSinkDev/NeverSink-Filter/releases) | NeverSink.Filter | |
67 | + | [FilterBlade](http://www.filterblade.xyz/) | Loot Filter Customizer | |
68 | + | ||
69 | + | ## In-Game Tools | |
70 | + | ||
71 | + | Site | Description | |
72 | + | - | - | |
73 | + | [Lutbot Logout Macro](http://lutbot.com/) | A TCP disconnect logout macro with more optional functionality. Also integrated with the Trade Macro. | |
74 | + | ||
75 | + | ## Hideouts | |
76 | + | ||
77 | + | Site | Description | |
78 | + | - | - | |
79 | + | [HideoutShowcase](https://hideoutshowcase.com/) | Hideouts import file database and calculator. Contains screenshots, videos, master level required, decorations needed, etc. | |
80 | + | ||
81 | + | ## Media | |
82 | + | ||
83 | + | Site | Description | |
84 | + | - | - | |
85 | + | [Developer Tracker](http://www.gggtracker.com/) | Tracks the post from GGG staff members on the official forums and reddit. | |
86 | + | [Reddit](https://www.reddit.com/r/pathofexile/) | A subreddit dedicated to Path of Exile | |
87 | + | ||
88 | + | ## Community | |
89 | + | ||
90 | + | Site | Description | |
91 | + | - | - | |
92 | + | [The Forbidden Trove Discord](https://discord.gg/zBpfweq) | Largest In-game trading Discord group | |
93 | + | [MF Academy](https://discord.gg/AUGEZM7e) | MF Academy Discord group | |
94 | + | ||
95 | + | ## Render Tool | |
96 | + | ||
97 | + | Site | Description | |
98 | + | - | - | |
99 | + | [Horadric Helper](https://github.com/meta-is-beta/horadric-helper) | A JavaScript WebComponents library that allows you to display tooltips from ARPG games on your website using Html tags. by meta-is-beta |