I am using PHP and able to fetch information from an API. I am new to Drupal and I would like to know how the data fetched from an external API can be stored inside a Drupal database. I have created the nodes through the Drupal interface and this has created the corresponding tables in the database. What would be the best approach for this implementation?
Thank you