API для NEVERLAND X50 PVE, custom weapons, raidable bases, abandoned ba
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 80,
"fps_avg": 78,
"entities_count": 133705,
"world_seed": 1337,
"world_size": 4000,
"steam_id": 90286539455283200,
"domain": null,
"id": 9691826,
"ip": "5.9.68.151",
"port": 2222,
"query": 2223,
"color": 0,
"city": "Falkenstein",
"description": "\n\r\nWelcome to the Official Neverland PvE/PvP Rust server!Some custom weapons found in heli signals and bradley dropsDifferent levels of spawnable raidbases!(they also spawn throughout the map randomly)Personal spawnable Mini!Base can be raided after 3 DAYS beign offline (vip grants you more offline time)Buy and call in personal Heli's / Bradleys!Server purge starts 24 hours for server wipe, all hell will break loose!Active Admins, we suggest to join our Discord for questions / problems / suggestions and more!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780193034,
"last_online": 1780563028,
"icon": null,
"name": "NEVERLAND X50 PVE, custom weapons, raidable bases, abandoned ba",
"connect": "5.9.68.151:2222",
"request": "5.9.68.151:2223",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1751739213,
"last_update": 1780563028,
"banned": false,
"wipe": 1779362990,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3178,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/9691826");
$data = json_decode($json, true);
var_dump($data);