cURL
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 }
GetFaoFoodPriceIndex retrieves the FAO Food Price Index for the past 12 months.
Documentation IndexFetch the complete documentation index at: https://worldmonitor.app/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
Show child attributes
Was this page helpful?