55 55LL
Free · no key · CORS-open · use it anywhere

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 live
Reference

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.
GET /api?endpoint=countries List of supported country codes and names.
GET /api?endpoint=glossary All responsible-gambling glossary terms and definitions.
GET /api?endpoint=endpoints This list, machine-readable.
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.