API for GRIMMZONE PVE US Custom Vehicles | Raids | Skills | Classes | Q
JSON for programs, websites and more
text
json
{
"response": {
"modded": true,
"fps": 59,
"fps_avg": 58,
"entities_count": 145671,
"world_seed": 239,
"world_size": 4000,
"steam_id": "90286589345884190",
"domain": null,
"id": 547888,
"ip": "135.148.29.109",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Reston",
"description": "\nWelcome to GrimmZone the original PVE community 5 + YRS! \r\nâBP don't wipe \r\nâAre you tired of getting offline raided and just want to enjoy the game? \r\nâSo are we. Join our community of friends. \r\nâFree to all \r\nâSkinbox âSign Artist âRemover Tool âElevators â5 Rows in Backpack \r\nâStackable crates âFaster Smelting âCrafting âRecycling \r\nâSkillTree âCombatClasses âMining âFarming âRaiding âMedic \r\nâCustom Maps Spots and Events \r\nâSatelite Dish âHarbors âConvoys âTrains âPookies \r\nâStart with Tier 1 Blueprints. \r\nâNo risk of player looting or killing. Loot locked to top damage dealer. \r\nâBalanced PvE server âCustom maps âMonuments âNPC's âEVENTS. \r\nâSpawnable Vehicles and JETPACKS! âJoin Discord. \r\nâEarn titles & rewards for time spent. âInteractive quests & custom missions. \r\nâEarn VIP & kits with in-game currency $$$. \r\nâOver 100 raidable bases âDefendable homes âRaiding zombies. \r\nâBP's wipe every 6 months with skills. \r\nâActive admins enforcing rules \r\nâNo racism âNo Harassment âNo Abuse allowed.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780563869,
"last_online": 1780569033,
"icon": null,
"name": "GRIMMZONE PVE US Custom Vehicles | Raids | Skills | Classes | Q",
"connect": "135.148.29.109:28014",
"request": "135.148.29.109:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1644879829,
"last_update": 1780569033,
"banned": false,
"wipe": 1779716497,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2149,
"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/547888");
$data = json_decode($json, true);
var_dump($data);