API für Bobby's World
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": 90285973569120270,
"domain": null,
"id": 11587355,
"ip": "149.88.38.115",
"port": 4255,
"query": 4254,
"color": 0,
"city": "Los Angeles",
"description": null,
"game": 324080,
"owner": null,
"boosts": 1,
"last_offline": 1779357443,
"last_online": 1779696742,
"icon": null,
"name": "Bobby's World",
"connect": "149.88.38.115:4255",
"request": "149.88.38.115:4254",
"map": "New World",
"gamemode": "Rising World (New Version)",
"version": "202605131",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357443,
"last_update": 1779696742,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 90,
"language": "en",
"parked": false,
"app": {
"id": 4472,
"steam_id": 324080,
"name": "Rising World",
"url": "rising-world"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11587355");
$data = json_decode($json, true);
var_dump($data);