API für EU | SKUNKPUSS 10x No BPs - [PVP | Shop | Loot+]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"oxide": true,
"modded": true,
"fps": 30,
"fps_avg": 29,
"entities_count": 168995,
"world_seed": 500,
"world_size": 3000,
"steam_id": "90286295472719878",
"domain": null,
"id": 10661522,
"ip": "5.226.141.84",
"port": 28015,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "![EU | SKUNKPUSS 10x No BPs - [PVP | Shop | Loot+]](https://i.imgur.com/CIbjeUk.png)\nthis server is not online yet \r\nif you want some action you can join our million\r\n\r\n216.126.207.135:28015 \r\nor\r\nmillion.skunkpuss.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780588413,
"last_online": 1779944424,
"icon": null,
"name": "EU | SKUNKPUSS 10x No BPs - [PVP | Shop | Loot+]",
"connect": "5.226.141.84:28015",
"request": "5.226.141.84:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2352",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1764544753,
"last_update": 1780588413,
"banned": false,
"wipe": 1661276670,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10578,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10661522");
$data = json_decode($json, true);
var_dump($data);