Person Career Statistics

Request: GET

Get the detail about a specific person's performance in their career

HTTP Request

GET /v1/{sport}/statistics/personcareer/persons/{personId}

Parameters

Parameter Name Value Description
Required Parameters
sport string The sport for which you are making the request
personId integer The unique identifier for this person
Optional Parameters
leagueId integer Display only records scored from a particular league
representation string Display only records when representating
  • COUNTRY A nation/country
  • CLUB A club/team
  • ALL All - default
representativeClubId integer Display only records when representing a particular club
representativeCountryCode string Display only records when representing a particular country
standard integer Display only records of a particular standard
  • OLYMPICS Olympics
  • WORLD_CHAMPIONSHIPS World Championships
  • ZONE_CHAMPIONSHIPS International Zone Championships
  • FRIENDLIES International Friendlies
  • INTERNATIONAL International
  • REGION Regional
  • ELITE Professional/elite organisation
  • TIER2 - lesser standard than elite
  • TIER3 - lesser standard than tier 2
  • GRASS_ROOTS - normal standard
  • ALL All - default
ageGroup string Display only records for an age group
  • JUNIOR Child/Teenage (below 18)
  • SENIOR Adult, 18+
  • MASTERS More senior ages, 40+
  • ALL All - default
matchType string Display only totals for certain type of matches
  • PRESEASON Pre Season
  • REGULAR Regular matches
  • FINALS Finals/Playoffs
  • ALL The total of regular and finals
useExternalForLeague integer If this value is set to the leagueId, then the URL parameter personId will instead refer to the externalId field of the person entity in that league.

Request Body

Do not supply a request body with this method.

Response

If successful this method returns an array of Person Career Statistics resources.