A complete implementation of the GA4GH DRS v1.2 specification for genomic neuroscience datasets. Demonstrating standardized data access, interoperability, and best practices.
Everything you need to understand and implement the GA4GH DRS specification
Complete implementation of all DRS v1.2 endpoints: service-info, get object, list objects, and access URL generation.
Demonstrates both individual objects and hierarchical bundles with expand parameter support for nested contents.
MD5 and SHA-256 checksums for all objects to ensure data integrity and verification after download.
Multiple access methods (HTTPS, S3, etc.) with signed URL generation for secure, time-limited access.
Support for both public and authenticated access patterns using Laravel Sanctum for API token authentication.
Realistic genomic neuroscience datasets: fMRI scans, whole genome sequencing, RNA-seq, EEG recordings, and more.
Explore realistic genomic neuroscience data
Test the API in seconds
# Get service information
curl https://drs-demo.niagads.org/api/ga4gh/drs/v1/service-info | jq
# List all objects
curl https://drs-demo.niagads.org/api/ga4gh/drs/v1/objects | jq
# Get specific object
curl https://drs-demo.niagads.org/api/ga4gh/drs/v1/objects/{object_id} | jq