Rust
CobaltCove.io PvE x5 | Skills | Bots | Raid Bases | Quests के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/228731json
{
"response": {
"fps": 50,
"fps_avg": 45,
"entities_count": 200853,
"world_seed": 18072024,
"world_size": 4500,
"steam_id": "90284400386850822",
"domain": null,
"id": 228731,
"ip": "138.201.33.101",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "\nCobaltCove.io PvE x5\r\n\r\n- Progress through the server while levelling up your player by unlocking your chosen perks\r\n- Raid bases spawn all over the map with counter raiders inside ready to fight back\r\n- Fight different levels of attack helicopters and APCs from your base\r\n- Complete mission style quests to earn rewards",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775905316,
"score": null,
"last_online": 1776301216,
"icon": null,
"name": "CobaltCove.io PvE x5 | Skills | Bots | Raid Bases | Quests",
"connect": "138.201.33.101:28015",
"request": "138.201.33.101:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 77,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1582979090,
"last_update": 1776301216,
"banned": false,
"wipe": 1775153334,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2225,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/228731");
$data = json_decode($json, true);
var_dump($data);