How to display the injury info for a single match?
It is suggested to use 'Single match lineup' api with 'injury' field to display the injury data for both teams directly.

What's the difference between 'injury' field in 'Single match lineup' api and 'Team injury' api?
- 'injury' field in 'Single match lineup' api display the injury player info for the target single match directly. There is no need to check for the competition id or do other operation of relating data.
- 'Team injury' api display ALL injury players for the target team. The 'competition_id' field in this api needs to be checked according to the results of 'type' field:
- If the type is 1-injured, there is no need to check the 'competition_id' field we provide. You need to display the injured state of the player in all competitions he plays.
- If the type is 2-suspended, then you need to check the 'comeptition_id' field. And you need to display the suspended state of the player ONLY in the competition_id we provided.

Did this answer your question?
😞 😐 😄