RustVikings | Solo/Duo | Sundays | FULLWIPED 04/06 20:00CEST için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 75015,
"world_seed": 2976309,
"world_size": 3650,
"steam_id": "90286615114326018",
"domain": null,
"id": 10870427,
"ip": "37.156.35.90",
"port": 28036,
"query": 28037,
"color": 0,
"city": "Amsterdam",
"description": "\nLast Wipe: 04/06 20:00CEST [FullWipe], Next Wipe: 07/06 17:00CEST [FullWipe]Last Wipe: 07/05 20:00CEST, Next Wipe: 10/05 17:00CEST [FullWipe]\r\n----------------------------------------------------\r\nRULES\r\n• Max Team Size: 2 [NO cooperation outside team]\r\n• No cheating/exploiting\r\n• No Racism/Sexism or generally Toxic behaviour\r\n\r\nVIP [NO P2W]\r\n• Skip Queue\r\n• VIP Name Tag In-Game\r\n• VIP Role in Discord\r\n• Priority Admin Help/Assistance\r\n\r\nDiscord:",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780647032,
"icon": null,
"name": "RustVikings | Solo/Duo | Sundays | FULLWIPED 04/06 20:00CEST",
"connect": "37.156.35.90:28036",
"request": "37.156.35.90:28037",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768318415,
"last_update": 1780647032,
"banned": false,
"wipe": 1780595743,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3825,
"language": "nl",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10870427");
$data = json_decode($json, true);
var_dump($data);