GET
/api/v1/currency/convert
Real-time currency conversion between any two currencies. Cached for 60 seconds.
from
to
amount
GET
/api/v1/weather
Current weather conditions for any city. Temperature, humidity, wind, and description.
city
units
GET
/api/v1/stocks/quote
Real-time stock quotes. Price, change, volume, high/low for any ticker.
ticker
GET
/api/v1/news
Latest news articles on any topic from multiple sources, normalized into one format.
topic
lang
limit
GET
/api/v1/wiki
Wikipedia summaries for any topic. Clean JSON, no markup, configurable length.
q
sentences
POST
/api/v1/ai/chat
AI chat powered by Atkon. Compatible with OpenAI message format. Just swap the endpoint.
messages[]
model
temperature