How to filter contacts through the API?

Hello all,

is it possible to gel all contacts which match some criteria beyond listid and status through the API v3 or at least through the v1?

For instance this is possible:
https://username.api-us1.com/api/3/contacts?listid=1&status=1

But these are not:
https://username.api-us1.com/api/3/contacts?listname=“Newsletter”

https://username.api-us1.com/api/3/contacts?lastName="Smith"

Thanks for any help!

You can view all the available filters for listing contacts in our documentation for both the v1 call and the v3 call. Hope this helps!