Requests

JavaScript Object Notation (JSON)

GET https://api.stopmodreposts.org/{game}/sites.json

Path Parameters

Name
Type
Description

game

String

e.g. "minecraft" (optional)

[
    {
        "domain": "example.com",
        "notes": "Malware alert!",
        "path": "/",
        "reason": "Illegal redistribution"
    },
    ...
]

Extensible Markup Language (XML)

GET https://api.stopmodreposts.org/{game}/sites.xml

Path Parameters

Name
Type
Description

game

String

e.g. "minecraft" (optional)

YAML Ain't Markup Language (YAML)

GET https://api.stopmodreposts.org/{game}/sites.yaml

Path Parameters

Name
Type
Description

game

String

e.g. "minecraft" (optional)

Plain text

GET https://api.stopmodreposts.org/{game}/sites.txt

Path Parameters

Name
Type
Description

game

String

e.g. "minecraft" (optional)

Hosts file (HOSTS.TXT)

GET https://api.stopmodreposts.org/{game}/hosts.txt

Path Parameters

Name
Type
Description

game

String

e.g. "minecraft" (optional)

uBlacklist format

GET https://api.stopmodreposts.org/{game}/ublacklist.txt

Path Parameters

Name
Type
Description

game

String

e.g. "minecraft" (optional)

Last updated

Was this helpful?