Skip to main content

RlSeriesService

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

MethodsDescription
get_rl_seriesList series for the Rocket League videogame
get_rl_series_pastList past Rocket League series
get_rl_series_runningList running Rocket League series
get_rl_series_upcomingList upcoming Rocket League series

get_rl_series

List series for the Rocket League videogame

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

Parameters

NameTypeRequiredDescription
filterFilterOverRlSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverRlSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverRlSeriesOptions 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 {
FilterOverRlSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverRlSeries,
SearchOverRlSeries,
} from 'pandascore_client';

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

const filterOverRlSeriesVideogameTitle = 6;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverRlSeries: FilterOverRlSeries = {
beginAt: ['Du'],
endAt: ['p'],
id: [2],
leagueId: [3],
modifiedAt: ['anim nisi n'],
name: ['aliquip'],
season: ['voluptate'],
slug: ['ap-k3fd'],
videogameTitle: [filterOverRlSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverRlSeries: RangeOverRlSeries = {
beginAt: ['cul'],
endAt: ['adipisicing nos'],
id: [1],
leagueId: [10],
modifiedAt: ['Duis ex fugiat'],
name: ['aliquip occaeca'],
season: ['aute '],
slug: ['bcurr'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverRlSeries: SearchOverRlSeries = {
name: 'nulla lab',
season: 'elit ci',
slug: '81xnq-',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.rlSeries.getRlSeries({
filter: filterOverRlSeries,
range: rangeOverRlSeries,
sort: [[]],
search: searchOverRlSeries,
page: page,
perPage: 50,
});

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

get_rl_series_past

List past Rocket League series

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

Parameters

NameTypeRequiredDescription
filterFilterOverRlSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverRlSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverRlSeriesOptions 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 {
FilterOverRlSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverRlSeries,
SearchOverRlSeries,
} from 'pandascore_client';

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

const filterOverRlSeriesVideogameTitle = 6;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverRlSeries: FilterOverRlSeries = {
beginAt: ['Du'],
endAt: ['p'],
id: [2],
leagueId: [3],
modifiedAt: ['anim nisi n'],
name: ['aliquip'],
season: ['voluptate'],
slug: ['ap-k3fd'],
videogameTitle: [filterOverRlSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverRlSeries: RangeOverRlSeries = {
beginAt: ['cul'],
endAt: ['adipisicing nos'],
id: [1],
leagueId: [10],
modifiedAt: ['Duis ex fugiat'],
name: ['aliquip occaeca'],
season: ['aute '],
slug: ['bcurr'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverRlSeries: SearchOverRlSeries = {
name: 'nulla lab',
season: 'elit ci',
slug: '81xnq-',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.rlSeries.getRlSeriesPast({
filter: filterOverRlSeries,
range: rangeOverRlSeries,
sort: [[]],
search: searchOverRlSeries,
page: page,
perPage: 50,
});

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

get_rl_series_running

List running Rocket League series

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

Parameters

NameTypeRequiredDescription
filterFilterOverRlSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverRlSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverRlSeriesOptions 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 {
FilterOverRlSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverRlSeries,
SearchOverRlSeries,
} from 'pandascore_client';

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

const filterOverRlSeriesVideogameTitle = 6;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverRlSeries: FilterOverRlSeries = {
beginAt: ['Du'],
endAt: ['p'],
id: [2],
leagueId: [3],
modifiedAt: ['anim nisi n'],
name: ['aliquip'],
season: ['voluptate'],
slug: ['ap-k3fd'],
videogameTitle: [filterOverRlSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverRlSeries: RangeOverRlSeries = {
beginAt: ['cul'],
endAt: ['adipisicing nos'],
id: [1],
leagueId: [10],
modifiedAt: ['Duis ex fugiat'],
name: ['aliquip occaeca'],
season: ['aute '],
slug: ['bcurr'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverRlSeries: SearchOverRlSeries = {
name: 'nulla lab',
season: 'elit ci',
slug: '81xnq-',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.rlSeries.getRlSeriesRunning({
filter: filterOverRlSeries,
range: rangeOverRlSeries,
sort: [[]],
search: searchOverRlSeries,
page: page,
perPage: 50,
});

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

get_rl_series_upcoming

List upcoming Rocket League series

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

Parameters

NameTypeRequiredDescription
filterFilterOverRlSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverRlSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverRlSeriesOptions 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 {
FilterOverRlSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverRlSeries,
SearchOverRlSeries,
} from 'pandascore_client';

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

const filterOverRlSeriesVideogameTitle = 6;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverRlSeries: FilterOverRlSeries = {
beginAt: ['Du'],
endAt: ['p'],
id: [2],
leagueId: [3],
modifiedAt: ['anim nisi n'],
name: ['aliquip'],
season: ['voluptate'],
slug: ['ap-k3fd'],
videogameTitle: [filterOverRlSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverRlSeries: RangeOverRlSeries = {
beginAt: ['cul'],
endAt: ['adipisicing nos'],
id: [1],
leagueId: [10],
modifiedAt: ['Duis ex fugiat'],
name: ['aliquip occaeca'],
season: ['aute '],
slug: ['bcurr'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverRlSeries: SearchOverRlSeries = {
name: 'nulla lab',
season: 'elit ci',
slug: '81xnq-',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.rlSeries.getRlSeriesUpcoming({
filter: filterOverRlSeries,
range: rangeOverRlSeries,
sort: [[]],
search: searchOverRlSeries,
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 →