Miscreated
API for GER-SHB|Beginner-Server 4Netplayers
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11181344json
{
"response": {
"steam_id": "90284742338081794",
"domain": null,
"id": 11181344,
"ip": "134.255.222.220",
"port": 29800,
"query": 29802,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 299740,
"owner": null,
"boosts": 1,
"last_offline": 1776738799,
"score": 0,
"last_online": 1776799865,
"icon": null,
"name": "GER-SHB|Beginner-Server 4Netplayers",
"connect": "134.255.222.220:29800",
"request": "134.255.222.220:29802",
"map": "islands",
"gamemode": "Miscreated: 1011142",
"version": "1011142",
"numplayers": 1,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229716,
"last_update": 1776799865,
"banned": false,
"wipe": null,
"official": true,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 61,
"language": "de",
"parked": false,
"app": {
"id": 69,
"steam_id": 299740,
"name": "Miscreated",
"url": "miscreated"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11181344");
$data = json_decode($json, true);
var_dump($data);