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/598762
json
{
"response": {
"id": 598762,
"ip": "45.88.230.29",
"port": 28017,
"query": 28015,
"owner_name": "GeoSciencegeek",
"owner_avatar": "6bd50a36-573e-4532-b65d-d3f80795e956.jpg",
"color": 0,
"description": "===Welcome to EU RENEGADERUST.COM 2x Monthly Quad=== Wipes on the first Thursda",
"game": 252490,
"owner": 34811,
"boosts": 1,
"last_offline": 1744305485,
"score": null,
"last_online": 1744960223,
"icon": null,
"name": "EU RENEGADE 2x Monthly | Solo Duo Trio Quad | 50% Upkeep | No B",
"connect": "45.88.230.29:28017",
"request": "45.88.230.29:28015",
"map": "discord.gg/RenegadeRust",
"gamemode": "Rust",
"version": "2585",
"numplayers": 40,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 98,
"add_date": 1669287122,
"last_update": 1744960223,
"banned": false,
"wipe": 1743702763,
"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": "GeoSciencegeek",
"avatar": "6bd50a36-573e-4532-b65d-d3f80795e956.jpg"
},
"mods": [],
"disabled_modules": []
}
}
Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/598762");
$data = json_decode($json, true);
var_dump($data);