API für StonedFlorida420 100x [US]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 100,
"fps_avg": 99,
"entities_count": 51322,
"world_seed": 416769875,
"world_size": 3000,
"steam_id": 90286545622504450,
"domain": null,
"id": 11725613,
"ip": "71.208.196.79",
"port": 28021,
"query": 28028,
"color": 0,
"city": "Cape Coral",
"description": "![StonedFlorida420 100x [US]](https://stonedflorida.com/images/fce7f7d14b71af93.png)\nWelcome to Frizzo's Rust server. This server is hosted right out of florida, multiple Premimum plugins,\r\n-50% Upkeep,\r\n-Bgrage\r\n-Portable Recycler, \r\n-SkinBox, \r\n-TrainHomes, \r\n-Teleport, \r\n-Quick Smelt,\r\n-Instant Craft",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780388554,
"last_online": 1780548636,
"icon": null,
"name": "StonedFlorida420 100x [US]",
"connect": "71.208.196.79:28021",
"request": "71.208.196.79:28028",
"map": "StonedFlorida420 Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780388554,
"last_update": 1780548636,
"banned": false,
"wipe": 1778177531,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6085,
"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/11725613");
$data = json_decode($json, true);
var_dump($data);