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/760249
json
{
"response": {
"fps": 76,
"fps_avg": 80,
"world_seed": 1337,
"world_size": 4000,
"entities_count": 162377,
"id": 760249,
"ip": "15.235.11.185",
"port": 2001,
"query": 2002,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[US] Dead Nasty Rust|5X PVE|Raid Bases|SkillTree|Events|Kits](https://www.dropbox.com/scl/fi/9t3deapo9izgjj3xrcdgr/tebexcrop2-1-2.png?rlkey=omhu3xui8rqerwk92eetnqkes&st=xz2azgzn&dl=1)\n☆FUN MODDED SERVER YOU ARE GUARANTEED TO LOVE☆\n*Cozy, Chill and Non-Toxic place with a little bit of everything, for any type of player*\n*Train Homes*\n*Skill Tree*\n*Caravan*\n*Cooking*\n*Abandoned Bases*\n*Custom Tug-Boats* \n*Bradley Drops*\n*Back Packs*\n*Custom Events*\n*Better NPC's-Monument Bosses*\n*SkinBox For All*\n*Weed*\n*Jet Packs*\n*Convoy*\n*Harbor Events*\n*Air Events*\n*Minicopter Combat Weapons*\n*Custom Elevators*\n*Cargo Train Events*\n*BetterLoot+*\n*Plenty of Fun Events*\n*Inventory Restores Upon Death*\n*Wandering Zombies \n*Grappling Hooks And MUCH MUCH MORE!!!*\n*Purge For Wipe*\n*Active Adult Admin*\n*Over 30 types of Raid Bases That Change Every Wipe To Keep It Fresh!!!!*\n*/info For Information and Server Rules*",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1741778835,
"score": null,
"last_online": 1743592243,
"icon": null,
"name": "[US] Dead Nasty Rust|5X PVE|Raid Bases|SkillTree|Events|Kits",
"connect": "15.235.11.185:2001",
"request": "15.235.11.185:2002",
"map": "SkillTree Wipe In: 1d 6h 49m",
"gamemode": "Survival",
"version": "2583",
"numplayers": 3,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1680784924,
"last_update": 1743592243,
"banned": false,
"wipe": 1741288298,
"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/760249");
$data = json_decode($json, true);
var_dump($data);