Add server/blocked
parent
ced9df50d0
commit
51e7e28216
19
server%2Fblocked.md
Normal file
19
server%2Fblocked.md
Normal file
@ -0,0 +1,19 @@
|
||||
# Mojang Blocked
|
||||
`GET` `/server/blocked/<hostname>`
|
||||
|
||||
Check if a server is blocked by Mojang.
|
||||
|
||||
## Path Variables
|
||||
| Name | Type | Description |
|
||||
|----------|:------:|--------------------------------:|
|
||||
| hostname | string | `The server hostname to lookup` |
|
||||
|
||||
## Cache
|
||||
Results are cached for up to `10 minutes`
|
||||
|
||||
## Response
|
||||
```json
|
||||
{
|
||||
"blocked":true
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user