Tracka
Developer API

Research-grade sickle cell data via API

Access anonymized, aggregated sickle cell disease data from 12,847 patients across 342 facilities. RESTful endpoints, comprehensive documentation, and tiered access levels for researchers, NGOs, and health organizations.

Quick Start

Up and running in minutes

Authenticate with your API key and start querying sickle cell data immediately. All responses are JSON by default with optional CSV export.

terminal
# Get genotype distribution for Lagos State
curl https://api.tracka.promatics.ng/v1/analytics/genotypes \
  -H "X-API-Key: your_api_key" \
  -d "region=lagos&period=2025-Q4"

# Response
{
  "region": "Lagos",
  "period": "2025-Q4",
  "total_patients": 3241,
  "genotypes": {
    "SS": 2104,
    "SC": 847,
    "S_beta_thal_plus": 193,
    "S_beta_thal_zero": 97
  }
}
RESTful JSON API
2,400,000+ data points
99.9% uptime SLA
CSV + JSON export
Endpoints

Six core data endpoints

Query genotype distributions, crisis analytics, treatment outcomes, geographic prevalence, demographic trends, and facility metrics through well-documented RESTful endpoints.

Genotype Distribution

Query sickle cell genotype distributions (SS, SC, S-beta-thal, and six others) across regions, facilities, and time periods. Segment by age group and gender.

Crisis Analytics

Access vaso-occlusive crisis frequency data, severity distributions, hospitalization rates, and seasonal trends. Filter by genotype, age group, and geography.

Treatment Outcomes

Retrieve aggregated treatment outcome data including hydroxyurea adherence rates, transfusion frequencies, and their correlation with crisis reduction over time.

Geographic Prevalence

Map disease prevalence and treatment coverage by geographic region. Available at country, state, LGA, and facility levels depending on your plan tier.

Demographics & Epidemiology

Access anonymized demographic distributions including age, gender, and genotype breakdowns. Track epidemiological trends over quarterly and annual time windows.

Facility Metrics

Retrieve facility-level performance metrics including patient load, active enrollments, visit frequency, and clinical domain coverage scores (Enterprise only).

Rate Limits

Transparent rate limits per tier

Every plan comes with clear, predictable rate limits. Monitor your usage in real-time through the API dashboard.

TierDaily LimitMonthly LimitBurst RateData Granularity
Basic1003,00010/minCountry
Pro1,00030,00050/minRegion
Enterprise10,000+CustomCustomFacility
Pricing

Choose the right plan for your data needs

From individual researchers to global health organizations, we have a plan that fits.

Basic

$199/month

Country-level aggregated data for researchers and NGOs.

  • 100 API requests/day
  • Country-level granularity
  • CSV export
  • Standard support
  • Genotype distribution data
  • Regional prevalence data
Most Popular

Pro

$499/month

Region-level data with advanced analytics for health organizations.

  • 1,000 API requests/day
  • Region-level granularity
  • CSV + JSON export
  • Priority support
  • All Basic features
  • Treatment outcome data
  • Crisis frequency analytics
  • Hydroxyurea adherence trends

Enterprise

Custom

Facility-level data with dedicated support for governments and global health bodies.

  • 10,000+ API requests/day
  • Facility-level granularity
  • All export formats
  • Dedicated account manager
  • All Pro features
  • Custom data pipelines
  • SLA guarantee
  • On-premise option

Start building with sickle cell data today

Get your API key and make your first request in under five minutes. Full documentation and code samples included.