GET /api/v1/region/:region/machine_score_xrefs.json
Fetch all high scores for a region

Supported Formats

json

Params

Param name Description
region
required

Name of the Region you want to see scores for

Validations:

  • Must be a String

zone_id
optional

ID of the zone you want to see scores for

Validations:

  • Must be a Integer

limit
optional

Limit number of results returned

Validations:

  • Must be a Integer


POST /api/v1/machine_score_xrefs.json
Enter a new high score for a machine

Supported Formats

json

Params

Param name Description
location_machine_xref_id
required

Location machine identifier for high score

Validations:

  • Must be a Integer

score
optional

A pinball machine high score

Validations:

  • Must be a String


GET /api/v1/machine_score_xrefs/:id.json
View all high scores for a location's machine

Supported Formats

json

Params

Param name Description
id
required

The location machine ID, NOT the machine score ID

Validations:

  • Must be a Integer