Back to API overview

Player

Lookup

  curl -H "Content-Type: application/json" -X GET \
    -d "{\"conditions\":{\"license_number\":45472},\"auth_token\":\"TOKEN\"}" \
    "http://127.0.0.1:5000/bo/players"

This returns a list of players where the license_number matches "license_number*". If for example 45472 is passed, 454720-454729 will be found. If 454729 is passed, exactly that one player is found with license number 454729.

Clients who don't support HTTP Body during a GET request use a POST request instead.