Quake Live
GoLive! Kampala,UG DUEL#1 antilag için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10909865json
{
"response": {
"steam_id": "90284547593664536",
"domain": null,
"id": 10909865,
"ip": "196.49.82.179",
"port": 27960,
"query": 27960,
"color": 0,
"city": "Kampala",
"description": null,
"game": 282440,
"owner": null,
"boosts": 1,
"last_offline": 1776315711,
"score": 0,
"last_online": 1776421355,
"icon": null,
"name": "GoLive! Kampala,UG DUEL#1 antilag",
"connect": "196.49.82.179:27960",
"request": "196.49.82.179:27960",
"map": "bloodrun",
"gamemode": "Duel",
"version": "1069 linux-x64 Jun 3 2016 20:53:50",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "UG",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768388647,
"last_update": 1776421355,
"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": 504,
"language": "en",
"parked": false,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10909865");
$data = json_decode($json, true);
var_dump($data);