[US] Dirty West | Vanilla | Monthly | Max 5 | Noob Friendly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 216,
"fps_avg": 217,
"entities_count": 92196,
"world_seed": 1645613345,
"world_size": 4000,
"steam_id": "90286701913225242",
"domain": null,
"id": 11159555,
"ip": "51.79.46.215",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Montreal",
"description": "Vanilla | Monthly Wipe | Max Team 5 | Noob Friendly | Active Admins | No Pay2Win |Balanced PvP | Fair Play | Fresh Community | Join Early & Grow With Us!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778220184,
"last_online": 1780927834,
"icon": null,
"name": "[US] Dirty West | Vanilla | Monthly | Max 5 | Noob Friendly",
"connect": "51.79.46.215:28015",
"request": "51.79.46.215:28016",
"map": "Procedural Map",
"gamemode": "Softcore",
"version": "2627",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228133,
"last_update": 1780927834,
"banned": false,
"wipe": 1780639686,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4418,
"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/11159555");
$data = json_decode($json, true);
var_dump($data);