FOR DEVELOPERS

From item search
to your server.

Search by name or exact ID, choose the RuneScape revision your source is based on, and inspect the definition stored in that cache snapshot.

1. Find the right item

Search 4151 or abyssal. Use the revision filter for 317, 377, 474, 508, 525, 530, 562 or the bundled OSRS snapshot.

2. Compare revisions

When historical data has been imported, the item page shows revision links. Each historical snapshot can expose name, examine text, cost, weight, actions, model ID, category, wear positions and noted links from that revision. The full raw decoded definition is retained for debugging and future fields.

3. Copy a code example

RSPS spawn codes

Java · Project Insanity-style example
player.getItems().addItem(4151, 1);
Common staff command
::item 4151 1

Examples depend on your server source. Check the ID in your cache and adjust the method or command to match your server.

Link directly to items and revisions

/item/4151/abyssal-whip
/item/4151/abyssal-whip?revision=317
/?search=dragon&revision=474

Private servers may modify cache data, so RuneItem should be used as a revision reference rather than a guarantee about a custom source.

Find an item