Skip to main content
GET
/
api
/
economic
/
v1
/
get-fao-food-price-index
GetFaoFoodPriceIndex
curl --request GET \
  --url https://api.example.com/api/economic/v1/get-fao-food-price-index
{
  "points": [
    {
      "date": "<string>",
      "ffpi": 123,
      "meat": 123,
      "dairy": 123,
      "cereals": 123,
      "oils": 123,
      "sugar": 123
    }
  ],
  "fetchedAt": "<string>",
  "currentFfpi": 123,
  "momPct": 123,
  "yoyPct": 123
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response

Successful response

points
object[]
fetchedAt
string
currentFfpi
number<double>
momPct
number<double>
yoyPct
number<double>