API für [GRC] German Rust Community [Weekly]
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 234,
"fps_avg": 232,
"entities_count": 54905,
"world_seed": 425919100,
"world_size": 3250,
"steam_id": "90286581315428375",
"domain": null,
"id": 10412394,
"ip": "145.239.232.105",
"port": 27025,
"query": 27026,
"color": 0,
"city": "Saarbrücken",
"description": "![[GRC] German Rust Community [Weekly]](https://i.postimg.cc/gjCPDsk6/rgrc-ingame-image-1024.png)\nGerman Rust Community Weekly \r\n Wipe Schedule: \r\n Map 3250: Weekly Mapwipe every Thursday @20:00 UTC+2 \r\n Blueprints: Monthly Forcewipe \r\n Join our Discord server for announcements and to get more involved with the community! \r\n Please follow the rules below: \r\n German or english in chat \r\n No Raciscm, Homophobia, Harassment or Excessive Toxicity \r\n No Advertising Any Form of cheats/hacking is not allowed \r\n Staff have final say, being toxic to staff will get you automatically removed",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779163372,
"last_online": 1780594235,
"icon": null,
"name": "[GRC] German Rust Community [Weekly]",
"connect": "145.239.232.105:27025",
"request": "145.239.232.105:27026",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1759823724,
"last_update": 1780594235,
"banned": false,
"wipe": 1779991003,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3323,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/10412394");
$data = json_decode($json, true);
var_dump($data);