Optional
query: { The id of the first match of the array, and the sorting and size of said array
Optional
first_Which match should be featured at index 0 of the returned array? Will get one with a similar id if it is unavailable
Optional
limit?: numberThe maximum amount of elements returned in the array (defaults to 50)
Optional
sort?: "id_desc" | "id_asc""id_desc" has the biggest id (most recent start_time) at the beginning of the array, "id_asc" is the opposite (defaults to id_desc)
Get the info about several matches!