Canada No Grief için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 94775,
"world_seed": 1,
"world_size": 4000,
"steam_id": "90286332449211396",
"domain": null,
"id": 2502684,
"ip": "104.143.3.225",
"port": 28099,
"query": 28096,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to my server. Be nice. No griefing. No destroying bags. Leave people with enough to respawn and get on with the game. I will be swift to ban otherwise.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779994423,
"last_online": 1780138222,
"icon": null,
"name": "Canada No Grief",
"connect": "104.143.3.225:28099",
"request": "104.143.3.225:28096",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1705488882,
"last_update": 1780138222,
"banned": false,
"wipe": 1779994640,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2968,
"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/2502684");
$data = json_decode($json, true);
var_dump($data);