API for NEVERLAND X100 PVE, raidable bases, abandoned bases, skills
JSON for programs, websites and more
text
json
{
"response": {
"fps": 27,
"fps_avg": 27,
"entities_count": 127008,
"world_seed": 13825,
"world_size": 4000,
"steam_id": "90286576211500037",
"domain": null,
"id": 11644952,
"ip": "194.50.234.181",
"port": 28080,
"query": 28015,
"color": 0,
"city": "City of London",
"description": "\nWelcome to the Official Neverland PvE/PvP Rust server! \r\n \r\n Some custom weapons \r\n \r\n Gun Game event for players to fight each other \r\n \r\nDifferent levels of spawnable raidbases!(they also spawn throughout the map randomly) \r\n Personal spawnable Mini! \r\n Base can be raided after 2 DAYS beign offline (vip grants you more offline time) \r\n Buy and call in personal Heli's / Bradleys! \r\n Server purge starts 24 hours for server wipe, all hell will break loose! \r\n Active Admins, we suggest to join our Discord for questions / problems / suggestions and more!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780184631,
"last_online": 1780594829,
"icon": null,
"name": "NEVERLAND X100 PVE, raidable bases, abandoned bases, skills",
"connect": "194.50.234.181:28080",
"request": "194.50.234.181:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1780177440,
"last_update": 1780594829,
"banned": false,
"wipe": 1779359501,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1301,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11644952");
$data = json_decode($json, true);
var_dump($data);