Type: lib.http.JSONGetRequest

Namespace: lib.http

Description

Perform an HTTP GET request and parse the response as JSON. http, get, request, url, json, api

Use cases:
- Fetch data from REST APIs
- Retrieve JSON-formatted responses
- Interface with JSON web services

Properties

Property Type Description Default
url str The URL to make the request to. ``

Outputs

Output Type Description
output Dict[Any, Any]  

Metadata

Browse other nodes in the lib.http namespace.