Skip to main content
GET
/
{game}
/
sites.xml
Get sites for a specific game (XML)
curl --request GET \
  --url https://api.stopmodreposts.org/{game}/sites.xml
{
  "site": [
    {
      "domain": "example.com",
      "notes": "/",
      "path": "/",
      "reason": "Illegal redistribution"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.stopmodreposts.org/llms.txt

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

You can find a full overview of game blocklists here. To requests sites from the minecraft.yml list, use minecraft as the game identifier.

Path Parameters

game
string
required

The identifier of the game (e.g., 'minecraft')

Response

200 - application/xml

XML formatted site list

site
object[]