Back to catalog
πŸ’»

CSC to JSON API

API Key

Convert CSV files to JSON with this API. Ideal for developers who want to automate data workflows and integrate structured data

πŸ’»DevelopmentHTTPSCORS enabled

country

state

CountryUnited States
Country CodeUS
StateCalifornia
State CodeCA
CitySan Francisco

Sample Response

response.json
1{
2 "country": "United States",
3 "country_code": "US",
4 "state": "California",
5 "state_code": "CA",
6 "city": "San Francisco"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://apyhub.com/utility/converter-csv-json" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs