I run a puzzle forum which has official competition from all over the globe. There is a custom profile field in which the user enters their ID.
I'd like, for users who enter their ID, to have a new page in their profile called "Official Results" in which their official results are fed into their profile.
The WCA results / rankings for a specific person can be retrieved via the API in real-time.
e.g. https://www.worldcubeassociation.org/api/v0/persons/2007KELL02 (2007KELL02 is the ID)
Most events listed by the API just need results to be divided by 100 to give the time in seconds.
MBLD is slightly different and needs a little bit of decoding.
Looking to have this done soon.
Thanks.
I'd like, for users who enter their ID, to have a new page in their profile called "Official Results" in which their official results are fed into their profile.
The WCA results / rankings for a specific person can be retrieved via the API in real-time.
e.g. https://www.worldcubeassociation.org/api/v0/persons/2007KELL02 (2007KELL02 is the ID)
Most events listed by the API just need results to be divided by 100 to give the time in seconds.
MBLD is slightly different and needs a little bit of decoding.
Looking to have this done soon.
Thanks.