lil APIs

lil software makes lil APIs

weather

check the forecast

https://api.lil.software/weather?latitude=40.709335&longitude=-73.956558 { "forecast": [ { "name": "This Afternoon", "temperature": 74, "unit": "F", "description": "Sunny" }, ... ] }
via National Weather Service, US-only

news

top stories

https://api.lil.software/news { "articles": [ { "title": "How to watch SpaceX launch 58 more Starlink satellites early Saturday - CNET", "description": "For its third launch in two weeks, Elon Musk's rocket company will conduct its first Starlink ride-share mission and make room for three Planet Labs satellites.", "url": "https://www.cnet.com/how-to/how-to-watch-spacex-launch-58-more-starlink-satellites-early-saturday-morning/", ... }, ... ] }
via News API

stocks

stock prices

https://api.lil.software/stocks?symbol=AAPL { "open": 116.57, "high": 117.49, "low": 116.22, "current": 116.59, "previous_close": 116.03, "name": "Apple Inc" }
via Alpha Vantage

flights

find flights

lil

powered by Graphqlify