Rust
API für [IND] Badnaam | Weekly
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10699384json
{
"response": {
"fps": 297,
"fps_avg": 283,
"entities_count": 114347,
"world_seed": 2089887946,
"world_size": 4250,
"steam_id": "90284791642484745",
"domain": null,
"id": 10699384,
"ip": "148.113.3.209",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Mumbai",
"description": "Welcome to IND B@dnaam\r\n-------------\r\nBeginner Friendly\r\nWeekly Wipes\r\nNo Cheating/Toxicity\r\n------------\r\nDiscord\r\nhttps://discord.gg/efMbwXtatX",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776429804,
"score": 0,
"last_online": 1776857419,
"icon": null,
"name": "[IND] Badnaam | Weekly",
"connect": "148.113.3.209:28015",
"request": "148.113.3.209:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 69,
"bots": 0,
"secured": true,
"private": false,
"country": "IN",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1765122744,
"last_update": 1776857419,
"banned": false,
"wipe": 1776430043,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1473,
"language": "hi",
"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/10699384");
$data = json_decode($json, true);
var_dump($data);