Back to catalog
🎮

Path of Exile

OAuth

Path of Exile Game Information

🎮Games & ComicsHTTPS

Path of Exile Items

5 items

Kaom's Heart

Glorious Plate

Unique

Shavronne's Wrappings

Occultist's Vestment

Unique

Headhunter

Leather Belt

Unique

Mageblood

Heavy Belt

Unique

The Squire

Mosaic Kite Shield

Unique

Sample Response

response.json
1{
2 "items": [
3 {
4 "name": "Kaom's Heart",
5 "type": "Glorious Plate",
6 "rarity": "Unique",
7 "ilvl": 84,
8 "league": "Standard"
9 },
10 {
11 "name": "Shavronne's Wrappings",
12 "type": "Occultist's Vestment",
13 "rarity": "Unique",
14 "ilvl": 82,
15 "league": "Standard"

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.pathofexile.com/developer/docs" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs