API for [TR/EU] Istanbul 2x Vanilla | Yeni başlayanlar için | 18.05
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 48385,
"world_seed": 1337,
"world_size": 2950,
"steam_id": "90285917594287131",
"domain": null,
"id": 11501175,
"ip": "46.203.182.227",
"port": 10001,
"query": 9001,
"color": 0,
"city": "Istanbul",
"description": "![[TR/EU] Istanbul 2x Vanilla | Yeni başlayanlar için | 18.05](https://i.ibb.co/7JJWhnMc/Ef-SAB.jpg)\nİSTANBUL 2X\r\n→ Max Team: No Limit\r\n→ Electric BP's are unlocked\r\n→ 2x Gather Rates\r\n→ Half smelt and crafting speeds\r\n→ Faster nights\r\n→ Fishing Village and Large Barn with Recycler \r\n→ No Kits, No TP and No P2W!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779254580,
"last_online": 1779258016,
"icon": null,
"name": "[TR/EU] Istanbul 2x Vanilla | Yeni başlayanlar için | 18.05",
"connect": "46.203.182.227:10001",
"request": "46.203.182.227:9001",
"map": "Istanbul 2x +FPS - wiped 1 day",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "TR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779207168,
"last_update": 1779258016,
"banned": false,
"wipe": 1779116268,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1845,
"language": "tr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11501175");
$data = json_decode($json, true);
var_dump($data);