# Selecting and filtering
Official Documentation (opens new window)
use SportmonksFootballApi;
SportmonksFootballApi::fixture()
->setInclude('events:player_name,related_player_name,minute')
->setFilter('eventTypes:18,14')
->byId(18535517);
Official Documentation (opens new window)
use SportmonksFootballApi;
SportmonksFootballApi::fixture()
->setInclude('events:player_name,related_player_name,minute')
->setFilter('eventTypes:18,14')
->byId(18535517);