API pentru Coffin Club | Duo PvP | Wiped 6/5
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90286650581747723",
"domain": null,
"id": 11624075,
"ip": "192.135.114.44",
"port": 9090,
"query": 9091,
"project_id": null,
"color": 0,
"city": "Chicago",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1780529063,
"last_online": 1780719616,
"icon": null,
"name": "Coffin Club | Duo PvP | Wiped 6/5",
"connect": "192.135.114.44:9090",
"request": "192.135.114.44:9091",
"map": "VRisingWorld",
"gamemode": "f5ef1010-b92b-44a9-ac74-527136bfa8e6",
"version": "0.0.0.1",
"numplayers": 41,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 103,
"add_date": 1779916132,
"last_update": 1780719616,
"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": 3,
"language": "en",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11624075");
$data = json_decode($json, true);
var_dump($data);