Tripwire Official - US - 200019773 #019d9aea-d730-7e2e-942a-48e için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"steam_id": "90285918165271582",
"domain": null,
"id": 11577595,
"ip": "66.242.3.166",
"port": 27315,
"query": 27325,
"color": 0,
"city": "Ashburn",
"description": null,
"game": 232090,
"owner": null,
"boosts": 1,
"last_offline": 1779356879,
"last_online": 1779488415,
"icon": null,
"name": "Tripwire Official - US - 200019773 #019d9aea-d730-7e2e-942a-48e",
"connect": "66.242.3.166:27315",
"request": "66.242.3.166:27325",
"map": "KF-DESOLATION",
"gamemode": "Tripwire Official - US - 200019773 #019d9aea-d730-7e2e-942a-48e",
"version": "1150",
"numplayers": 6,
"maxplayers": 6,
"bots": 6,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 91,
"add_date": 1779356879,
"last_update": 1779488415,
"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": 23,
"language": "en",
"parked": false,
"app": {
"id": 51,
"steam_id": 232090,
"name": "Killing Floor 2",
"url": "killing-floor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11577595");
$data = json_decode($json, true);
var_dump($data);