Look up a country's languages by the row. =VERVE("countrylanguages", A2) lists official and spoken languages down a column — Sheets or Excel.
It's one of 250+ live sources you reach with a single =VERVE() function — served from APIVerve's production data engine, billed at 1 credit per resolved cell, and refreshed on whatever cadence you set. No API keys to wrangle, no scripts, no exports.
A real example — the input you type, and the values you can pull from it. Click any cell to see the formula behind it.
Have a column of places? Fill =VERVE("countrylanguages", "ZW") down it to resolve each into structured location data — coordinates, timezone, or region — right in the grid.
Normalize messy, hand-entered locations into consistent values without exporting to another tool and importing the result back.
Feed Country Languages in a Cell's output straight into distance, timezone, or cost math with the spreadsheet functions you already use.
The same function works in both apps — install once, sign in with your key, and type it into any cell.
Install from the Workspace Marketplace, then drop the formula into a cell. Autocomplete suggests the source and its fields.
=VERVE("countrylanguages", "ZW")Same source, same arguments, same key — in Excel on desktop, the web, or mobile. Excel namespaces it as VERVE.CALL. Drag to fill a whole column.
=VERVE.CALL("countrylanguages", "ZW")Add a field name as the last argument to land just that value in the cell.
=VERVE("countrylanguages", "ZW", "field", "country")=VERVE("countrylanguages", "ZW", "field", "name")=VERVE("countrylanguages", "ZW", "field", "officialName")=VERVE("countrylanguages", "ZW", "field", "officialLanguages")=VERVE("countrylanguages", "ZW", "field", "officialLanguageCount")Everything you need to wire it into a sheet.