I'm sending a url and get a json back.But the url has many parameters, about 10 parameters, like below.
https://faceplusplus.com/api/?key=00000000000000&q=flowers&tags=photo&lang=en&pretty=true
The parameter "q" has many values, users may change the valus as they want, so does other parameters.
How to build the url with a clean way?