Skip to content

Reference Data

spnkr.models.refdata

Enumerated data types used by the Halo Infinite API.

AssetHome

Bases: IntEnum

Source of an asset.

AssetKind

Bases: IntEnum

Types of assets used by Halo Infinite.

BotDifficulty

Bases: IntEnum

Bot difficulty levels as encoded in stats responses.

CloneBehavior

Bases: IntEnum

Permission levels for cloning assets.

FilmChunkType

Bases: IntEnum

Types of saved film chunks.

FilmStatus

Bases: IntEnum

Status of a saved film.

GameVariantCategory

Bases: IntEnum

Game mode category enumeration.

GameplayInteraction

Bases: IntEnum

Types of enemies interacted with in-game.

InspectionResult

Bases: IntEnum

Related to readiness of user-generated content?

LifecycleMode

Bases: IntEnum

Match origin/hosting method enumeration.

MedalDifficulty

Bases: IntEnum

Difficulty of medals obtainable in matchmaking.

MedalNameId

Bases: IntEnum

Medal award enumeration.

display_name property

Get the name of the medal as displayed in-game.

MedalType

Bases: IntEnum

Types of medals obtainable in matchmaking.

Outcome

Bases: IntEnum

Match outcome options.

PersonalScoreNameId

Bases: IntEnum

Personal score award enumeration.

display_name property

Get the name of the personal score award as displayed in-game.

PlayerType

Bases: IntEnum

Types of players.

PlaylistBotDifficulty

Bases: IntEnum

Bot difficulty options for matchmaking playlists.

PlaylistDeviceInput

Bases: IntEnum

Device input options for matchmaking playlists.

PlaylistEntrySelectionStrategy

Bases: IntEnum

Selection strategies for playlist entries.

PlaylistExperience

Bases: IntEnum

Type of experience provided by a matchmaking playlist.

SkillResultCode

Bases: IntEnum

Result codes for skill requests.

SubTier

Bases: Enum

Sub-tiers of skill rankings.

The value attribute of the sub-tier items is the index of the sub-tier, starting at 0 for the 1st sub-tier and incrementing as sub-tier increases. The to_int method returns the true sub-tier value, e.g., "ONE" returns 1.

from_int(value) classmethod

Return the sub-tier from an integer value.

to_int()

Return the integer value of the sub-tier. For example, "ONE" => 1.

Tier

Bases: StrEnum

Tiers of skill rankings.