We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/741721
json
{
"response": {
"fps": 216,
"fps_avg": 206,
"world_seed": 1337,
"world_size": 1024,
"entities_count": 49697,
"id": 741721,
"ip": "96.48.77.94",
"port": 28031,
"query": 28032,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\n*** Welcome to CRP Server ***\r\n*** Over 20 Vehicle Types: Planes, Space Ships, Armed Vehicles ***\r\n*** Over 16 Types of Zombie Ghouls + Advanced AI ***\r\n*** Unique Roles Define Player Actions: Logger, Skinner, Miner, etc. ***\r\n*** Custom Plugins & Events like Zombie Infection & Survival Arena ***\r\n*** Bounties, Offers, & Gunship Reselling ***\r\n*** PVP and PVE Zones ***\r\n*** Raidable NPC Bases (Player Bases Not Raidable Unless Abandoned) ***\r\n*** No Griefing or Raiding ***\r\n*** Click View Webpage for more info! ***",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743049614,
"score": null,
"last_online": 1743592252,
"icon": null,
"name": "Chill Roleplay PVE (No KOS) - Towns | Zombies | Jobs",
"connect": "96.48.77.94:28031",
"request": "96.48.77.94:28032",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 0,
"maxplayers": 69,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1675338674,
"last_update": 1743592252,
"banned": false,
"wipe": 1743049677,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"list_hidden": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust",
"popular_maps_available": false
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/741721");
$data = json_decode($json, true);
var_dump($data);