Helplines API
Surface the right local gambling support on your own site or app. Same data that powers this one — free, keyless, and country-aware.
▶ Try it liveReference
Endpoints
GET
/api?endpoint=helplines&country=GB
Gambling help lines for a country (falls back to worldwide). Auto-detects country if omitted.
GET
/api?endpoint=self_exclusion&country=SE
National self-exclusion schemes + global blocking software.
Sample
Response shape
loading…
Embed
Drop-in “get help” widget
Paste this anywhere. It fetches the visitor’s local helpline and shows a small, unstyled-by-you card. No key, no build step.
<div id="rg-help"></div>
<script>
fetch('https://get55ll.com/api?endpoint=helplines')
.then(r=>r.json()).then(d=>{var h=d.result[0];
document.getElementById('rg-help').innerHTML =
'<strong>'+h.org+'</strong> — '+(h.phone||'')+' <a href="'+h.url+'">help</a>';});
</script>Free to use, including commercially, for genuine harm-reduction. Please keep numbers accurate and link back so users can find fuller support. Data provided “as is” — verify critical details against the source organisation.