Counter-Strike 2
Counter-Strike 2 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/3141463json
{
"response": {
"steam_id": null,
"domain": null,
"id": 3141463,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[\n {\n \"id\": \"qs3irfj98\",\n \"type\": \"image\",\n \"data\": {\n \"caption\": \"[](https://postimg.cc/mzQvVWvP)\",\n \"withBorder\": false,\n \"withBackground\": false,\n \"stretched\": true,\n \"file\": {\n \"url\": \"https://i.postimg.cc/50Gf4xpS/6qry-Wz-O8-QEqp-NYVDQ65m8-A.png\"\n }\n }\n },\n {\n \"id\": \"ai46po17m\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🔥Добро пожаловать на наш проект. Приятной игры на сервере🔥\\n🔥Добро пожаловать на игровой проект 322-cs2🔥\\n🎮 [CS2]PUBLIC| 322-cs2.ru #1 🎮](https://322-cs2.ru/)\"\n }\n },\n {\n \"id\": \"j_YSVyJTt8\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🎮 Наш сайт » 322-cs2.ru\"\n }\n },\n {\n \"id\": \"ImVKULAWsK\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🎮 Наш сервер » 45.136.205.97:27015 🎮 \"\n }\n },\n {\n \"id\": \"cNUdL5NxTd\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🎮 Наш магазин » https://322-cs2.ru/store/ 🎮\"\n }\n },\n {\n \"id\": \"Fk8NihBmVL\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"🎮 Наш дискорд » https://discord.com/322-cs2 🎮\"\n }\n }\n]",
"game": 730,
"owner": 54962,
"boosts": 1,
"last_offline": 1759762816,
"score": 4.6,
"last_online": 1757110820,
"icon": null,
"name": "Counter-Strike 2",
"connect": null,
"request": null,
"map": "de_dust2",
"gamemode": "Counter-Strike 2",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1709052939,
"last_update": 1759762816,
"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": 15674,
"language": "ru",
"parked": true,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": {
"username": "chushpan",
"avatar": "fa0ea408-53dc-4e10-a351-225ffd3a8735.jpg",
"last_online": 1762639318
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/3141463");
$data = json_decode($json, true);
var_dump($data);