Download OpenAPI specification:Download
A REST API for all of your cribbage hand counting needs. Hand format is a comma separated list of 5 cards where:
Retrieves a hand's score and all scoring card combinations
hand | Array of strings 5 items unique [ items 2 characters ] An array of cards |
isCrib | boolean Default: false Is this the crib hand (used for flushes) |
{- "points": [
- {
- "name": "string",
- "cards": [
- "st"
], - "points": 0
}
], - "score": 0
}