Ricochet
-=:][S-RFT][:=- Public | Bots | srft-community.de के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/7483896json
{
"response": {
"steam_id": "90265784341461002",
"domain": null,
"id": 7483896,
"ip": "82.165.140.15",
"port": 27016,
"query": 27016,
"color": 0,
"city": "Berlin",
"description": null,
"game": 60,
"owner": null,
"boosts": 1,
"last_offline": 1769089318,
"score": 0,
"last_online": 1776192651,
"icon": null,
"name": "-=:][S-RFT][:=- Public | Bots | srft-community.de",
"connect": "82.165.140.15:27016",
"request": "82.165.140.15:27016",
"map": "rc_deathmatch2",
"gamemode": "Ricochet",
"version": "1.1.2.1/Stdio",
"numplayers": 0,
"maxplayers": 12,
"bots": 2,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739270025,
"last_update": 1776192651,
"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": "de",
"parked": false,
"app": {
"id": 25,
"steam_id": 60,
"name": "Ricochet",
"url": "ricochet"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/7483896");
$data = json_decode($json, true);
var_dump($data);