Soccer's API is a RESTful service for real time soccer data. It is a PAID service with low price (starting from 39€ per month). Note that in order to access Soccer's API you must purchase related packages or apply for our free plan. If you want a custom plan please contact us.
Introduction
API Version : v2.2
API Contents : Football
Setup the API
- Subscribe to SoccersAPI and login to your account.
- Once you've logged in, navigate to https://soccersapi.com/dashboard/api-key.
- Generate a token in your user dashboard by following the instructions provided.
- Take note of your username and token.
- With your username and token in hand, you're now ready to start making calls to the API.
Authentication
All API endpoints are relative to the base URL
https://api.soccersapi.com/v2.2/
This a single API Endpoint URL without parameteres:
https://api.soccersapi.com/v2.2/countries/
This an API Endpoint URL with Query Parameters:
https://api.soccersapi.com/v2.2/countries/?user={{USERNAME}}&token={{TOKEN}}&t=list
(Make sure replace {{USERNAME}} and {{TOKEN}} values with yours.)
Statuses
| Status | Name | Description |
|---|---|---|
| 0 | Not Started | The event is not started |
| 1 | Inplay | The event is inplay |
| 11 | Half-time | The event is in half-time. |
| 12 | Extra-time | The event is in extra time. |
| 13 | Penalties | The event is in penalties because extra time didn't determinate a winner. |
| 14 | Break-time | Event is in break waiting for extra time or penalties. |
| 15 | Awarding | Awarding of a victory to a contestant because there are no other contestants. |
| 2 | Update later | Event will be updated later. |
| 3 | Ended | Event has ended after 90 minutes. |
| 31 | After penalties | Event has ended after penalty shootout. |
| 32 | After Extra-time | The event has finished after extra time. |
| 4 | Postponed | The event has been Postponed. |
| 5 | Cancelled | The event has been Cancelled. |
| 6 | Abandoned | The event has abandoned and will continue at a later time or day. |
| 7 | interrupted | The event has been interrupted. Can be due to bad weather for example. |
| 8 | Suspended | The event has been suspended. |
| 9 | Awarded | Winner is beeing decided externally. |
| 10 | Delayed | The event is delayed. |
| 17 | To be announced | The event has not been verified yet. |
Images
Leagues
100x100
80x80
50x50
18x18
Teams
100x100
80x80
50x50
18x18
Players
100x100
80x80
50x50
18x18
TV Channels
100x100
80x80
50x50
18x18
Coaches
100x100
Soon!80x80
Soon!50x50
Soon!18x18
Soon!Referees
100x100
Soon!80x80
Soon!50x50
Soon!18x18
Soon!Bookmakers
Default
Big
Soon!Medium
Soon!Small
Soon!Venues
Default
Changelog
2024-11-12 [2.2]
Added
- Added Korean language. Add &lang=ko in requests.
2024-10-31 [2.2]
Added
- Added the related_id parameter in fixture requests for current seasons: This parameter now enables tracking of related events, such as postponed or rescheduled fixtures, allowing for enhanced linkage and cross-referencing between connected events.
2024-10-09 [2.2]
Added
- Added default_color league parameter.
2024-10-03 [2.2]
Added (beta)
- Added media endpoints (highlights) by (event, league, season, team, round, date [type=date&d=2024-10-03]). Example of request: https://api.soccersapi.com/v2.2/media/?user={{USERNAME}}&token={{TOKEN}}&t=league&id=637
2024-09-19 [2.2]
Added
- Use the country_broadcast_id filter to include only broadcasts from a specific country for a match. Example of request: https://api.soccersapi.com/v2.2/broadcast/?user={{USERNAME}}&token={{TOKEN}}&t=match_tvs&id=1910954&country_broadcast_id=5
2024-08-30 [2.2]
Added
- Field is_current in stages by season #stages_season
2024-08-20 [2.2]
Added
- Default images for not existing leagues, teams and players
## [2.2]
Added
- New Bookmaker "Betika" #match_odds
## [2.2]
Added
- Bookmakers custom sort #match_odds
## [2.2]
Added
- New Language "Chinese simplified" (ZH_CN) #lang
## [2.2]
Added
- New Language "Chinese" (ZH) #lang
## [2.2]
Added
- New Language "Portuguese" (PT) #lang
## [2.2]
Added
- New Language "Turkish" (TR) #lang
## [2.2]
Added
- New Language "Polish" (PL) #lang
## [2.2]
Added
- New Language "French" (FR) #lang
## [2.2]
Added
- New endpoint "Standings Live" #standings_live
## [2.2]
Added
- Added the capability to search Matches #search_all
## [2.2]
Added
- Added the capability to search TV Channels #search_all
## [2.2]
Improved
- On "TV Channels by Match" coverage improved #match_tv
## [2.2]
Added
- New Endpoint "TV Channels by Country" #tv_channels_country
## [2.2]
Added
- New Endpoint "All TV Channels" #tv_channels_all
## [2.2]
Added
- New Endpoint "Coaches by Country" #coaches_country
## [2.2]
Added
- New Endpoint "All Coaches" #coaches_all
## [2.2]
Added
- New Endpoint "Venues by Country" #venues_country
## [2.2]
Added
- New Endpoint "All Venues" #venues_all
## [2.2]
Added
- 'team_id' on player's information to know quickest current national team ID.
- 'national_team_id' on player's information to know quickest current national team ID.
#player_id
## [2.2]
Added
- 'position_name' on lineups from today's matches (left winger, right winger...)
## [2.2]
Added
- Attendance
## [2.2]
Added
- Fixtures by TV Channel (2 weeks forecast) #fixtures_tv_channel
## [2.2]
Added
- Improvement on standings request #Standings.
Were added a field called "number_standings". If is more than 1, is an array with special leagues that have more than 1 standings information and each are tagged in group_name. It happen for example in Indian I-League.
## [2.2]
Added
- Added new dataset "info" in all fixtures from today. If there're information about match for example 'Decision by Federation' you'll find in there.
## [2.2]
Added
- Added new dataset include "Match Events" in #Livescores, #Fixtures, #MatchById, #MatchByMultipleID.
#Includes
## [2.2]
Added
- Added new dataset include "Match Stats" in #Livescores, #Fixtures, #MatchById, #MatchByMultipleID.
#Includes
## [2.2]
Added
- Added includes feature in #MatchByMultipleID endpoint
#Includes
## [2.2]
Added
- Added includes feature in #MatchByID endpoint
#Includes
## [2.2]
Added
- Added includes feature in #livescores endpoints
#Includes
## [2.2]
Added
- Filter by status_id on #Fixtures_by_season
## [2.2]
Added
- Added includes feature in fixtures endpoints
#Includes
## [2.2]
Added
- Added endpoint Leagues by Multiple ID
#leagues_multiple_id
## [2.2]
Changed
- Match lineups will show formations without stats of every player in order to avoid delays in this endpoint. If you need to know stats of every player you can add this code in request &include=stats
#match_lineups
## [2.2]
Beta
- Added API Translations to Arabic, Greek and Italian.
#language
## [2.2]
Added
- Added market_value parameter in player's info.
## [2.2]
Added
- Added endpoint for check all groups by season id.
## [2.2]
Added
- Added teams and league images in all H2H endpoints.
## [2.2]
Added
- UTC parameter enabled in Fixtures and Livescores endpoint, by adding &utc=4 or &utc=4.5 at the end of your request to get rensponse in your correct timezone.
## [2.2]
Added
- Timestamp parameter in match events from today
## [2.2]
Fixed
- Endpoint Season Stats > goal_line has been recalculated.
## [2.2]
Added
- New Endpoint Player Stats by Match ID #player_stats_match
## [2.2]
Added
- New Endpoint Cup Draw (Tournament Bracket) #cup_draw
## [2.2]
Added
- New Endpoint TV Channel by ID #tv_info
## [2.2]
Added
- TV Channels images in 4 differents sizes (100,80,50,18)
## [2.2]
###Update
- Venue images in png and added our current image px formats (100,80,50,18)
## [2.2]
Added
- New Endpoint added Fixtures Next & Last
## [2.2]
Added
In Player by ID Endpoint:
- Seasons of the leagues where specific player have participated.
- Roles and on which teams have played.
## [2.2]
Added
In Team by ID Endpoint:
- Seasons of the leagues where specific team have participated.
- Added more fields in array leagues on Teams by ID Endpoint.
## [2.2]
Added
- Basic Stats of players in Match Lineups endpoint
## [2.2]
Added
- Aggregate_id in fixtures endpoints and Match by ID endpoint
- Country_code in fixtures endpoints and Match by ID endpoint
## [2.2]
Added
- Historical data up to 10 years
## [2.2]
Fixed
- Fixtures endpoints datetime value to UTC
## [2.2]
Added
- Endpoint Match Sidelined
## [2.2]
Added
- Endpoint Match by Multiple IDs
## [2.2]
Added
- Team Kit colors on Fixtures Endpoints
## [2.2]
Added
- Endpoint Teams National
## [2.2]
Added
- Endpoint Search by Keyword
## [2.2]
Added
- Endpoint Stages by Season
## [2.2]
Added
- Endpoint Stage by ID
## [2.2]
Added
- Endpoint Group by ID
## [2.2]
Added
- Team Kit Colors (Team by ID Endpoint)
## [2.2]
Added
- Coverage info (Fixtures, Match by ID Endpoints)
## [2.2]
Added
- Endpoint TV Schedule by Date (on Broadcast & TV section)
## [2.2]
Added
- Endpoint H2H Team vs Team
## [2.2]
Added
- Endpoint All Continents
- Endpoint Continent by ID
- Order ASC / DESC in Fixtures by Season Endpoint
## [2.2]
Added
- Logos +800 leagues
## [2.2]
Added
- Endpoint Team Transfers
- Endpoint Match H2H
## [2.2]
Added
- Endpoint Match Odds by Bookmaker
## [2.2]
Added
- Team Kit colors
- Endpoint Team Trophies
Timezone
Get match dates and fixtures in different time zones by adding "&utc={{TIMEZONE}}" to the end of the fixtures and livescores endpoints?
For example, to get fixtures in UTC +3.5, you can use this endpoint: https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=schedule&d=2020-12-29&utc=3.5
And to get fixtures in UTC -3.5, you can use this endpoint: https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=schedule&d=2020-12-29&utc=-3.5
When the UTC parameter is enabled, the endpoints may return different fixtures depending on the match starting time and the selected timezone. For example, if a match is scheduled at 23:00h on December 29th in UTC, adding UTC +2 would make the same match start at 01:00h on December 30th.
By using the "&utc={{TIMEZONE}}" parameter, you can easily get match data and fixtures in the timezone you need, making it easier to work with soccer data from around the world.
Language (BETA)
| Parameter | Value | Language |
|---|---|---|
| lang | AR | Arabic |
| lang | EL | Hellenic |
| lang | IT | Italian |
| lang | DE | German |
| lang | ES | Spanish |
| lang | RU | Russian |
| lang | KA | Georgian |
| lang | NL | Dutch |
| lang | FR | French |
| lang | PL | Polish |
| lang | PT | Portuguese |
| lang | TR | Turkish |
Includes
| Endpoint | Includes | Description |
|---|---|---|
| #Fixtures | &include=events,odds_prematch,odds_inplay,stats,tvs | Match events summary, Pre-match odds, In-play odds, Match Stats, Match TV Broadcast |
| #Livescores | &include=events,odds_prematch,odds_inplay,stats,tvs | Match events summary, Pre-match odds, In-play odds, Match Stats, Match TV Broadcast |
| #MatchByID | &include=events,odds_prematch,odds_inplay,stats,tvs | Match events summary, Pre-match odds, In-play odds, Match Stats, Match TV Broadcast |
| #MatchByMultipleID | &include=events,odds_prematch,odds_inplay,stats,tvs | Match events summary, Pre-match odds, In-play odds, Match Stats, Match TV Broadcast |
| #MatchLineups | &include=stats | Match player stats |
| #matches_tv | &include=tvs | Include TV Channels |
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Search by String
GETAll, Continents, Countries, Leagues, Teams, Players, Referees, Matches, TV Channels
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/search/?user={{USERNAME}}&token={{TOKEN}}&t=all&q={{QUERY}} | |
| Endpoint | https://api.soccersapi.com/v2.2/search/?user=user1&token=Z5R9jArYsKZmHmP47&t=all&q=Germany | |
| Paginated | Yes, 100 per page |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | {{all, country, league, team, player, match, channel}} |
| q | string | {{QUERY}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
All Continents
GETAll Continents
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/continents/?user={{USERNAME}}&token={{TOKEN}}&t=list | |
| Endpoint | https://api.soccersapi.com/v2.2/continents/?user=user1&token=Z5R9jArYsKZmHmP47&t=list | |
| Paginated | Yes, 100 leagues per page |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | list |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Continent by ID
GETContinent By Id
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/continents/?user={{USERNAME}}&token={{TOKEN}}&t=info&id=2 | |
| Endpoint | https://api.soccersapi.com/v2.2/continents/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id={{CONTINENT_ID}} | |
| Paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | string | {{CONTINENT_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
All Countries
GETAll Countries
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/countries/?user={{USERNAME}}&token={{TOKEN}}&t=list | |
| Endpoint | https://api.soccersapi.com/v2.2/countries/?user=user1&token=Z5R9jArYsKZmHmP47&t=list | |
| Paginated | Yes, 100 per page |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | list |
| page | integer | {{PAGE}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Country by ID
GETCountry By Id
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/countries/?user={{USERNAME}}&token={{TOKEN}}&t=info&id=4 | |
| Endpoint | https://api.soccersapi.com/v2.2/countries/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id={{COUNTRY_ID}} | |
| Paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{COUNTRY_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
All Leagues
GETAll Leagues
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/leagues/?user={{USERNAME}}&token={{TOKEN}}&t=list | |
| Endpoint | https://api.soccersapi.com/v2.2/leagues/?user=user1&token=Z5R9jArYsKZmHmP47&t=list | |
| Paginated | Yes, 100 leagues per page |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | list |
| page | integer | {{PAGE}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
All Leagues by Country ID
GETAll Leagues by country ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/leagues/?user={{USERNAME}}&token={{TOKEN}}&t=list&country_id={{COUNTRY_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/leagues/?user=user1&token=Z5R9jArYsKZmHmP47&t=list&country_id=4 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | list |
| country_id | integer | {{COUNTRY_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
League by ID
GETLeague by ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/leagues/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{LEAGUE_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/leagues/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=594 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{LEAGUE_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
League Standings
GETLeague Standings by Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/leagues/?user={{USERNAME}}&token={{TOKEN}}&t=standings&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/leagues/?user=user1&token=Z5R9jArYsKZmHmP47&t=standings&season_id=406 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | standings |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Cup Draw (Tournament Bracket)
GETCup Draw (Tournament Bracket) by season ID and Stage ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/leagues/?user={{USERNAME}}&token={{TOKEN}}&t=cup_draw&season_id=45&stage_id=26 | |
| Endpoint | https://api.soccersapi.com/v2.2/leagues/?user=user1&token=Z5R9jArYsKZmHmP47&t=cup_draw&season_id=45&stage_id=26 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | cup_draw |
| season_id | integer | {{SEASON_ID}} |
| stage_id | integer | {{STAGE_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Leagues by Multiple ID
GETLeagues by Multiple ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/leagues/?user={{USERNAME}}&token={{TOKEN}}&t=sort&ids=974,594 | |
| Endpoint | https://api.soccersapi.com/v2.2/leagues/?user=user1&token=Z5R9jArYsKZmHmP47&t=sort&ids=974,594 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | sort |
| ids | integer | {{LEAGUE_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Standings Live
GETStandings Live by Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/leagues/?user={{USERNAME}}&token={{TOKEN}}&t=standings_live&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/leagues/?user=user1&token=Z5R9jArYsKZmHmP47&t=standings_live&season_id=13449 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | string | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | standings_live |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Season by ID
GETSeason By ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/seasons/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/seasons/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=406 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Stage by ID
GETStage By ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/stages/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{STAGE_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/stages/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=1 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{STAGE_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Stages by Season
GETStages by Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/stages/?user={{USERNAME}}&token={{TOKEN}}&t=byseason&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/broadcast/?user=user1&token=Z5R9jArYsKZmHmP47&t=byseason&season_id=2091 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | byseason |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Group by ID
GETGroup By ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/groups/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{GROUP_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/groups/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=5 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{GROUP_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Groups by Season
GETGroups by Season
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/groups/?user={{USERNAME}}&token={{TOKEN}}&t=byseason&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/groups/?user=user1&token=Z5R9jArYsKZmHmP47&t=byseason&season_id=7011 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | byseason |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Rounds by Season
GETRounds by Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/rounds/?user={{USERNAME}}&token={{TOKEN}}&t=byseason&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/rounds/?user=user1&token=Z5R9jArYsKZmHmP47&t=byseason&season_id=406 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | byseason |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Round by ID
GETRound By ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/rounds/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{ROUND_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/rounds/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=2005 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{ROUND_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Teams by Country
GETTeams by Country ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/teams/?user={{USERNAME}}&token={{TOKEN}}&t=list&country_id={{COUNTRY_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/teams/?user=user1&token=Z5R9jArYsKZmHmP47&t=list&country_id=4 | |
| Paginated | Yes, 100 per page |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | list |
| country_id | integer | {{COUNTRY_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Teams by Season
GETTeams by Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/teams/?user={{USERNAME}}&token={{TOKEN}}&t=byseason&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/teams/?user=user1&token=Z5R9jArYsKZmHmP47&t=byseason&season_id=406 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | byseason |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Teams National
GETNational Teams
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/teams/?user={{USERNAME}}&token={{TOKEN}}&t=national | |
| Endpoint | https://api.soccersapi.com/v2.2/teams/?user=user1&token=Z5R9jArYsKZmHmP47&t=national | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | national |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Team by ID
GETTeam By Id
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/teams/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{TEAM_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/teams/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=111 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{TEAM_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Team Squad
GETSquad by Team ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/teams/?user={{USERNAME}}&token={{TOKEN}}&t=squad&id={{TEAM_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/teams/?user=user1&token=Z5R9jArYsKZmHmP47&t=squad&id=111 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | squad |
| id | integer | {{TEAM_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Team Squad by Season
GETSquad By Team Id ans Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/teams/?user={{USERNAME}}&token={{TOKEN}}&t=squad&id={{TEAM_ID}}&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/teams/?user=user1&token=Z5R9jArYsKZmHmP47&t=squad&id=111&season_id=406 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | squad |
| id | integer | {{TEAM_ID}} |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Team Transfers
GETTransfers By Team Id
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/teams/?user={{USERNAME}}&token={{TOKEN}}&t=transfers&id={{TEAM_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/teams/?user=user1&token=Z5R9jArYsKZmHmP47&t=transfers&id=52 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | transfers |
| id | integer | {{TEAM_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Team Sidelined
GETSidelined By Team ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/teams/?user={{USERNAME}}&token={{TOKEN}}&t=sidelined&id={{TEAM_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/teams/?user=user1&token=Z5R9jArYsKZmHmP47&t=sidelined&id=111 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | sidelined |
| id | integer | {{TEAM_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Team Trophies
GETTrophies By Team Id
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/teams/?user={{USERNAME}}&token={{TOKEN}}&t=trophies&id={{TEAM_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/teams/?user=user1&token=Z5R9jArYsKZmHmP47&t=trophies&id=111 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | trophies |
| id | integer | {{TEAM_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Livescores Today
GETToday Matches
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/livescores/?user={{USERNAME}}&token={{TOKEN}}&t=today | |
| Endpoint | https://api.soccersapi.com/v2.2/livescores/?user=user1&token=Z5R9jArYsKZmHmP47&t=today | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | today |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Livescores Tomorrow
GETTomorrow Matches
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/livescores/?user={{USERNAME}}&token={{TOKEN}}&t=tomorrow | |
| Endpoint | https://api.soccersapi.com/v2.2/livescores/?user=user1&token=Z5R9jArYsKZmHmP47&t=tomorrow | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | tomorrow |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Livescores Yesterday
GETYesterday Matches
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/livescores/?user={{USERNAME}}&token={{TOKEN}}&t=yesterday | |
| Endpoint | https://api.soccersapi.com/v2.2/livescores/?user=user1&token=Z5R9jArYsKZmHmP47&t=yesterday | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | yesterday |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Livescores Inplay
GETInplay Matches
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/livescores/?user={{USERNAME}}&token={{TOKEN}}&t=live | |
| Endpoint | https://api.soccersapi.com/v2.2/livescores/?user=user1&token=Z5R9jArYsKZmHmP47&t=live | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | live |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Livescores Not Started
GETNot Started Matches
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/livescores/?user={{USERNAME}}&token={{TOKEN}}&t=notstarted | |
| Endpoint | https://api.soccersapi.com/v2.2/livescores/?user=user1&token=Z5R9jArYsKZmHmP47&t=notstarted | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | notstarted |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Livescores Ended
GETEnded Matches
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/livescores/?user={{USERNAME}}&token={{TOKEN}}&t=ended | |
| Endpoint | https://api.soccersapi.com/v2.2/livescores/?user=user1&token=Z5R9jArYsKZmHmP47&t=ended | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | ended |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Date
GETFixtures By date
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=schedule&d={{YYYY-MM-DD}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=schedule&d=2020-05-20 | |
| Paginated | Yes, 100 per page |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | schedule |
| d | date | {{YYYY-MM-DD}} |
| page | integer | {{PAGE}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Date / Country
GETFixtures By Date and Country ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=schedule&d={{YYYY-MM-DD}}&country_id={{COUNTRY_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=schedule&d=2020-05-16&country_id=4 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | schedule |
| d | date | {{YYYY-MM-DD}} |
| country_id | integer | {{COUNTRY_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Date / League (Current Season)
GETFixtures by Date and League ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=schedule&d={{YYYY-MM-DD}}&league_id={{LEAGUE_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=schedule&d=2020-05-16&league_id=594 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | schedule |
| d | date | {{YYYY-MM-DD}} |
| league_id | integer | {{LEAGUE_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Date / Season
GETFixtures By Date and Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=schedule&d={{YYYY-MM-DD}}&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=schedule&d=2020-05-16&season_id=406 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | season |
| d | date | {{YYYY-MM-DD}} |
| id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Date / Season / Stage
GETFixtures by Date, Season ID and Stage ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=schedule&d={{YYYY-MM-DD}}&season_id={{SEASON_ID}}&stage_id={{STAGE_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=schedule&d=2019-11-19&season_id=7355&stage_id=6 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | stages |
| d | date | {{YYYY-MM-DD}} |
| season_id | integer | {{SEASON_ID}} |
| stage_id | integer | {{STAGE_ID}} |
| order | string | {{ORDER}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Season / Stage
GETFixtures By Season ID and Stage ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=stage&season_id={{SEASON_ID}}&stage_id={{STAGE_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=stage&season_id=640&stage_id=1 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | stage |
| season_id | integer | {{SEASON_ID}} |
| stage_id | integer | {{STAGE_ID}} |
| order | string | {{ORDER}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Date / Season / Group
GETFixtures by Date, Season ID and Group ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=schedule&d={{YYYY-MM-DD}}&season_id={{SEASON_ID}}&group_id={{GROUP_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=schedule&d=2020-09-16&season_id=7169&group_id=1 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | schedule |
| d | date | {{YYYY-MM-DD}} |
| season_id | integer | {{SEASON_ID}} |
| group_id | integer | {{GROUP_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Date / Round
GETFixtures by Date and Round ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=schedule&d={{YYYY-MM-DD}}&round_id={{ROUND_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=schedule&d=2019-07-28&round_id=2202 | |
| Paginated | Yes, 100 per page |
URI Parameters
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | rounds |
| d | date | YYYY-MM-DD |
| id | integer | {{ROUND_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Season
GETFixtures By Season ID
PostmanNow you can filter by "status_id" by passing the parameter &status_id={{STATUS_ID}}
Notice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=season&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=season&season_id=406 | |
| Paginated | Not paginated yet, but will be |
URI Parameters
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | season |
| season_id | integer | {{SEASON_ID}} |
| order | string | {{ORDER}} |
| status_id | integer | {{STATUS_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Season / Team
GETFixtures By Season ID and Team ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=season&season_id={{SEASON_ID}}&team_id={{TEAM_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=season&season_id=406&team_id=111 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | season |
| season_id | integer | {{SEASON_ID}} |
| team_id | integer | {{TEAM_ID}} |
| order | string | {{ORDER}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Season / Group
GETFixtures By Season ID and Group
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=group&season_id={{SEASON_ID}}&group_id={{GROUP_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=group&season_id=8653&group_id=91 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | stage |
| season_id | integer | {{SEASON_ID}} |
| group_id | integer | {{GROUP_ID}} |
| order | string | {{ORDER}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Season / Group / Team
GETFixtures By Season ID, Group and Team ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=group&season_id={{SEASON_ID}}&group_id={{GROUP_ID}}&team_id={{TEAM_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=group&season_id=8653&group_id=91&team_id=5496 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | stage |
| season_id | integer | {{SEASON_ID}} |
| group_id | integer | {{GROUP_ID}} |
| order | string | {{ORDER}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Season / Stage / Team
GETFixtures by Season ID, Stage ID and Team ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=stage&season_id={{SEASON_ID}}&stage_id={{STAGE_ID}}&team_id={{TEAM_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=stage&stage_id=77441847&team_id=18683 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | stage |
| season_id | integer | {{SEASON_ID}} |
| stage_id | integer | {{STAGE_ID}} |
| team_id | integer | {{TEAM_ID}} |
| order | string | {{ORDER}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Round
GETFixtures By Round ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=round&round_id={{ROUND_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=round&round_id=1994 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | round |
| round_id | integer | {{ROUND_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Round / Team
GETFixtures By Round ID and Team ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=round&round_id={{ROUND_ID}}&team_id={{TEAM_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=round&round_id=1994&team_id=111 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | round |
| round_id | integer | {{ROUND_ID}} |
| team_id | integer | {{TEAM_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by Team Next & Last
GETFixtures by Team ID Last and Next Matches
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=last_next&team_id={{TEAM_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=last_next&team_id=99 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | last_next |
| team_id | integer | {{TEAM_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Fixtures by TV Channel
GETFixtures by TV Channel ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=tv&tv_id=15 | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=tv&tv_id=15 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | tv |
| tv_id | integer | {{TV_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Match by ID
GETMatch By ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=info&id=ID | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=15006543 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{MATCH_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Match Commentary
GETMatch Commentary By Match ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=match_comments&id={{MATCH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=match_comments&id=15006543 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match_comments |
| id | integer | {{MATCH_ID}} |
| order | string | {{ASC / DESC}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Match Events
GETMatch Events By Match ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=match_events&id={{MATCH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=match_events&id=15006543 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match_events |
| id | string | {{MATCH_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Match Lineups
GETLineups By Match ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=match_lineups&id={{MATCH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=match_lineups&id=15006543 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match_lineups |
| id | string | {{MATCH_ID}} |
| include | integer | stats |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Match Bench
GETBench By Match ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=match_bench&id={{MATCH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=match_bench&id=15006543 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match_bench |
| id | string | {{MATCH_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Match by Multiple ID
GETMatches by Multiple Match IDs
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=sort&ids={{ID, ID, ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=sort&ids=1311114,1281416 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | string | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | sort |
| ids | string | {{ID, ID, ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Match Sidelined
GETMatch Sidelined by Match ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=match_sidelined&id={{MATCH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=match_sidelined&id=15006543 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | string | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match_sidelined |
| id | string | {{MATCH_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Match Stats
GETMatch Statistics By Match ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/stats/?user={{USERNAME}}&token={{TOKEN}}&t=match&id={{MATCH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/stats/?user=user1&token=Z5R9jArYsKZmHmP47&t=match&id=15006543 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match |
| id | integer | {{MATCH_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
League Stats
GETLeague Statistics by League ID (Current Season)
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/stats/?user={{USERNAME}}&token={{TOKEN}}&t=league&id={{LEAGUE_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/stats/?user=user1&token=Z5R9jArYsKZmHmP47&t=league&id=1005 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | league |
| id | integer | {{LEAGUE_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Season Stats
GETSeason Statistics by Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/stats/?user={{USERNAME}}&token={{TOKEN}}&t=season&id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/stats/?user=user1&token=Z5R9jArYsKZmHmP47&t=season&id=406 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | season |
| id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Team Stats
GETTeam Statistics by Team ID and Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/stats/?user={{USERNAME}}&token={{TOKEN}}&t=team&id={{TEAM_ID}}&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/stats/?user=user1&token=Z5R9jArYsKZmHmP47&t=team&id=98&season_id=406 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | team |
| id | integer | {{TEAM_ID}} |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Player Stats / Season
GETPlayer Statistics by Player ID and Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/stats/?user={{USERNAME}}&token={{TOKEN}}&t=player&id={{PLAYER_ID}}&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/stats/?user=user1&token=Z5R9jArYsKZmHmP47&t=player&id=13185&season_id=406 | |
| Paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | player |
| id | integer | {{PLAYER_ID}} |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Player Stats by Match ID
GETPlayer Stats by Player ID and Match ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/stats/?user={{USERNAME}}&token={{TOKEN}}&t=player&player_id={{PLAYER_ID}}&match_id={{MATCH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/stats/?user=user1&token=Z5R9jArYsKZmHmP47&t=player&player_id=14674&match_id=42643467 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | player |
| player_id | integer | {{PLAYER_ID}} |
| match_id | integer | {{MATCH_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Match H2H
GETMatch Head to Head
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/h2h/?user={{USERNAME}}&token={{TOKEN}}&t=match&id={{MATCH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/h2h/?user=user1&token=Z5R9jArYsKZmHmP47&t=match&id=15006543 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match |
| id | string | {{MATCH_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
H2H Team vs Team
GETteam vs team Head to Head
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/h2h/?user={{USERNAME}}&token={{TOKEN}}&t=teams&team1={{TEAM1_ID}}&team2={{TEAM2_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/h2h/?user=user1&token=Z5R9jArYsKZmHmP47&t=teams&team1=99&team2=113 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match |
| team1 | int | {{TEAM1_ID}} |
| team2 | int | {{TEAM2_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Topscorers (Leaders)
GETTopscorers By Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/leaders/?user={{USERNAME}}&token={{TOKEN}}&t=topscorers&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/leaders/?user=user1&token=Z5R9jArYsKZmHmP47&t=topscorers&season_id=406 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | topscorers |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Topassists (Leaders)
GETTopassists By Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/leaders/?user={{USERNAME}}&token={{TOKEN}}&t=topscorers&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/leaders/?user=user1&token=Z5R9jArYsKZmHmP47&t=topscorers&season_id=406 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | topassists |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Topcards (Leaders)
GETTopcards by Season ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/leaders/?user={{USERNAME}}&token={{TOKEN}}&t=topcards&season_id={{SEASON_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/leaders/?user=user1&token=Z5R9jArYsKZmHmP47&t=topcards&season_id=406 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | topcards |
| season_id | integer | {{SEASON_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Bookmakers
GETBookmakers
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/bookmakers/?user={{USERNAME}}&token={{TOKEN}}&t=list | |
| Endpoint | https://api.soccersapi.com/v2.2/bookmakers/?user=user1&token=Z5R9jArYsKZmHmP47&t=list | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | list |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Bookmaker by ID
GETBookmaker by ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/bookmakers/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{BOOKMAKER_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/bookmakers/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=2 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{BOOKMAKER_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Markets
GETMarkets
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/markets/?user={{USERNAME}}&token={{TOKEN}}&t=list | |
| Endpoint | https://api.soccersapi.com/v2.2/markets/?user=user1&token=Z5R9jArYsKZmHmP47&t=list | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | list |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Market by ID
GETMarket by ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/markets/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{MARKET_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/markets/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=1 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{MARKET_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Pre-Match Odds
GETPre-Match Odds
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=match_odds&id={{MATCH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=match_odds&id=15006543 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match_odds |
| id | integer | {{MATCH_ID}} |
| bookmaker_custom_sort | integer | {{BOOKMAKERS_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
In-Play Odds
GETIn-Play Odds by Match ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=match_oddsinplay&id={{MATCH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=match_oddsinplay&id=15006543 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match_oddsinplay |
| id | integer | {{MATCH_ID}} |
| bookmaker_custom_sort | integer | {{BOOKMAKERS_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Match Odds by Bookmaker
GETMatch Odds by Bookmaker
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/fixtures/?user={{USERNAME}}&token={{TOKEN}}&t=match_odds_info&id={{MATCH_ID}}&bookmaker_id={{BOOKMAKER_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/fixtures/?user=user1&token=Z5R9jArYsKZmHmP47&t=match_odds_info&id=15203332&bookmaker_id=1 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match_odds_info |
| id | integer | {{MATCH_ID}} |
| bookmaker_id | integer | {{BOOKMAKER_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Player by ID
GETplayer By ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/players/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{PLAYER_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/players/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=13185 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{PLAYER_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Players by Country
GETplayer By ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/players/?user={{USERNAME}}&token={{TOKEN}}&t=list&country_id={{COUNTRY_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/players/?user=user1&token=Z5R9jArYsKZmHmP47&t=list&country_id=4 | |
| Paginated | Yes, 100 per page |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | list |
| country_id | integer | {{COUNTRY_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Matches on TV by Date
GETMatches on TV by Date
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
You can use #Includes with this endpoint
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/broadcast/?user={{USERNAME}}&token={{TOKEN}}&t=schedule&d={{YYYY-MM-DD}} | |
| Endpoint | https://api.soccersapi.com/v2.2/broadcast/?user=user1&token=Z5R9jArYsKZmHmP47&t=schedule&d=2020-08-03 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match_tvs |
| d | string | {{YYYY-MM-DD}} |
| include | string | tvs |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Match TV Channels
GETTV Channels by Match ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/broadcast/?user={{USERNAME}}&token={{TOKEN}}&t=match_tvs&id={{MATCH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/broadcast/?user=user1&token=Z5R9jArYsKZmHmP47&t=match_tvs&id=15006543 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | match_tvs |
| id | integer | {{MATCH_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
TV Channel by ID
GETTV Channel info by ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/broadcast/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{TV_CHANNEL_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/broadcast/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=2 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | info |
| id | integer | {{TV_CHANNEL_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
All TV Channels
GETAll TV Channels list
PostmanThis endpoint is only available after the free trial period
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/broadcast/?user=null&token=null&t=list | |
| Endpoint | https://api.soccersapi.com/v2.2/broadcast/?user={{USERNAME}}&token={{TOKEN}}&t=list | |
| Paginated | Yes, 100 per page |
URI Parameters
Notice: Undefined property: stdClass::$params4_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params4_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params4_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | list |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params4_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 210
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
TV Channels by Country
GETTV Channels by country ID
PostmanThis endpoint is only available after the free trial period
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/broadcast/?user={{USERNAME}}&token={{TOKEN}}&t=list&country_id={{COUNTRY_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/broadcast/?user=null&token=null&t=list&country_id=15 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | list |
| country_id | integer | {{COUNTRY_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Coach by ID
GETcoaches By ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/coaches/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{COACH_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/coaches/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=1007 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{COACH_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
All Coaches
GETAll Coaches list
PostmanThis endpoint is only available after the free trial period
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/coaches/?user={{USERNAME}}&token={{TOKEN}}&t=list&page={{PAGE}} | |
| Endpoint | https://api.soccersapi.com/v2.2/coaches/?user=null&token=null&t=list&page=1 | |
| Paginated | Yes, 100 per page |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | list |
| page | integer | {{PAGE}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Coaches by Country
GETCoaches by Country ID
PostmanThis endpoint is only available after the free trial period
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/coaches/?user={{USERNAME}}&token={{TOKEN}}&t=list&country_id={{COUNTRY_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/coaches/?user=null&token=null&t=list&country_id=25 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | list |
| country_id | integer | {{COUNTRY_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Venue by ID
GETVenue By ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/venues/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{VENUE_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/venues/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=1216 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{VENUE_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
All Venues
GETAll Venues list
PostmanThis endpoint is only available after the free trial period
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/venues/?user={{USERNAME}}&token={{TOKEN}}&t=list | |
| Endpoint | https://api.soccersapi.com/v2.2/venues/?user=null&token=null&t=list | |
| Paginated | Yes, 100 per page |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | list |
| page | integer | {{PAGE}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Venues by Country
GETVenues by Country ID
PostmanThis endpoint is only available after the free trial period
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/venues/?user={{USERNAME}}&token={{TOKEN}}&t=list&country_id={{COUNTRY_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/venues/?user=null&token=null&t=list&country_id=15 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 116
Notice: Undefined property: stdClass::$params5_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params6_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params7_2 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 117
Notice: Undefined property: stdClass::$params5_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params6_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
Notice: Undefined property: stdClass::$params7_3 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 118
| user | String | {{USERNAME}} |
| token | String | {{TOKEN}} |
| t | String | list |
| country_id | integer | {{COUNTRY_ID}} |
Response
Test Endpoint
Notice: Undefined property: stdClass::$params5_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 213
Notice: Undefined property: stdClass::$params6_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 216
Notice: Undefined property: stdClass::$params7_1 in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 219
Notice: Undefined property: stdClass::$is_endpoint in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 38
Referee by ID
GETReferee By ID
PostmanNotice: Undefined property: stdClass::$in_trial in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 61
Notice: Undefined property: stdClass::$has_includes in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 67
Notice: Undefined property: stdClass::$section_text in /var/www/soccersapi.com/public_htmlNEW/view/front/themes/master/endpoints/endpoint_model.php on line 75
Description
| Headers | application/json | |
| Endpoint Example | https://api.soccersapi.com/v2.2/referees/?user={{USERNAME}}&token={{TOKEN}}&t=info&id={{REFEREE_ID}} | |
| Endpoint | https://api.soccersapi.com/v2.2/referees/?user=user1&token=Z5R9jArYsKZmHmP47&t=info&id=372 | |
| Paginated | No, this endpoint is not paginated |
URI Parameters
| user | String | {{USERNAME}} |
| token | string | {{TOKEN}} |
| t | string | info |
| id | integer | {{REFEREE_ID}} |
Response
Test Endpoint
