Filters

You can include filters in the request by adding them as parameters inside the URL.
Add a ? Sign at the end of the URL followed by the parameters you want to filter with.

Include as many filters as you want by joining them with &

Example: Filter by last name and gender, ?lastname=Rodriguez&gender=female

Available filters

The available filters will be listed in each section.

Note

You can combine paging and filters in the same request, the order of the parameters does not influence the result.

Example: ?limit=10&page=5&lastname=Rodriguez&gender=female