OSRS Wiki

OSRS Wiki

jayarrowz

Accesses Old School RuneScape game data through wiki searches and structured file queries. Lets you search the OSRS wiki and look up detailed definitions for game objects, NPCs, items, and player variables.

19445 views14Local (stdio)

What it does

  • Search OSRS Wiki pages
  • Parse wiki page content
  • Query NPC definitions and stats
  • Look up item and object properties
  • Search player variable definitions
  • Access UI interface definitions

Best for

OSRS game developers and moddersPlayers researching game mechanicsBuilding OSRS-related tools and bots
No API key needed10+ game data search toolsPagination support

Tools (19)

osrs_wiki_search

Search the OSRS Wiki for pages matching a search term.

osrs_wiki_get_page_info

Get information about specific pages on the OSRS Wiki.

osrs_wiki_parse_page

Get the parsed HTML content of a specific OSRS Wiki page.

search_varptypes

Search the varptypes.txt file for player variables (varps) that store player state and progress.

search_varbittypes

Search the varbittypes.txt file for variable bits (varbits) that store individual bits from varps.

Alternatives