Skip to main content

CounterStrikeSeriesService

A list of all methods in the CounterStrikeSeriesService service. Click on the method name to view detailed information about that method.

MethodsDescription
get_csgo_seriesList series for the Counter-Strike videogame
get_csgo_series_pastList past Counter-Strike series
get_csgo_series_runningList running Counter-Strike series
get_csgo_series_upcomingList upcoming Counter-Strike series

get_csgo_series

List series for the Counter-Strike videogame

  • HTTP Method: GET
  • Endpoint: /csgo/series

Parameters

NameTypeRequiredDescription
filterFilterOverCsgoSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverCsgoSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverCsgoSeriesOptions to search results
For more information on searching, see docs.
pagePagePagination in the form of page=2 or page[size]=30&page[number]=2
perPagenumberEquivalent to page[size]

Return Type

Serie[]

Example Usage Code Snippet

import {
FilterOverCsgoSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverCsgoSeries,
SearchOverCsgoSeries,
} from 'pandascore_client';

(async () => {
const pandascoreClient = new PandascoreClient({
token: 'YOUR_TOKEN',
});

const filterOverCsgoSeriesVideogameTitle = 8;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverCsgoSeries: FilterOverCsgoSeries = {
beginAt: ['consectet'],
endAt: ['ut Ut dolo'],
id: [10],
leagueId: [3],
modifiedAt: ['do commodo in '],
name: ['ut sed mag'],
season: ['deserunt no'],
slug: ['xn5ho'],
videogameTitle: [filterOverCsgoSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverCsgoSeries: RangeOverCsgoSeries = {
beginAt: ['ipsum tempo'],
endAt: ['ad '],
id: [9],
leagueId: [10],
modifiedAt: ['mini'],
name: ['quis '],
season: ['est ea aliqu'],
slug: ['v9v6xpow'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverCsgoSeries: SearchOverCsgoSeries = {
name: 'in mollit offic',
season: 'nostrud elit',
slug: 'n-l-8j',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.counterStrikeSeries.getCsgoSeries({
filter: filterOverCsgoSeries,
range: rangeOverCsgoSeries,
sort: [[]],
search: searchOverCsgoSeries,
page: page,
perPage: 50,
});

console.log(data);
})();

get_csgo_series_past

List past Counter-Strike series

  • HTTP Method: GET
  • Endpoint: /csgo/series/past

Parameters

NameTypeRequiredDescription
filterFilterOverCsgoSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverCsgoSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverCsgoSeriesOptions to search results
For more information on searching, see docs.
pagePagePagination in the form of page=2 or page[size]=30&page[number]=2
perPagenumberEquivalent to page[size]

Return Type

Serie[]

Example Usage Code Snippet

import {
FilterOverCsgoSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverCsgoSeries,
SearchOverCsgoSeries,
} from 'pandascore_client';

(async () => {
const pandascoreClient = new PandascoreClient({
token: 'YOUR_TOKEN',
});

const filterOverCsgoSeriesVideogameTitle = 8;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverCsgoSeries: FilterOverCsgoSeries = {
beginAt: ['consectet'],
endAt: ['ut Ut dolo'],
id: [10],
leagueId: [3],
modifiedAt: ['do commodo in '],
name: ['ut sed mag'],
season: ['deserunt no'],
slug: ['xn5ho'],
videogameTitle: [filterOverCsgoSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverCsgoSeries: RangeOverCsgoSeries = {
beginAt: ['ipsum tempo'],
endAt: ['ad '],
id: [9],
leagueId: [10],
modifiedAt: ['mini'],
name: ['quis '],
season: ['est ea aliqu'],
slug: ['v9v6xpow'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverCsgoSeries: SearchOverCsgoSeries = {
name: 'in mollit offic',
season: 'nostrud elit',
slug: 'n-l-8j',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.counterStrikeSeries.getCsgoSeriesPast({
filter: filterOverCsgoSeries,
range: rangeOverCsgoSeries,
sort: [[]],
search: searchOverCsgoSeries,
page: page,
perPage: 50,
});

console.log(data);
})();

get_csgo_series_running

List running Counter-Strike series

  • HTTP Method: GET
  • Endpoint: /csgo/series/running

Parameters

NameTypeRequiredDescription
filterFilterOverCsgoSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverCsgoSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverCsgoSeriesOptions to search results
For more information on searching, see docs.
pagePagePagination in the form of page=2 or page[size]=30&page[number]=2
perPagenumberEquivalent to page[size]

Return Type

Serie[]

Example Usage Code Snippet

import {
FilterOverCsgoSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverCsgoSeries,
SearchOverCsgoSeries,
} from 'pandascore_client';

(async () => {
const pandascoreClient = new PandascoreClient({
token: 'YOUR_TOKEN',
});

const filterOverCsgoSeriesVideogameTitle = 8;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverCsgoSeries: FilterOverCsgoSeries = {
beginAt: ['consectet'],
endAt: ['ut Ut dolo'],
id: [10],
leagueId: [3],
modifiedAt: ['do commodo in '],
name: ['ut sed mag'],
season: ['deserunt no'],
slug: ['xn5ho'],
videogameTitle: [filterOverCsgoSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverCsgoSeries: RangeOverCsgoSeries = {
beginAt: ['ipsum tempo'],
endAt: ['ad '],
id: [9],
leagueId: [10],
modifiedAt: ['mini'],
name: ['quis '],
season: ['est ea aliqu'],
slug: ['v9v6xpow'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverCsgoSeries: SearchOverCsgoSeries = {
name: 'in mollit offic',
season: 'nostrud elit',
slug: 'n-l-8j',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.counterStrikeSeries.getCsgoSeriesRunning({
filter: filterOverCsgoSeries,
range: rangeOverCsgoSeries,
sort: [[]],
search: searchOverCsgoSeries,
page: page,
perPage: 50,
});

console.log(data);
})();

get_csgo_series_upcoming

List upcoming Counter-Strike series

  • HTTP Method: GET
  • Endpoint: /csgo/series/upcoming

Parameters

NameTypeRequiredDescription
filterFilterOverCsgoSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverCsgoSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverCsgoSeriesOptions to search results
For more information on searching, see docs.
pagePagePagination in the form of page=2 or page[size]=30&page[number]=2
perPagenumberEquivalent to page[size]

Return Type

Serie[]

Example Usage Code Snippet

import {
FilterOverCsgoSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverCsgoSeries,
SearchOverCsgoSeries,
} from 'pandascore_client';

(async () => {
const pandascoreClient = new PandascoreClient({
token: 'YOUR_TOKEN',
});

const filterOverCsgoSeriesVideogameTitle = 8;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverCsgoSeries: FilterOverCsgoSeries = {
beginAt: ['consectet'],
endAt: ['ut Ut dolo'],
id: [10],
leagueId: [3],
modifiedAt: ['do commodo in '],
name: ['ut sed mag'],
season: ['deserunt no'],
slug: ['xn5ho'],
videogameTitle: [filterOverCsgoSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverCsgoSeries: RangeOverCsgoSeries = {
beginAt: ['ipsum tempo'],
endAt: ['ad '],
id: [9],
leagueId: [10],
modifiedAt: ['mini'],
name: ['quis '],
season: ['est ea aliqu'],
slug: ['v9v6xpow'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverCsgoSeries: SearchOverCsgoSeries = {
name: 'in mollit offic',
season: 'nostrud elit',
slug: 'n-l-8j',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.counterStrikeSeries.getCsgoSeriesUpcoming({
filter: filterOverCsgoSeries,
range: rangeOverCsgoSeries,
sort: [[]],
search: searchOverCsgoSeries,
page: page,
perPage: 50,
});

console.log(data);
})();

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →