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/7466867
json
{
"response": {
"fps": 120,
"fps_avg": 125,
"world_seed": 1006383818,
"world_size": 3000,
"entities_count": 38984,
"id": 7466867,
"ip": "138.201.217.44",
"port": 28217,
"query": 28217,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "Welcome to Nodemine.net 10x | FULLWIPE %DAY%/%MONTH% %DAY%.%MONTH%! We provide an action-packed Rust experience with fast-paced progression and intense PvP! 📌 Join Our Community: https://discord.gg/S2mEjqShBF Wipe Schedule: • Map wipes every Saturday at 15:00 GMT - Last Wipe: %DAY-7%.%MONTH% 15:00 GMT (Map Wipe) - Next Wipe: %DAY%.%MONTH% 15:00 GMT (Map Wipe) Features: - 10x Gather Rate - All Blueprints Unlocked - No Limits – Play Your Way Get ready to dominate the battlefield, build your base, and survive the wipe!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1739371166,
"score": 0,
"last_online": 1743525056,
"icon": null,
"name": "Nodemine.net 10x | FULLWIPE 12/02 12.02",
"connect": "138.201.217.44:28215",
"request": "138.201.217.44:28217",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2580",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739234719,
"last_update": 1743525056,
"banned": false,
"wipe": 1738957546,
"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/7466867");
$data = json_decode($json, true);
var_dump($data);