API for MoonS | x1000 | PVE | NO VIP | Free For All | Shop Kits Raid RP
JSON for programs, websites and more
text
json
{
"response": {
"fps": 116,
"fps_avg": 109,
"entities_count": 121825,
"world_seed": 1234,
"world_size": 4250,
"steam_id": "90287014371389445",
"domain": null,
"id": 11781887,
"ip": "39.118.113.74",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Seongnam-si",
"description": "Welcome to MoonS - x1000 PVE Modded Server\r\nNO VIP - NO PAY TO WIN - everything free for everyone\r\n- x1000 Gather and Stack, Instant Craft, No Durability\r\n- All Blueprints Unlocked, Free Kits, Quick Smelt and Recycler\r\n- Shop and Economy, RPG Levels - XPerience and ZLevels\r\n- Raidable Bases PVE and PVP, Boss Events, Heli and Bradley\r\n- Teleport Home, TPR, Town, Outpost, Backpacks, Vehicles\r\n- True PVE, players cannot hurt players, Keep Inventory on Death",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1781449446,
"last_online": 1781465430,
"icon": null,
"name": "MoonS | x1000 | PVE | NO VIP | Free For All | Shop Kits Raid RP",
"connect": "39.118.113.74:28015",
"request": "39.118.113.74:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2627",
"numplayers": 4,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "KR",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1781376792,
"last_update": 1781465430,
"banned": false,
"wipe": 1781283380,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1923,
"language": "ko",
"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/11781887");
$data = json_decode($json, true);
var_dump($data);