Rust
API for RUSTDEFT.COM | TEST
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10200002json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 93431,
"world_seed": 1,
"world_size": 3700,
"steam_id": "90284787602519050",
"domain": null,
"id": 10200002,
"ip": "212.16.94.94",
"port": 41001,
"query": 41003,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] RUSTDEFT-TEST](https://i.hizliresim.com/9cmpm2m.jpg)\nMap-Size:Map-Size: 3800 | Location: ISTANBUL / TayNetDC / Dedicated Server\r\nNO LAG - HIGH FPS (Optimized Map)\r\nOutpost+ (Bandit + Horse Ranch Merged)\r\nBandit, Çiftlik ve Karakol tek noktada birleşti.\r\n\r\nNext Wipe: 06.11.2025 - 21:00 - FULL WIPE\r\nBP Full Wipe every 30 days\r\n\r\nSERVER RULES:\r\n- Max Team Limit: 2 Players (Maksimum 2 Kişi)\r\n- Alliances Forbidden (İttifak Yasak)\r\n- No Cheating / Exploiting (EAC ACTIVE)\r\n- Respect All Players (Tüm Oyunculara Saygı)\r\n- No Griefing / No Toxic Behavior\r\n- No Griefing Ore Quarries\r\n- Dont Share Bombs / Sulfur\r\n- Active Admins 24/7\r\n\r\nStable - Optimized - Fair Play Focused Server",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776835997,
"score": 0,
"last_online": 1776814827,
"icon": null,
"name": "RUSTDEFT.COM | TEST",
"connect": "212.16.94.94:41001",
"request": "212.16.94.94:41003",
"map": "Custom Map - 1 hour ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1756457694,
"last_update": 1776835997,
"banned": false,
"wipe": 1776809774,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 8219,
"language": "tr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10200002");
$data = json_decode($json, true);
var_dump($data);