API for EndlessRust PvE/PvP-Zones 2x|SkillTree|AlphaLoot|Quests|TP
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 143409,
"world_seed": 703901141,
"world_size": 4500,
"steam_id": "90286585529968644",
"domain": null,
"id": 3024850,
"ip": "71.124.5.2",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Fredericksburg",
"description": "\nJoin the Endless Servers discord by clicking View Webpage for Discord Link! \r\n PVE Based Map WIth PVP Zones and Zombies. Monthly Wipes with a 48 hour pre wipe purge. \r\n \r\n -2x Gather - ALot more loot! - Less Decay! \r\n -Players receive in game cash every hour they play! \r\n -New player friendly -VIP Perks with access to more plugin's! \r\n - Raid protection paid with scrap \r\n -Events -Quests -Kits -Licensed Vehicles - SkillTree -SkinBox -Clans \r\n -Drugs -Teleport/Home -Economy Store -Backpacks -HeliSignals \r\n -Constant Events -Blueprint Sharing -RaidableBases -VirtualQuarries \r\n -PlayerChallenges -BuildingGrades -BuildingWorkBench -HornDoors -SignArtist and more!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780560266,
"last_online": 1780568432,
"icon": null,
"name": "EndlessRust PvE/PvP-Zones 2x|SkillTree|AlphaLoot|Quests|TP",
"connect": "71.124.5.2:28014",
"request": "71.124.5.2:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1708077813,
"last_update": 1780568432,
"banned": false,
"wipe": 1778181034,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2462,
"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/3024850");
$data = json_decode($json, true);
var_dump($data);