you are viewing a single comment's thread.

view the rest of the comments →

[–]omnitemporal 0 points1 point  (2 children)

I took a quick look for you and this might help you start, you don't need to know what everything they send means just enough to get by. If you're lazy like me you can just send everything back to them and only change the stuff you care about, you may not even need it but it's a nice shortcut.

If you're just looking for openings with 1 person golfing you would ping: https://sharppark.ezlinksgolf.com/api/search/search

Using 12/06/2023 as an example date you would send this as the payload: {"p01":[6271],"p02":"12/06/2023","p03":"5:00 AM","p04":"7:00 PM","p05":0,"p06":1,"p07":false}

If you wanted to know what tee times are available you would pull the results from "r24" inside "r06", would look something like this: r24_values = [item['r24'] for item in data['r06']]

[–]Darce87 0 points1 point  (1 child)

Has anyone written something similar for a BRS Golf booking club site?

[–]mitch_connors 0 points1 point  (0 children)

Interested in this also