Skip to main content

England Athletics Mobile Licence Checker

We’re working to make it a bit easier to check competition licences with our new mobile licence checker, and an easier API for web developers.

It’s well known within the sport that the rules of competition have just changed. For some time road races have offered discounts to registered athletes. But from April 2016 Track and Field athletes must be registered, so strict checks will be required before you can enter.

England Athletics have several tools available on their site for bulk-checking but none that works well on a mobile device. So we have built a mobile-friendly licence checker, which officials can bookmark and use on their phones this summer.

You can look up by first name, last name and date of birth, or by registration number. It also knows about common nicknames, so you don’t have to know whether the athlete is registered as Andy or Andrew.

Building into your own web sites

We built this kind of code into our own entries system, which is taking entries for four English counties at the time of writing. (We can do the same for you - contact opentrack@reportlab.com if interested).

England Athletics has an interface (“API”) which lets developers look up athletes, as we are doing here. But it uses a complex protocol, SOAP. We made a simpler wrapper around it which works with very simple URL calls you can make in your browser. We’ve explained this here.

We hope that web developers can now do checks at the time people enter races, using simple Javascript in a web form; or write their own code to do checks within spreadsheet macros.

If you’d like to use this, you’re most welcome. Please email us to let us know as a courtesy, or join in with our athletics developers’ forum.

It would also be really helpful if you can “like” or “share” the tool itself.

Finally, we would like to say a public thank-you to Richard While at England Athletics for his timely support and help with the API.

  • Andy Robinson

Want to give Opentrack a go?