Sven Co-op
HL C0-0P | BShift+OpForce+Decay+FastDL support | by northbound के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10203127json
{
"response": {
"steam_id": "90284318311174161",
"domain": null,
"id": 10203127,
"ip": "85.226.146.140",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Västerås",
"description": null,
"game": 225840,
"owner": null,
"boosts": 1,
"last_offline": 1773625928,
"score": 0,
"last_online": 1776446416,
"icon": null,
"name": "HL C0-0P | BShift+OpForce+Decay+FastDL support | by northbound",
"connect": "85.226.146.140:27015",
"request": "85.226.146.140:27015",
"map": "infested",
"gamemode": "Sven Co-op 5.26",
"version": "5.0.1.8",
"numplayers": 3,
"maxplayers": 5,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 81,
"add_date": 1756460689,
"last_update": 1776446416,
"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": 5,
"language": "sv",
"parked": false,
"app": {
"id": 65,
"steam_id": 225840,
"name": "Sven Co-op",
"url": "sven-co-op"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10203127");
$data = json_decode($json, true);
var_dump($data);