Pink Survival PVE ★ EU ★ Anti Raid ★ Chill için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "85568392936239146",
"domain": null,
"id": 11578144,
"ip": "168.119.212.33",
"port": 26305,
"query": 26305,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 304930,
"owner": null,
"boosts": 1,
"last_offline": 1779471218,
"last_online": 1779717021,
"icon": "https://i.ibb.co/Z638sWb8/server-logo-pink.png",
"name": "Pink Survival PVE ★ EU ★ Anti Raid ★ Chill",
"connect": "168.119.212.33:26305",
"request": "168.119.212.33:26305",
"map": "California2",
"gamemode": "★ Friendly PVE ★",
"version": "3.26.3.2",
"numplayers": 19,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 59,
"add_date": 1779356915,
"last_update": 1779717021,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 24,
"language": "de",
"parked": false,
"app": {
"id": 48,
"steam_id": 304930,
"name": "Unturned",
"url": "unturned"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11578144");
$data = json_decode($json, true);
var_dump($data);