Dr Nico - North America server 02 - trafic için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": 90286370464076830,
"domain": null,
"id": 11632124,
"ip": "207.211.172.249",
"port": 27015,
"query": 27018,
"color": 0,
"city": "Chicago",
"description": null,
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1780072423,
"last_online": 1780128614,
"icon": null,
"name": "Dr Nico - North America server 02 - trafic",
"connect": "207.211.172.249:27015",
"request": "207.211.172.249:27018",
"map": "usa",
"gamemode": "North America Server - Trafic - No damage from players",
"version": null,
"numplayers": 7,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 107,
"add_date": 1779916772,
"last_update": 1780128614,
"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": 5,
"language": "en",
"parked": false,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11632124");
$data = json_decode($json, true);
var_dump($data);