Quake Live
API pentru FR TeamKit | discord.gg/ajFUUv4d
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/9966538json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9966538,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 282440,
"owner": 125263,
"boosts": 1,
"last_offline": 1761066202,
"score": 0,
"last_online": 1759083035,
"icon": null,
"name": "FR TeamKit | discord.gg/ajFUUv4d",
"connect": null,
"request": null,
"map": "coldcathode",
"gamemode": "Capture the Flag",
"version": null,
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1754408385,
"last_update": 1761066202,
"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": 693,
"language": "fr",
"parked": true,
"app": {
"id": 138,
"steam_id": 282440,
"name": "Quake Live",
"url": "quake-live"
},
"server_owner": {
"username": "TK_Hydrocut",
"avatar": "bbc013b8-1df9-4356-8257-b512482aa1ea.jpg",
"last_online": 1755894095
},
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/9966538");
$data = json_decode($json, true);
var_dump($data);