Question Api contents - setup values

Discussion in 'Community Support' started by Maegges, Jun 14, 2021.

  1. Maegges

    Maegges New Member

    Joined:
    Jun 14, 2021
    Ratings:
    +0 / 0 / -0
    I have a question regarding the Api.
    So far the c# example worked well for me. I just wondered if the setup information is also given in the api? E.g. camber and tire pressure.
    So far I only found information about the current status of the car.
    The only camber details I found are in "Playerdata", but 0.06 is far off of what I have in the setup.

    I already thought about simply accessing the setup files in the documents folder, but I have no clue how to get the information from the .swm files.

    Thanks in advance.
     
    Last edited: Jun 14, 2021
  2. majuh

    majuh Well-Known Member

    Joined:
    May 1, 2015
    Ratings:
    +257 / 0 / -0
    Nope, these setup values are not part of the API. You should be seeing real time telemetry data there. The setup files are encrypted I think.
     
    • Like Like x 1
  3. Maegges

    Maegges New Member

    Joined:
    Jun 14, 2021
    Ratings:
    +0 / 0 / -0
    Okay. Thanks for the answer.