fetch_json
Retrieve and parse JSON data from any web URL, then return it in a readable, formatted structure. Use this tool to access and interpret JSON content directly from online sources.
Instructions
Fetch JSON from a URL, parse it, and return it formatted.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
headers | No | Additional headers to send with the request | |
timeout | No | Request timeout in seconds | |
url | Yes | The URL to fetch JSON from |