How do i begin to make an application that retrieves data via an API and renders what it finds? Example might be using a car part API to bring up an alternator and any components associated?
Well first you need find that service and you probably have to get an account to get an api key with them. Then you use their reference page and plug in http requests into into godot and parse the answers from the server with the built in json parser or the not so built in xml parser