Rust
API for Crimson Hardcore PVE Zombie Survival [No Raid] [Events]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10948449json
{
"response": {
"fps": 46,
"fps_avg": 46,
"entities_count": 74892,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90284135593336839",
"domain": null,
"id": 10948449,
"ip": "64.31.6.91",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Los Angeles",
"description": "![Crimson Hardcore PVE Zombie Survival [No Raid] [Events]](https://www.dropbox.com/scl/fi/bqzkirkht4qpsrsi80rbn/cheeky-official123.jpg?rlkey=ja7k873kdktysvphb1we49cll&st=9jm7fqp2&dl=1)\nA realistic, brutal, long-term zombie survival server built to stay engaging for months — no raiding (PvE focused), with a few PvP zones, custom zombies/AI, evolving progression + goals, and continuous updates with new events and content. No BP wipe — build long-term. • Slow decay • Damage-based loot ownership (who earns it gets it) • Players can’t damage your builds (no raiding/griefing) • Custom monuments + custom map points • PvE base events (your base can be targeted) • Optimized performance (no lag focus) • Apocalypse mode ruleset • Truly terrifying, hardcore gameplay",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1774697545,
"score": 0,
"last_online": 1776841823,
"icon": null,
"name": "Crimson Hardcore PVE Zombie Survival [No Raid] [Events]",
"connect": "64.31.6.91:28015",
"request": "64.31.6.91:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2622",
"numplayers": 0,
"maxplayers": 1000,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768511313,
"last_update": 1776841823,
"banned": false,
"wipe": 1772753677,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4319,
"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/10948449");
$data = json_decode($json, true);
var_dump($data);