Rust
API for Competitive Rust - Twig
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10699481json
{
"response": {
"fps": 238,
"fps_avg": 237,
"entities_count": 20444,
"world_seed": 1337,
"world_size": 2000,
"steam_id": 90285514582245390,
"domain": null,
"id": 10699481,
"ip": "135.148.137.201",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Warrenton",
"description": "\nWe are the first-ever ranked server network for vanilla Rust and largest, longest battle royale in gaming history.\n\nVisit comprust.com to learn the ropes and see the real-time leaderboards. This isn't your typical Rust experience:\n\nVanilla-style gameplay\nWeekly wipes and blueprints always wipe\nWipes twice a week while we are still low pop.\nElimination phase begins 26 hours after wipe\nRecycle enemy beds to win ELO exchanges\nRank up to play on higher-ranked servers\nMore boom in high-tier loot\nOffline vaults to protect your beds\nReworked anti-spam bag timer system\nNo team size limit rules\nMax team UI size of 4 (clan nerf)\nNo pay 2 win",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775757724,
"score": 0,
"last_online": 1778796019,
"icon": null,
"name": "Competitive Rust - Twig",
"connect": "135.148.137.201:28015",
"request": "135.148.137.201:28016",
"map": "23 hours till wipe",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1765122760,
"last_update": 1778796019,
"banned": false,
"wipe": 1778277660,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3790,
"language": "en",
"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/10699481");
$data = json_decode($json, true);
var_dump($data);