[BR] Mau Sven Co-op Server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90287022792753164",
"domain": null,
"id": 11488179,
"ip": "187.127.10.46",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Campinas",
"description": "[{\"id\":\"GAzX0ABVSt\",\"type\":\"paragraph\",\"data\":{\"text\":\"Brazilian Sven Co-op server with a large map rotation, Insurgency weapons, SCXPM leveling system, RTV/nominate, and an active admin. All skill levels welcome!\"}},{\"id\":\"XWZYGD7tIm\",\"type\":\"paragraph\",\"data\":{\"text\":\"Server brasileiro de Sven Co-op com um grande número de mapas, armas do Insurgency, sistema de níveis SCXPM, RTV/Nominate e admin presente! Todo mundo é bem-vindo!\"}},{\"id\":\"mW_gOsEkSi\",\"type\":\"paragraph\",\"data\":{\"text\":\"More information:\"}},{\"id\":\"fLPy1WbZQH\",\"type\":\"linkTool\",\"data\":{\"link\":\"https://svencoop.mtavaresozaki.com.br/\",\"meta\":{\"description\":null,\"image\":{\"url\":null},\"title\":\"Sven Co-op — Ajuda do Servidor\"}}}]",
"game": 225840,
"owner": 185577,
"boosts": 1,
"last_offline": 1775337896,
"last_online": 1781541620,
"icon": null,
"name": "[BR] Mau Sven Co-op Server",
"connect": "187.127.10.46:27015",
"request": "187.127.10.46:27015",
"map": "bm64-abc",
"gamemode": "Sven Co-op 5.26",
"version": "5.0.1.8",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1775324882,
"last_update": 1781541620,
"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": 4,
"language": "pt",
"parked": false,
"app": {
"id": 65,
"steam_id": 225840,
"name": "Sven Co-op",
"url": "sven-co-op"
},
"server_owner": {
"username": "mauricioozaki",
"avatar": "7e22cd59-0c1e-4e4a-94a8-bfa6b96494e1.webp"
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11488179");
$data = json_decode($json, true);
var_dump($data);