Skip to main content

EaSportsFcSeriesService

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

MethodsDescription
get_fifa_seriesList series for the EA Sports FC videogame
get_fifa_series_pastList past EA Sports FC series
get_fifa_series_runningList running EA Sports FC series
get_fifa_series_upcomingList upcoming EA Sports FC series

get_fifa_series

List series for the EA Sports FC videogame

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

Parameters

NameTypeRequiredDescription
filterFilterOverFifaSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverFifaSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverFifaSeriesOptions 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 {
FilterOverFifaSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverFifaSeries,
SearchOverFifaSeries,
} from 'pandascore_client';

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

const filterOverFifaSeriesVideogameTitle = 8;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverFifaSeries: FilterOverFifaSeries = {
beginAt: ['pariat'],
endAt: ['n'],
id: [7],
leagueId: [3],
modifiedAt: ['elit '],
name: ['commo'],
season: ['cillum a'],
slug: ['mj-4az6h8u'],
videogameTitle: [filterOverFifaSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverFifaSeries: RangeOverFifaSeries = {
beginAt: ['qui nu'],
endAt: ['nulla elit '],
id: [6],
leagueId: [8],
modifiedAt: ['qui consequat'],
name: ['nulla'],
season: ['occaecat enim'],
slug: ['dw'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverFifaSeries: SearchOverFifaSeries = {
name: 'sed do',
season: 'cillum d',
slug: 'ou',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.eaSportsFcSeries.getFifaSeries({
filter: filterOverFifaSeries,
range: rangeOverFifaSeries,
sort: [[]],
search: searchOverFifaSeries,
page: page,
perPage: 50,
});

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

get_fifa_series_past

List past EA Sports FC series

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

Parameters

NameTypeRequiredDescription
filterFilterOverFifaSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverFifaSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverFifaSeriesOptions 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 {
FilterOverFifaSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverFifaSeries,
SearchOverFifaSeries,
} from 'pandascore_client';

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

const filterOverFifaSeriesVideogameTitle = 8;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverFifaSeries: FilterOverFifaSeries = {
beginAt: ['pariat'],
endAt: ['n'],
id: [7],
leagueId: [3],
modifiedAt: ['elit '],
name: ['commo'],
season: ['cillum a'],
slug: ['mj-4az6h8u'],
videogameTitle: [filterOverFifaSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverFifaSeries: RangeOverFifaSeries = {
beginAt: ['qui nu'],
endAt: ['nulla elit '],
id: [6],
leagueId: [8],
modifiedAt: ['qui consequat'],
name: ['nulla'],
season: ['occaecat enim'],
slug: ['dw'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverFifaSeries: SearchOverFifaSeries = {
name: 'sed do',
season: 'cillum d',
slug: 'ou',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.eaSportsFcSeries.getFifaSeriesPast({
filter: filterOverFifaSeries,
range: rangeOverFifaSeries,
sort: [[]],
search: searchOverFifaSeries,
page: page,
perPage: 50,
});

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

get_fifa_series_running

List running EA Sports FC series

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

Parameters

NameTypeRequiredDescription
filterFilterOverFifaSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverFifaSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverFifaSeriesOptions 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 {
FilterOverFifaSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverFifaSeries,
SearchOverFifaSeries,
} from 'pandascore_client';

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

const filterOverFifaSeriesVideogameTitle = 8;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverFifaSeries: FilterOverFifaSeries = {
beginAt: ['pariat'],
endAt: ['n'],
id: [7],
leagueId: [3],
modifiedAt: ['elit '],
name: ['commo'],
season: ['cillum a'],
slug: ['mj-4az6h8u'],
videogameTitle: [filterOverFifaSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverFifaSeries: RangeOverFifaSeries = {
beginAt: ['qui nu'],
endAt: ['nulla elit '],
id: [6],
leagueId: [8],
modifiedAt: ['qui consequat'],
name: ['nulla'],
season: ['occaecat enim'],
slug: ['dw'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverFifaSeries: SearchOverFifaSeries = {
name: 'sed do',
season: 'cillum d',
slug: 'ou',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.eaSportsFcSeries.getFifaSeriesRunning({
filter: filterOverFifaSeries,
range: rangeOverFifaSeries,
sort: [[]],
search: searchOverFifaSeries,
page: page,
perPage: 50,
});

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

get_fifa_series_upcoming

List upcoming EA Sports FC series

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

Parameters

NameTypeRequiredDescription
filterFilterOverFifaSeriesOptions to filter results. String fields are case sensitive
For more information on filtering, see docs.
rangeRangeOverFifaSeriesOptions to select results within ranges
For more information on ranges, see docs.
sortany[]Options to sort results
For more information on sorting, see docs.
searchSearchOverFifaSeriesOptions 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 {
FilterOverFifaSeries,
OpponentType,
Page,
PandascoreClient,
RangeOverFifaSeries,
SearchOverFifaSeries,
} from 'pandascore_client';

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

const filterOverFifaSeriesVideogameTitle = 8;

const opponentId = 7;

const opponentType = OpponentType.PLAYER;

const filterOverFifaSeries: FilterOverFifaSeries = {
beginAt: ['pariat'],
endAt: ['n'],
id: [7],
leagueId: [3],
modifiedAt: ['elit '],
name: ['commo'],
season: ['cillum a'],
slug: ['mj-4az6h8u'],
videogameTitle: [filterOverFifaSeriesVideogameTitle],
winnerId: [opponentId],
winnerType: [opponentType],
year: [123],
};
const opponentId1 = 7;

const opponentType1 = OpponentType.PLAYER;

const rangeOverFifaSeries: RangeOverFifaSeries = {
beginAt: ['qui nu'],
endAt: ['nulla elit '],
id: [6],
leagueId: [8],
modifiedAt: ['qui consequat'],
name: ['nulla'],
season: ['occaecat enim'],
slug: ['dw'],
winnerId: [opponentId1],
winnerType: [opponentType1],
year: [123],
};
const opponentType12 = OpponentType.PLAYER;

const searchOverFifaSeries: SearchOverFifaSeries = {
name: 'sed do',
season: 'cillum d',
slug: 'ou',
winnerType: opponentType12,
};
const page = 1;

const { data } = await pandascoreClient.eaSportsFcSeries.getFifaSeriesUpcoming({
filter: filterOverFifaSeries,
range: rangeOverFifaSeries,
sort: [[]],
search: searchOverFifaSeries,
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 →