Is it possibile to sort and filter in API?

I looked around and tried what I can think of but think I must be missing something simple?

I would like the URL call to both FILTER and SORT on the API.

I tried using:

filters=[{"field":"field_80","operator":"is","value":"5ab144f1f853106f01be0e92"}]
Filtered Properly.
?sort_field=field_79&sort_order=asc
Sorted Properly
Anyone know if I can combine the two somehow?

?filters=[{"field":"field_80","operator":"is","value":"5ab144f1f853106f01be0e92"}]&sort_field=field_79&sort_order=asc