API dla [EU] TRUE JARS | NOOB FRIENDLY | REBALANCED VANILLA
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 84,
"fps_avg": 79,
"entities_count": 123293,
"world_seed": 736809657,
"world_size": 4500,
"steam_id": "90285439127015432",
"domain": null,
"id": 9647393,
"ip": null,
"port": null,
"query": null,
"project_id": null,
"color": 0,
"city": "Halfweg",
"description": "![[EU] TRUE JARS | NOOB FRIENDLY | REBALANCED VANILLA](https://jars.sytes.net:7999/argemia.jpg)\nJARS - Just Another Rust Server\r\n\r\nPeacefull place for beginners, where they can learn how to play\r\nLow online around 4-10 players\r\n\r\nRebalanced vanilla with different(x3-x10) drop of resouces\r\nDefault stack sizes\r\nMinicopters spawns on road\r\nNo Wipe BP's\r\nFeel free on using you're time without grind every wipe, YAY!",
"game": 252490,
"owner": 117431,
"boosts": 1,
"last_offline": 1779083533,
"last_online": 1778186413,
"icon": null,
"name": "[EU] TRUE JARS | NOOB FRIENDLY | REBALANCED VANILLA",
"connect": null,
"request": null,
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1751369557,
"last_update": 1779083533,
"banned": false,
"wipe": 1775156385,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12572,
"language": "nl",
"parked": true,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": {
"username": "Deathvvish",
"avatar": "b96b5a2b-97c7-4e69-af57-bc7fe37116ed.jpg"
},
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/9647393");
$data = json_decode($json, true);
var_dump($data);