Logo
22janBatch API Documentation

Data Visualization

Number of APIs: 3


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