Skip to content

レインボーシックス シージのサーバーステータス情報を提供する非公式APIです。

Notifications You must be signed in to change notification settings

Milkeyyy/R6SSS_WebAPI

Repository files navigation

R6SSS Web API

R6SSS API

⛓️ URL: https://api-r6sss.milkeyyy.com/v2

🪅 Discord Bot: https://github.com/Milkeyyy/R6SSS_Discord

エンドポイント

  • /status - GET

    クエリーパラメーター

    • platform
      • PC
      • PS4
      • PS5
      • XBOXONE
      • XBOX SERIES X

  • GET - https://api-r6sss.milkeyyy.com/v2/status

    {
      "info": {
        "name": "R6SSS Web API",
        "version": "2.0.0-0",
        "author": "Milkeyyy"
      },
      "detail": "OK",
      "data": {
        "PC": {
          "Status": {
            "Connectivity": "Operational",
            "Features": {
              "Authentication": "Operational",
              "Leaderboard": "Operational",
              "Matchmaking": "Operational",
              "Purchase": "Operational"
            },
            "Maintenance": false
          },
          "UpdatedAt": 1730275264.15424
        },
        "PS4": {
          "Status": {
            "Connectivity": "Operational",
            "Features": {
              "Authentication": "Operational",
              "Leaderboard": "Operational",
              "Matchmaking": "Operational",
              "Purchase": "Operational"
            },
            "Maintenance": false
          },
          "UpdatedAt": 1730275264.15424
        },
        "PS5": {
          "Status": {
            "Connectivity": "Operational",
            "Features": {
              "Authentication": "Operational",
              "Leaderboard": "Operational",
              "Matchmaking": "Operational",
              "Purchase": "Operational"
            },
            "Maintenance": false
          },
          "UpdatedAt": 1730275264.15424
        },
        "XBOXONE": {
          "Status": {
            "Connectivity": "Operational",
            "Features": {
              "Authentication": "Operational",
              "Leaderboard": "Operational",
              "Matchmaking": "Operational",
              "Purchase": "Operational"
            },
            "Maintenance": false
          },
          "UpdatedAt": 1730275264.15425
        },
        "XBOX SERIES X": {
          "Status": {
            "Connectivity": "Operational",
            "Features": {
              "Authentication": "Operational",
              "Leaderboard": "Operational",
              "Matchmaking": "Operational",
              "Purchase": "Operational"
            },
            "Maintenance": false
          },
          "UpdatedAt": 1730275264.15425
        }
      }
    }
  • GET - https://api-r6sss.milkeyyy.com/v2/status?platform=PS4&platform=PS5

    {
      "info": {
        "name": "R6SSS Web API",
        "version": "2.0.0-0",
        "author": "Milkeyyy"
      },
      "detail": "OK",
      "data": {
        "PS4": {
          "Status": {
            "Connectivity": "Operational",
            "Features": {
              "Authentication": "Operational",
              "Leaderboard": "Operational",
              "Matchmaking": "Operational",
              "Purchase": "Operational"
            },
            "Maintenance": false
          },
          "UpdatedAt": 1730275323.54746
        },
        "PS5": {
          "Status": {
            "Connectivity": "Operational",
            "Features": {
              "Authentication": "Operational",
              "Leaderboard": "Operational",
              "Matchmaking": "Operational",
              "Purchase": "Operational"
            },
            "Maintenance": false
          },
          "UpdatedAt": 1730275323.54747
        }
      }
    }

About

レインボーシックス シージのサーバーステータス情報を提供する非公式APIです。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published