Skip to main content
GET
/
v2
/
mud
/
worlds
/
{world}
/
systems
List of MUD world systems.
curl --request GET \
  --url http://localhost/api/v2/mud/worlds/{world}/systems
[
  {
    "address_hash": "<string>",
    "name": "<string>"
  }
]

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})$

Query Parameters

apikey
string

API key for rate limiting or for sensitive endpoints

key
string

Secret key for getting access to restricted resources

Response

List of MUD systems.

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