Rust
[PL|EU]Only for Adults +18|Vanilla| के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/782873json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 105378,
"world_seed": 241327067,
"world_size": 4250,
"steam_id": "90284525320531974",
"domain": null,
"id": 782873,
"ip": "146.59.53.230",
"port": 28025,
"query": 28027,
"color": 0,
"city": "Warsaw",
"description": "![[PL|EU]Only for Adults +18|Vanilla|](https://i.imgur.com/QavDRT0.jpg)\nWitaj Nieznajomy! Widac ze RUST wzbudzil Twoje zainteresowanie na tyle, by poszukac wolnego serwera, na normalnym poziomie, gdzie zagrozenie moze czaic sie za rogiem. Dolacz do spoleczenstwa +18 i... GRAJ, BUDUJ, ZDOBYWAJ a przede wszystkim PRZETRWAJ - sam lub z innymi. \r\nHello Stranger! RUST has aroused your interest enough to look for a free server at a normal level, where the threat may lurk around the corner. Join the society +18 and ... PLAY, BUILD, GAIN and above all, Survive - alone or with others.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776356625,
"score": null,
"last_online": 1776837623,
"icon": null,
"name": "[PL|EU]Only for Adults +18|Vanilla|",
"connect": "146.59.53.230:28025",
"request": "146.59.53.230:28027",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1682687942,
"last_update": 1776837623,
"banned": false,
"wipe": 1776356571,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2367,
"language": "pl",
"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/782873");
$data = json_decode($json, true);
var_dump($data);