Rust
[DE] Feierabend Raiders |Solo|Duo|Trio| NoBP Reset के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7468660json
{
"response": {
"fps": 106,
"fps_avg": 102,
"entities_count": 67014,
"world_seed": 10081974,
"world_size": 3500,
"steam_id": "90283842899781656",
"domain": null,
"id": 7468660,
"ip": "65.21.142.109",
"port": 27060,
"query": 27066,
"color": 0,
"city": "Helsinki",
"description": "https://kekies.de https://discord.com/invite/AuDQKYh53P \r\n \r\n Kein BP Reset \r\n Raidzeit täglich von 18:00 - 21:00 Uhr \r\n Geschenke \r\n Umherschleichende Zombies \r\n Max. Gruppe von 3 Spielern \r\n NPC können Lot dropen \r\n BP lernen nur über Research Table möglich \r\n Raidalarm über RUST+ \r\n PvP jederzeit",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1774697545,
"score": 0,
"last_online": 1776511222,
"icon": null,
"name": "[DE] Feierabend Raiders |Solo|Duo|Trio| NoBP Reset",
"connect": "65.21.142.109:27060",
"request": "65.21.142.109:27066",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2622",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739234851,
"last_update": 1776511222,
"banned": false,
"wipe": 1773660385,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3526,
"language": "fi",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7468660");
$data = json_decode($json, true);
var_dump($data);