Skip to main content
GET
List of MUD world tables.

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

world
string
required

MUD world address hash in the path

Pattern: ^0x([A-Fa-f0-9]{40})$
chain_id
string
required

The ID of the blockchain

Query Parameters

q
string | null

Search query filter

filter_namespace
string

Filter by namespace

items_count
integer

Number of items per page

Required range: x >= 1
table_id
string

MUD table ID for paging

Pattern: ^0x([A-Fa-f0-9]{64})$

Response

List of MUD tables.

items
TableWithSchema · object[]
required
next_page_params
object | null
required
Example: