Orbital Scoreboard
API: Post Scores
2min
Please ensure your code does not excessively post or it will get blocked.
This endpoint allows you to post scores.
POST
Request
Header Parameters
Content-type
required
String
application/json
Form Parameters
auth
optional
String
the players api key they should have gotten from orbitalscoreboard.com
player id
optional
String
the players id they should have gotten from orbitalscoreboard.com
player initials
optional
String
The players default initials. You can override these with the players entered initials if they get a high score. This should be 3 characters.
score
optional
Number
table
optional
String
this should be the cGameName value
version
optional
String
pass the current version of the table
{ "auth": "f4c0b21f-c285-11e9-ba09-42010a8a0000", "player id": "MMChamp", "player initials": "MMC", "score":123456, "table":"hpgof", "version":"40" } |
---|
wp_orbitalsb > scores
Updated 25 Mar 2024
Did this page help you?