From f4b63e824fc3512543780722ca2812b0db0b9db2 Mon Sep 17 00:00:00 2001 From: Elyx Date: Wed, 8 Jul 2026 12:32:27 -0400 Subject: [PATCH] fixed dead API link --- Api/PoeNinja.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Api/PoeNinja.cs b/Api/PoeNinja.cs index 5aeb7d8..ee3bb50 100644 --- a/Api/PoeNinja.cs +++ b/Api/PoeNinja.cs @@ -8,7 +8,8 @@ namespace Beasts.Api; public static class PoeNinja { - private static readonly string PoeNinjaUrl = "https://poe.ninja/api/data/itemoverview?league=Mirage&type=Beast"; + //Fixed api link. Will need to update league name to new in a couple weeks. + private static readonly string PoeNinjaUrl = "https://poe.ninja/poe1/api/economy/stash/current/item/overview?league=Mirage&type=Beast"; private class PoeNinjaLine {