NA 2x Rats Wasteland Quad Max 5 | Biweekly | Vanilla+ için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 180,
"fps_avg": 183,
"entities_count": 68340,
"world_seed": 1653344517,
"world_size": 3500,
"steam_id": "90286391362527263",
"domain": null,
"id": 11502241,
"ip": "69.164.251.163",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\nBiweekly wipes | Max 5 teams | 2x gather rates | No Pay-to-Win | Noob friendly | Active admins | Long days / short nights | 50% Upkeep | Auto sort for boxes | Small-group focused survival with fair PvP and Active Admins.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780547618,
"last_online": 1780130424,
"icon": null,
"name": "NA 2x Rats Wasteland Quad Max 5 | Biweekly | Vanilla+",
"connect": "69.164.251.163:28080",
"request": "69.164.251.163:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207195,
"last_update": 1780547618,
"banned": false,
"wipe": 1779376883,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11534,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11502241");
$data = json_decode($json, true);
var_dump($data);