API for [US] Greenzone101 - 1.2x/3x|PVP|Max3|SkillTree|SkinBox|Kits
JSON for programs, websites and more
text
json
{
"response": {
"fps": 45,
"fps_avg": 44,
"entities_count": 61740,
"world_seed": 194415394,
"world_size": 4250,
"steam_id": "90286549013280768",
"domain": null,
"id": 6572483,
"ip": "209.126.2.184",
"port": 28015,
"query": 28016,
"color": 0,
"city": "St Louis",
"description": "![[US] Greenzone101 - 1.2x/3x|PVP|Max3|SkillTree|SkinBox|Kits](https://i.imgur.com/KxEs18I.png)\nWelcome to Greenzone101!\r\n\r\n• 1.2x/3x Gather Rate\r\n• Max Team: 3\r\n• AlphaLoot Custom Loot Tables\r\n• Tier 1 Electrical BPs Unlocked\r\n• Clans | SkinBox | Kits | SkipNights\r\n• Backpacks | Cooking | Virtual Shop\r\n• PocketDimensions | SkillTree | VirtualQuarries\r\n• Events | RaidableBases | Convoy Event | GasStation Event\r\n• PlayerRanks | XStatistics | XDQuest\r\n• BuildingWorkBench | HornDoors | VehiclesLicenses\r\n• Raid Protection!\r\n• Players receive 5 virtual cash every 10 minutes they play!\r\n• VIP Perks with access to more plugin's\r\n• SignArtist and more\r\n\r\nVisit (https://zonegaming.tebex.io/) for VIP\r\n Visit (https://dsc.gg/zonegaming) for Discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780103613,
"last_online": 1780549833,
"icon": null,
"name": "[US] Greenzone101 - 1.2x/3x|PVP|Max3|SkillTree|SkinBox|Kits",
"connect": "209.126.2.184:28015",
"request": "209.126.2.184:28016",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1731158670,
"last_update": 1780549833,
"banned": false,
"wipe": 1778181399,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2558,
"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/6572483");
$data = json_decode($json, true);
var_dump($data);