=LoyalGames.Eu=#4 | US - IRAQ | Helis | ARTY | için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90286982981869575",
"domain": null,
"id": 11143330,
"ip": "155.4.94.155",
"port": 27022,
"query": 27023,
"project_id": null,
"color": 0,
"city": "Lomma",
"description": "[BigLearning](https://steamcommunity.com/sharedfiles/filedetails/?id=2947290153)\r\n[ADesertStormPack](https://steamcommunity.com/sharedfiles/filedetails/?id=3151282430)",
"game": 736590,
"owner": null,
"boosts": 1,
"last_offline": 1781447644,
"last_online": 1781437226,
"icon": null,
"name": "=LoyalGames.Eu=#4 | US - IRAQ | Helis | ARTY |",
"connect": "155.4.94.155:27022",
"request": "155.4.94.155:27023",
"map": "Risala",
"gamemode": "OHD Vehicle Overhaul",
"version": "89",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1771694103,
"last_update": 1781447644,
"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": 33,
"language": "sv",
"parked": false,
"app": {
"id": 52393,
"steam_id": 736590,
"name": "Operation: Harsh Doorstop",
"url": "operation-harsh-doorstop"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11143330");
$data = json_decode($json, true);
var_dump($data);