Skip to content

MyScore API

Live tennis & padel scores in your app — over WebSocket, REST, or an on-court QR scan. Most of it needs no login.
Live right now
Loading live matches…

MyScore powers live scoring for tennis and padel — tournaments, team-match leagues, and the live matches in between. This site is about reading that data into your app: a spectator screen, a TV graphic, a club website, a partner platform.

The good news: most of what you need is public. No login to show live scores. You only reach for a token when you want private data or a higher rate limit.

flowchart LR C([🎾 Point scored<br/>on court]) -->|automatic| M[Match updated] M -->|broadcast| A([📱 Your app]) classDef you fill:#6d28d9,stroke:#6d28d9,color:#fff; class A you;
A point on court becomes a match update — you only touch the last step.

You never talk to the hardware. You read matches — and the API handles the rest.