Distribution method
Gamgem provides dataset access through an HTTPS API that delivers temporary download links to dataset files. This approach combines authenticated API access with direct file downloads from our content delivery network.
HTTPS API with direct downloads
The distribution method uses a two-step process: authenticate and get download links through our API, then download files directly using those links.
Discover versions
Call the versions API endpoint to see available dataset releases and their publication dates.
Get download links
Request temporary download URLs for a specific dataset version.
Download files
Use the provided URLs to download snapshot and delta files directly.
Process data
Parse the downloaded JSONL files according to the data packaging specifications.
Download URLs are pre-signed S3 links that expire after one hour.
Version discovery
List all available dataset versions:
Get download links
Request download URLs for a specific version:
GET /gems/gamgem/versions/{version}/files
Download files
Use the provided URLs to download files:
Release schedule
Dataset versions are published on an irregular schedule based on data collection activities. New versions become available when new gambling platforms or payment destinations have been identified and validated.
There is no fixed release schedule. We recommend checking for updates at least daily.
SFTP alternative
For organizations with specific compliance requirements or systems that require traditional file transfer protocols, SFTP access is available upon request.
SFTP provides:
- SSH key-based authentication
- Direct file system access to dataset files
- Read-only access with audit logging
SFTP access requires additional setup and configuration. Contact us if you require SFTP delivery instead of the standard HTTPS API.