# Types
# GET All Types
use SportmonksFootballApi;
SportmonksFootballApi::type()->all();
# GET Type by ID
use SportmonksFootballApi;
SportmonksFootballApi::type()->byId($id);
# GET Type by Entity
use SportmonksFootballApi;
SportmonksFootballApi::type()->byEntity();
← Cities Livescores →