When using an API, what format is typically used to transmit data back to the client?

  • CSV
  • HTML
  • JSON
  • XML
JSON (JavaScript Object Notation) is commonly used to transmit data between a server and a client in API communication due to its lightweight and human-readable format. XML is an alternative, but JSON is more widely adopted in modern APIs. CSV and HTML are not typical formats for API data transmission.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *