Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve information about individual clan war league war #7

Open
giusvale-dev opened this issue Sep 16, 2023 · 0 comments
Open

Retrieve information about individual clan war league war #7

giusvale-dev opened this issue Sep 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@giusvale-dev
Copy link
Owner

giusvale-dev commented Sep 16, 2023

Request URL:
https://api.clashofclans.com/v1/clanwarleagues/wars/{clanTag}

Example Request:
https://api.clashofclans.com/v1/clanwarleagues/wars/%23VLL2CUVJ

Example Response:

{
  "tag": "string",
  "state": "GROUP_NOT_FOUND",
  "season": "string",
  "clans": [
    {
      "tag": "string",
      "clanLevel": 0,
      "name": "string",
      "members": [
        {
          "tag": "string",
          "townHallLevel": 0,
          "name": "string"
        }
      ],
      "badgeUrls": {}
    }
  ],
  "rounds": [
    {
      "warTags": [
        "string"
      ]
    }
  ]
}
@giusvale-dev giusvale-dev added the enhancement New feature or request label Sep 16, 2023
@giusvale-dev giusvale-dev self-assigned this Sep 16, 2023
@giusvale-dev giusvale-dev added this to the jCOC Release milestone Sep 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant