FOODSbyme
API reference

Partner Analytics API

Measure performance and grow.

Pull the metrics that matter — on-time rate, acceptance rate, utilisation, and earnings trends — to manage your fleet and qualify for more volume and territory.

Capabilities

  • Fleet and per-rider performance metrics
  • On-time and acceptance rates over time
  • Utilisation and idle-time analysis
  • Earnings trends by zone

Endpoints

GET/v1/analytics/fleet

Fleet-level KPIs

GET/v1/analytics/riders/{rider_id}

Per-rider performance

GET/v1/analytics/zones

Performance by zone

Fleet KPIs for a date range

Request
curl "https://api.foodsbyme.com/v1/analytics/fleet?from=2026-06-01&to=2026-06-13" \
  -H "Authorization: Bearer $FOODS_PARTNER_KEY"
Response · 200 OK
{
  "period": { "from": "2026-06-01", "to": "2026-06-13" },
  "orders_delivered": 4120,
  "on_time_rate": 0.962,
  "acceptance_rate": 0.948,
  "avg_delivery_mins": 18.4,
  "utilisation": 0.71,
  "net_earnings": { "currency": "NGN", "amount": 3502000 }
}

Ready to integrate?

Request a partner key and our solutions team will help you go live.