DocumentationOil Price API

Oil Price API

Real-time fuel prices in China

Overview

GET /v1/life/oil-price returns real-time fuel prices (92/95/98 octane and diesel) across Chinese provinces.

Request Parameters

ParameterTypeRequiredDefaultDescription
provincestringNoNationalProvince name (e.g. 北京, 广东)

Request Examples

National Prices

curl -H "X-API-Key: sk_gapi_xxxxx" \
  "https://api.groundapi.net/v1/life/oil-price"

Specific Province

curl -H "X-API-Key: sk_gapi_xxxxx" \
  "https://api.groundapi.net/v1/life/oil-price?province=北京"

Pricing

$0.01/call. First 500 calls/month are free.

Updated 6 days ago
Did this page help you?