Filter and select fields
Selecting fieldsFilteringSelecting and filtering
See also
Prerequisites
Common filtering use cases
Optimisation
Advanced techniques
API reference
Last updated
Was this helpful?
This chapter will teach you how to select and filter out data from our API, which is useful when you want to request specific data and can omit the rest for faster response time. You can filter out data for various parameters per endpoint. See our endpoint overviews for more detailed information.
The next three sections are the same as our request options section. You can skip this if you've already read it.
API Structure & Navigation - Understand query parameters
Making Your First Request - Basic API usage
Fixtures Tutorial - Filter by league, team, date range
Livescores - Filter by specific leagues
Statistics - Filter by statistic type
Season Schedule - Filter by rounds or stages
Rate Limiting - Filtering reduces API calls
Pagination - Combine with filtering
Best Practices - Efficient data retrieval
Includes Tutorial - Combine filtering with includes
Types Reference - Filter by type IDs
States Reference - Filter by fixture states
Request Options - Complete filtering documentation
Last updated
Was this helpful?
Was this helpful?