[EU] Premium Nordic Gaming | Quad Max | Custom City | Monthly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 64,
"entities_count": 88928,
"world_seed": 1450648158,
"world_size": 3800,
"steam_id": "90285712410635290",
"domain": null,
"id": 11510978,
"ip": "78.73.72.95",
"port": 25673,
"query": 25671,
"project_id": null,
"color": 0,
"city": "Kvidinge",
"description": "Welcome to Nordic Gaming Special Custom City with lot of prefabs\n Monthly wipes first thursday@Forced \n No BP wipes\nJoin our Discord: https://discord.gg/tBphgEGE\n The last wipe was on Saturday 7/2\nThe next wipe will be on Saturday 7/3 (28 day wipe schedule)\nThe map size is 3800 and the seed is 1450648158 (BP wiped Wednesday 13/5)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780682016,
"last_online": 1779816023,
"icon": null,
"name": "[EU] Premium Nordic Gaming | Quad Max | Custom City | Monthly",
"connect": "78.73.72.95:25673",
"request": "78.73.72.95:25671",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2621",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353836,
"last_update": 1780682016,
"banned": false,
"wipe": 1770493292,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11163,
"language": "sv",
"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/11510978");
$data = json_decode($json, true);
var_dump($data);