API for [EU] Rustcamp | PVP | 10x
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 22520,
"world_seed": 1337,
"world_size": 2500,
"steam_id": "90285466835219477",
"domain": null,
"id": 10978844,
"ip": "185.185.169.197",
"port": 40015,
"query": 40016,
"color": 0,
"city": "Helsinki",
"description": "High-action EU PVP server with No Blueprints. Fair play, active admins and zero tolerance for cheaters. Wipe Monday & Thursday 20:00",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779204128,
"last_online": 1779163218,
"icon": null,
"name": "[EU] Rustcamp | PVP | 10x",
"connect": "185.185.169.197:40015",
"request": "185.185.169.197:40016",
"map": "rustcamp.gg",
"gamemode": "Survival",
"version": "2624",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1769901015,
"last_update": 1779204128,
"banned": false,
"wipe": 1778176057,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6913,
"language": "fi",
"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/10978844");
$data = json_decode($json, true);
var_dump($data);