API für StonedFlorida420 2x PvE
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 133,
"fps_avg": 172,
"entities_count": 46694,
"world_seed": 416769875,
"world_size": 3000,
"steam_id": 90287042863080450,
"domain": null,
"id": 11759687,
"ip": "71.208.196.79",
"port": 28041,
"query": 28043,
"project_id": null,
"color": 0,
"city": "Cape Coral",
"description": "\nStonedFlorida420 2x \r\nChill vibes, half the grind!\r\n 2x Gather | Fast Progression | Active Admins\r\n Noob Friendly | Chill Community | Smart Mods\r\nJoin the sesh and survive Florida-style stoned",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781477042,
"last_online": 1781512826,
"icon": null,
"name": "StonedFlorida420 2x PvE",
"connect": "71.208.196.79:28041",
"request": "71.208.196.79:28043",
"map": "StonedFlorida420 Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780931729,
"last_update": 1781512826,
"banned": false,
"wipe": 1780615552,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6034,
"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/11759687");
$data = json_decode($json, true);
var_dump($data);