Rust
API for GOM 3x PVE Grumpy Old Man |Kits|Skins|BackPack|RaidableBase
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/1031253json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 141808,
"world_seed": 1869,
"world_size": 4600,
"steam_id": "90284801576786964",
"domain": null,
"id": 1031253,
"ip": "104.143.2.17",
"port": 28015,
"query": 28013,
"color": 0,
"city": "Dallas",
"description": "\nGrumpy Old Man 3x PVE \r\n\r\n - Bi-Weekly map wipes.\r\n - Blue Print wipe monthly and Back Pack wipe every two weeks\r\n - 3X Gather Rate And Loot.\r\n - True PVE Protection.\r\n - Multiple different Kits to help your journey.\r\n - Over 7000 Skins To Chose From.\r\n - Large BackPack.\r\n - A Super Shop Loaded with Items to help you along the way.\r\n - Over 300 Different Raidable Base For the Raider in you.\r\n - JetPack To help you Fly to new Level.\r\n - Cooking For Some Special Recipes.\r\n -- Defendable Homes, Get some zombies to raid you.\r\n - Skill tree For those special perks.\r\n \r\n\r\n US Servers\r\n - GOM 3x PVE connect 104.143.2.17:28015\r\n - GOM 5x PVE connect 104.143.2.17:28615\r\n - GOM 15x PVE connect 104.143.2.17:28215\r\n - GOM 25x PVE connect 104.143.2.17:28115\r\n - GOM 5x PVP connect 104.143.2.17:28315\r\n \r\n\r\n EU Servers - GOM 5x PVE connect 168.100.161.195:28015\r\n - GOM 15x PVE connect 168.100.161.195:29015\r\n - GOM 25x PVE connect 168.100.161.195:30015\r\n\r\n Join Discord\r\n - http://www.discord.gg/GrumpyOldMan",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": null,
"last_online": 1776859225,
"icon": null,
"name": "GOM 3x PVE Grumpy Old Man |Kits|Skins|BackPack|RaidableBase",
"connect": "104.143.2.17:28015",
"request": "104.143.2.17:28013",
"map": "Wipe in: 8d 6h",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1688487473,
"last_update": 1776859225,
"banned": false,
"wipe": 1776362330,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2672,
"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/1031253");
$data = json_decode($json, true);
var_dump($data);