Skip to main content

UAE Fuel Prices API

Fuel price data your product can trust

Accurate monthly UAE fuel prices delivered in a consistent JSON format, ready for dashboards, mobile apps, and backend services.

Sample request
GET /api/v1/fuel-prices
x-api-key: YOUR_API_KEY
Sample response
{
  "data": {
    "period": { "month": 4, "year": 2026 },
    "fuels": [...]
  }
}