fetch_json
Fetch a public http(s) URL that returns JSON and pretty-print it. Use for public APIs and quick inspection of JSON endpoints.
Instructions
Fetch a public http(s) URL that returns JSON and pretty-print it. Use for public APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Absolute http(s) URL that returns JSON |