Skip to main content
GET
/
{game}
/
sites.json
Get sites for a specific game (JSON)
curl --request GET \
  --url https://api.stopmodreposts.org/{game}/sites.json
[
  {
    "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/json

A list of flagged sites for the specified game

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"