Загрузка...

Supercell Realized Created year

Thread in Considered suggestions created by rqyws Jul 27, 2025 at 12:23 AM. 76 views

The poll

Do you agree with the suggestion?

  1. Yes

    2
    66.7%
  2. Yes, but it needs to be improved (I will describe in the comments)

    1
    33.3%
  3. No

    0
    0%
  1. rqyws
    rqyws Topic starter Jul 27, 2025 at 12:23 AM 2 May 12, 2024
    Hi. You should add the creation year of the supercell games account for example brawl stars because it worth much more and it would be easier for the buyers to search for the account and also maybe the sellers can sell better. I checked the api-s I dont really know how those works so sry for that but I didnt find the official bs api but I found brawltimeninja-s which is quick i guess maybe need proxy for more quick respone: api_url = f"https://brawltime.ninja/api/player.byTagExtra?input={json_input}"
    if need here is a half python program if that helps:

    json_input = urllib.parse.quote(f'{{"json":"{bs_id}"}}')
    api_url = f"https://brawltime.ninja/api/player.byTagExtra?input={json_input}"

    try:
    print(f"[{index}] API download: {api_url}")
    api_response = requests.get(api_url, timeout=15)

    if api_response.status_code != 200:
    print(f"[{index}] Error: HTTP {api_response.status_code} status from API call")
    else:
    try:
    api_data = api_response.json()

    # Check if the JSON response contains the necessary data
    if "result" in api_data and "data" in api_data["result"] and "json" in api_data["result"]["data"]:
    player_data = api_data["result"]["data"]["json"]

    if isinstance(player_data, dict) and "accountCreationYear" in player_data:
    creation_year = player_data["accountCreationYear"]
    print(f"[{index}] Creation year found: {creation_year}")
    else:
    print(f"[{index}] Error: Creation year not found in player data")
    else:
    print(f"[{index}] Error: Missing data in API response")

    as i said before without proxy maybe it doesnt give much response.
    Thank you for reading my suggestion and I hope this will be added!
     
  2. sexternal
    sexternal Jul 27, 2025 at 12:23 AM Graphics Designer 157 Apr 17, 2020
  3. rqyws
    rqyws Topic starter Jul 27, 2025 at 12:24 AM 2 May 12, 2024
    or i cant suggest these here?
     
  4. RaysMorgan
    RaysMorgan Jul 27, 2025 at 12:46 AM Че скажете 54,019 Mar 7, 2013
  5. akkeno
    akkeno Jul 27, 2025 at 12:49 AM собираю на уник 545/7500 208 May 17, 2024
    good idea tbh, but can be improved
     
  6. RaysMorgan
    RaysMorgan Jul 27, 2025 at 2:01 AM Че скажете 54,019 Mar 7, 2013
    [IMG]
    Done! Thanks! Works only for recent uploaded accounts
     
Loading...
Top