Skip to main content

Parameters

The Agrograph REST API API uses query parameters, path parameters, and JSON request bodies. Please note that no other data format (e.g., XML) is supported.

Examples of these parameters are below:

# Path parameter
curl -X GET "https://api.agrograph.com/example/123"

# Query parameter
curl -X GET "https://api.agrograph.com/example?id=123"

# Request JSON body
curl -X POST "https://api.agrograph.com/example" -d '{"id":123}'