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/7640739
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"world_seed": 410780986,
"world_size": 3000,
"entities_count": 40486,
"id": 7640739,
"ip": "209.192.185.58",
"port": 28016,
"query": 28016,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "\nServer Wipes 1st Thursday of every month\n-Blueprints NEVER wipe. \n-VIP Kits:https://weekend-war-1.tebex.io/\n-Discord: https://discord.gg/fSp5CY3ejf\n\nLove Rust but have life? You've FOUND your NEW HOME. \n\nWe offer:\n\n- Raid Players only: FRI 7PM EST to SUN 12AM \n- NPC Radiable Bases 24/7 with lots of loot\n- Multiple Strengths of Radiable Bases \n- Furnace Splitters and Increase Stack Size. \n- Test Generator and Personal Recycler for VIP. \n- Claim & Lock Vehicles, No Decay & Extra Storage\n- Chillish Zombies\n\nWho we are: \n\n-We are people with Family and Job's and understand we can’t play RUST 24/7\n-Most of us work M-F and want to go to work knowing you can’t be raided. \n ( Except Fri - Sun ) \n-No Racism, No Toxic Chat. \n- Welcome RP and PVP here. Just Raid on Weekends.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1743810475,
"score": 0,
"last_online": 1744131064,
"icon": null,
"name": "420 Weekend Warriors RP-Week | PVP - Weekend | Radiable Bases",
"connect": "209.192.185.58:28015",
"request": "209.192.185.58:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2585",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739531919,
"last_update": 1744131064,
"banned": false,
"wipe": 1743810746,
"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/7640739");
$data = json_decode($json, true);
var_dump($data);