← Tools Reference

APIVerve

APIVerve integration (Developer Tools, Data). Imported from open-connector.

API key9 toolshttps://api.apiverve.com
GET
apiverve_get_word_definition
Get definitions for a word using APIVerve Dictionary.

/v1/dictionary

1 parameter
ParamTypeRequiredDescription
wordstringoptionalThe word to look up in the APIVerve endpoint.
GET
apiverve_find_antonyms
Find antonyms for a word using APIVerve Antonym Finder.

/v1/antonym

1 parameter
ParamTypeRequiredDescription
wordstringoptionalThe word to look up in the APIVerve endpoint.
GET
apiverve_generate_advice
Generate a random piece of advice using APIVerve Advice Generator.

/v1/advice

GET
apiverve_convert_currency
Convert an amount between currencies using APIVerve Currency Converter.

/v1/currencyconverter

3 parameters
ParamTypeRequiredDescription
valuenumberoptionalThe amount to convert.
fromstringoptionalThe ISO 4217 currency code used by APIVerve.
tostringoptionalThe ISO 4217 currency code used by APIVerve.
GET
apiverve_calculate_age
Calculate age details from a date of birth using APIVerve Age Calculator.

/v1/agecalculator

1 parameter
ParamTypeRequiredDescription
dobstringoptionalThe date of birth to calculate from in YYYY-MM-DD format.
GET
apiverve_get_air_quality
Get current air quality by city or ZIP code using APIVerve Air Quality.

/v1/airquality

2 parameters
ParamTypeRequiredDescription
citystringoptionalThe city name for which you want to get air quality data.
zipstringoptionalThe ZIP code for which you want to get air quality data.
GET
apiverve_get_airport_distance
Get distance and flight estimates between two airports using IATA codes.

/v1/airportdistance

2 parameters
ParamTypeRequiredDescription
iata1stringoptionalThe IATA code used by APIVerve.
iata2stringoptionalThe IATA code used by APIVerve.
GET
apiverve_lookup_airport
Look up airport information by IATA code using APIVerve Airports Lookup.

/v1/airports

1 parameter
ParamTypeRequiredDescription
iatastringoptionalThe IATA code used by APIVerve.
GET
apiverve_lookup_airlines
Look up airlines by name or IATA code using APIVerve Airline Lookup.

/v1/airlinelookup

2 parameters
ParamTypeRequiredDescription
namestringoptionalThe airline name to search for.
iatastringoptionalThe airline IATA code used by APIVerve.