API pentru PlayZ Experimenmtal | Many Cars | More Loot | 1PP
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90286214398471172",
"domain": null,
"id": 11587789,
"ip": "186.232.91.113",
"port": 4102,
"query": 27041,
"color": 0,
"city": "Diamantina",
"description": null,
"game": 1024020,
"owner": null,
"boosts": 1,
"last_offline": 1779383031,
"last_online": 1779750164,
"icon": null,
"name": "PlayZ Experimenmtal | Many Cars | More Loot | 1PP",
"connect": "186.232.91.113:4102",
"request": "186.232.91.113:27041",
"map": "chernarusplus",
"gamemode": "A chernarus esperimental server",
"version": "1.29.163047",
"numplayers": 1,
"maxplayers": 127,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 39,
"add_date": 1779357491,
"last_update": 1779750164,
"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": 15,
"language": "pt",
"parked": false,
"app": {
"id": 54695,
"steam_id": 1024020,
"name": "DayZ Experimental",
"url": "dayz-experimental"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11587789");
$data = json_decode($json, true);
var_dump($data);