
Posted at July 22, 2026 - Updated 3 weeks ago
Many of you may have noticed that our servers experienced some technical difficulties during the first weeks of July. We were just as frustrated as you are, because we know itemdb is a very useful tool in everyday Neopian life.
These outages were caused by a number of different factors, and we are going to do a brief post-mortem. I will try (but cannot promise) to keep it less technical and easy to understand.
Main Symptom β the database connection pool was exhausted. Connections were not being released as they should have been. This prevented any new database connections, which in turn caused the site to stop working.
(Imagine a bank of phones: each phone can call the database and ask for information (the price of an item, for example). Now, every phone is busy and none is available to make a new call.)
As a result, the site would be unavailable for hours until a manual reset released the connections and allowed it to work again. To summarize what we have done over the past few weeks:
When we say bots, we do not mean the bots that terrorize your restocks, but ratherβand especiallyβbots that extract website content unethically to use as training data for AI models.

After all these measures, we saw a significant improvement in the siteβs overall performance and reached 99.877% uptime. This brings us to a more technical topic:
Our API was built around exactly which data we would display, filter, and sort on the siteβwhich is why our ItemData type has several properties that do not make much sense outside itemdb (HSV, LAB, RGB colors???).
This becomes a problem for large lists β such as the approximately 3,674 books in the Book Award where the uncompressed response can exceed 4 MB, while most applications and scripts are generally concerned only with the price.

That is why we developed a new version of the API. Its main changes include:
The main endpoints are already available in our documentation. Internally, we have already migrated some of the heaviest pages (ahem, the lists page) to v2, and payloads are about 3x smaller. Version v1 will continue to be supported, but we recommend migrating to v2.

Ever wanted your gallery all aesthetic and pleasing? Well, now you can! This guide will show you how use itemdb to sort your gallery by color.

You can find the Owls Value by browsing NC items on itemdb, but what is it?
Learn how to use Operators and Filters to supercharge your searches on itemdb!