API for q3gangster.ddns.net:27961 - QL InstaGib Gangster Server
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286450076888089",
"domain": null,
"id": 11252140,
"ip": "31.201.12.91",
"port": 27961,
"query": 27961,
"color": 0,
"city": "Bunschoten",
"description": null,
"game": 282440,
"owner": 168246,
"boosts": 1,
"last_offline": 1780247051,
"last_online": 1780250425,
"icon": null,
"name": "q3gangster.ddns.net:27961 - QL InstaGib Gangster Server",
"connect": "31.201.12.91:27961",
"request": "31.201.12.91:27961",
"map": "asylum",
"gamemode": "Free For All",
"version": "1069 linux-i386 Jun 3 2016 20:53:43",
"numplayers": 3,
"maxplayers": 10,
"bots": 2,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 1,
"points": 74,
"add_date": 1773314925,
"last_update": 1780250425,
"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": 3,
"language": "nl",
"parked": false,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": {
"username": "jacques_koelewijn",
"avatar": "c6ed83a9-beb4-41de-83de-a204108dc015.jpg"
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11252140");
$data = json_decode($json, true);
var_dump($data);