Skip to main content
GET
/
{game}
/
sites.yaml
Get sites for a specific game (YAML)
curl --request GET \
  --url https://api.stopmodreposts.org/{game}/sites.yaml
[
  {
    "domain": "example.com",
    "notes": "/",
    "path": "/",
    "reason": "Illegal redistribution"
  }
]
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 - text/yaml

YAML formatted site list

domain
string
Example:

"example.com"

notes
string

Additional information. '/' indicates no notes.

Example:

"/"

path
string

Specific path on the domain to be blocked.

Example:

"/"

reason
string
Example:

"Illegal redistribution"