API für EU | SIX GAMING | 5X No Team Limit | /kit /info /clan | Monthly
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 65,
"fps_avg": 65,
"entities_count": 74604,
"world_seed": 1013893167,
"world_size": 3500,
"steam_id": "90286589517098015",
"domain": null,
"id": 4105607,
"ip": "162.55.66.178",
"port": 28015,
"query": 28300,
"color": 0,
"city": "Falkenstein",
"description": "\nWelcome to SIX-Gaming 5X No Team Limit \r\n\r\n Need support or want to engage with our community? Click VIEW WEBPAGE \r\n\r\n Server wipe schedule: \r\n\r\n This server follows a monthly map wipe schedule. This will take place every Thursday @ 8PM MEZ. \r\n\r\n on force wipe (a forced update that Facepunch does on the first Thursday @ 8PM MEZ of every month), this server will also Fullwipe. \r\n\r\n Modded (Kits, clans, /report, /home, /bgrade, /remove, Recycler, BetterLoot etc. ) [x5 Resources] \r\n\r\n No Team Limit, with active Admins 3,5k Map Size \r\n\r\n Server restarts occur at the following times MEZ: 12 A.M. and 12 P.M. \r\n\r\n We hope you will enjoy your stay on SIX-Gaming Rust servers!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779994423,
"last_online": 1780583436,
"icon": null,
"name": "EU | SIX GAMING | 5X No Team Limit | /kit /info /clan | Monthly",
"connect": "162.55.66.178:28015",
"request": "162.55.66.178:28300",
"map": "SIX-Gaming 5x No Team Limit",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1714682600,
"last_update": 1780583436,
"banned": false,
"wipe": 1778177405,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2771,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"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/4105607");
$data = json_decode($json, true);
var_dump($data);