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/763051
json
{
"response": {
"fps": 44,
"fps_avg": 43,
"world_seed": 0,
"world_size": 4500,
"entities_count": 135885,
"id": 763051,
"ip": "176.57.174.158",
"port": 28415,
"query": 28416,
"owner_name": "Gotteshand",
"owner_avatar": "4678.jpg",
"color": 0,
"description": "![$[DE-PVE] Der Rentner Treff HARDCORE](https://images.marcopetersen.de/rust_server/banner/rust_vanillabanner_HCA.jpg)Welcome to [EU] Der Rentner Treff H-Core, In case you have build something wrong, you can ask one of the Admins to help you to remove it",
"game": 252490,
"owner": 4678,
"boosts": 1,
"last_offline": 1742831837,
"score": null,
"last_online": 1742859028,
"icon": null,
"name": "[DE-PVE] Der Rentner Treff HARDCORE",
"connect": "176.57.174.158:28415",
"request": "176.57.174.158:28416",
"map": "Procedural Map",
"gamemode": "Hardcore",
"version": "2583",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1680789881,
"last_update": 1742859028,
"banned": false,
"wipe": 1741288386,
"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": {
"username": "Gotteshand",
"avatar": "4678.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/763051");
$data = json_decode($json, true);
var_dump($data);