Skip to main content
GET
/
sites.json
Get sites (JSON)
curl --request GET \
  --url https://api.stopmodreposts.org/sites.json
[
  {
    "domain": "example.com",
    "notes": "/",
    "path": "/",
    "reason": "Illegal redistribution"
  }
]

Response

200 - application/json

A list of flagged sites in JSON format

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"