Skip to main content

Abbreviation Company Name

These abbreviations are used by the type field in results and by the type and site parameters across the API.

AbbreviationCompany Name
MMagnum
PMPDa Ma Cai
STSportsToto
SGSingapore
CSSpecial CashSweep
STCSandakan
EESabah88
HLucky Hari Hari
GDGrand Dragon
PPerdana

Where each form is used

FormExampleUsed by
AbbreviationCStype in results, Number Analysis, Number History, Hot Number; site in Draw List; keys in Company Logo
Full name, underscoredSpecial_CashSweeptype in Check Image and Base64 to Image
caution

The image endpoints are the only two that take the full company name instead of the abbreviation. Everything else uses the abbreviation.

Other type values seen in results

These appear in the result payload's type field but are not in the abbreviation table above:

ValueNotes
HT19:30, HT15:30The only types that populate fdData.jackpotAmount.
GD6DThe only type that populates fdData.d1.
SGJP6/45The only type that populates fdData.others.

Copy-paste constant

export const COMPANIES = {
M: 'Magnum',
PMP: 'Da Ma Cai',
ST: 'SportsToto',
SG: 'Singapore',
CS: 'Special CashSweep',
STC: 'Sandakan',
EE: 'Sabah88',
H: 'Lucky Hari Hari',
GD: 'Grand Dragon',
P: 'Perdana',
};

export const COMPANY_CODES = Object.keys(COMPANIES);