Arcteryx (opens in new tab)
<p>Country</p> <table> <thead> <tr> <th>United States</th> <th>Canada</th> <th>United Kingdom</th> </tr> </thead> <tbody> <tr> <td>us</td> <td>ca</td> <td>gb</td> </tr> </tbody> </table> <p>gender</p> <table> <thead> <tr> <th>male</th> <th>female</th> </tr> </thead> <tbody> <tr> <td>mens</td> <td>womens</td> </tr> </tbody> </table> <p>::: tip<br> Parameter <code>country</code> can be found within the url of <code>Arcteryx</code> website.<br> :::</p>
Read the original article