Logo
19215119_Widiya Nisa Aprilyani API Documentation

Data Visualization

Number of APIs: 3


Get Started Here 👇

The Qodex Visualizer provides a programmable way to visually represent your request [responses]

Using this collection

This collection contains six sample requests and scripts for rendering Bar graph, Table, Map and visualizing any CSV, JSON or XML data.

Step 1: Send the sample requests.

Step 2: Find the visualization in the visualize tab in the response near the Pretty view.

Visualizer%20Map

Step 3: You can copy, update and use the test script under the Test tab for your requests.

Resource: [Visualizing responses]


1. Visualize any XML data

POST https://postman-echo.com/post

This request will help you to visualize any XML.

Change the URL and run the request, then go to the Visualizer tab to see the XML as a table.

You can head over to the Tests tab, scroll down to the bottom and change the xmlData to pm.response.text() to visualize your entire XML response.



2. Visualize Map

GET https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&starttime={{eq-starttime}}&endtime={{eq-endtime}}



3. Visualize any CSV data

GET https://www.sample-videos.com/csv/Sample-Spreadsheet-100-rows.csv

This request will help you to visualize any CSV.

Change the URL and run the request, then go to the Visualizer tab to see the CSV as a table.

In case your CSV isn't rendering correctly, you might need to tweak the delimters or other properties.



ENDPOINTS