Build a GET query string from data parameters.
Section: Request Shaping
Append query parameters with --get
bash
bash
curl --get --data-urlencode 'q=curl examples' https://example.com/searchExplanation
`--get` converts `-d` data into query string parameters.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Request Shaping