Skip to main content
GET
/
v2
/
mud
/
worlds
/
{world}
/
tables
/
{table_id}
/
records
/
count
Number of known MUD world table records.
curl --request GET \
  --url http://localhost/api/v2/mud/worlds/{world}/tables/{table_id}/records/count
123

Documentation Index

Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

world
string
required

MUD world address hash in the path

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

MUD table ID in the path

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

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

filter_key0
string

Filter by key0

filter_key1
string

Filter by key1

Response

Number of known MUD world table records.

The response is of type integer.