API für ShadowRust #6 [ ONEGRID/SMALLMAP | X2 | TRIO | FREE VIP ]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 8627,
"world_seed": 1337,
"world_size": 1000,
"steam_id": "90286733989855244",
"domain": null,
"id": 10780724,
"ip": "176.212.127.83",
"port": 55000,
"query": 55001,
"project_id": null,
"color": 0,
"city": "Barnaul",
"description": "![ShadowRust #6 [ ONEGRID/SMALLMAP | X2 | TRIO | FREE VIP ]](https://i.postimg.cc/B60fcYfq/imgonline-com-ua-Resize-d1-WN0-QWoe5.png)\nWelcome to the ShadowRust project! \r\nOn our servers, we provide the best Rust gameplay.\r\nWe use many balanced plugins to enhance the quality of the game.\r\nOur servers maintain a huge uptime,\r\nto improve your gaming experience on our servers!\r\n - Expanded workbench range\r\n - Blueprints for the entire team\r\n - Easy development\r\n - Constant innovations\r\n - No Roof Camping",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780597470,
"last_online": 1780915828,
"icon": null,
"name": "ShadowRust #6 [ ONEGRID/SMALLMAP | X2 | TRIO | FREE VIP ]",
"connect": "176.212.127.83:55000",
"request": "176.212.127.83:55001",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1766872439,
"last_update": 1780915828,
"banned": false,
"wipe": 1780664627,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3961,
"language": "ru",
"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/10780724");
$data = json_decode($json, true);
var_dump($data);