
JSON 2 JSONP is a public API providing convert json to jsonp (on-the-fly) for easy cross-domain data requests using client-side javascript.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://json2jsonp.com/ | Primary API endpoint. |
curl -X GET "https://json2jsonp.com/" \ -H "Accept: application/json"