V Rising
Vampires Need Love Too 3x tele w items için API
Geniş bir entegrasyon yöntemleri yelpazesi sunuyoruz. Bunlardan herhangi birini kullanabilir veya JSON API'sini kullanarak kendinizinkini oluşturabilirsiniz. Yeni bir entegrasyon yöntemi ekleme öneriniz varsa, lütfen bizimle iletişime geçin. Bizimle iletişime geçin
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9924590json
{
"response": {
"steam_id": "90284130199959556",
"domain": null,
"id": 9924590,
"ip": "144.126.147.168",
"port": 31100,
"query": 31115,
"color": 0,
"city": "Seattle",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1768641891,
"score": 0,
"last_online": 1775787621,
"icon": null,
"name": "Vampires Need Love Too 3x tele w items",
"connect": "144.126.147.168:31100",
"request": "144.126.147.168:31115",
"map": "VRisingWorld",
"gamemode": "ed40e6b5-cdac-4ff0-92f7-4a85d0042ea0",
"version": "0.0.0.1",
"numplayers": 7,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 41,
"add_date": 1754072424,
"last_update": 1775787621,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 53,
"language": "en",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9924590");
$data = json_decode($json, true);
var_dump($data);