Saturday, March 7, 2026

5 Fun APIs for Beginners

Share

5 Fun APIs for Beginners
Photo by the author

# Entry

You’ve probably heard people talk a lot about APIs. Essentially, an API allows software to ask another program for facilitate. For example, when we employ our weather app, it may employ a real-time API to retrieve data from a remote server. Thanks to this miniature conversation, you won’t have to build everything yourself. In this article, we’ll look at five APIs that are really fun and surprisingly simple to employ. You’ll be able to explore AI models, web data, search engines, model tuning, and synthetic data. Each of these APIs opens up opportunities to learn, experiment, and create miniature projects without complicated setup. So let’s get started.

# 1. Open Router

When I was working on a research paper and had to invoke many gigantic language models, the biggest problem for me was keeping track of all the different API keys. I really wanted to be able to access them all at once (exactly the problem OpenRouter solves). It is a unified, unified API gateway for gigantic language models that provides access to over 100 models from major vendors such as OpenAI, Anthropic, Google, Meta, Mistral, Cohere and many open source alternatives. So you only need one API key and one integration, and you can switch between models by simply changing a parameter. It also supports bright supplier routing, automatic recovery in the event of model failure, and routing based on cost, delay, and availability. Responses are delivered in a standardized format (text or image support), support streaming via SSE, and all OpenAI API compatible SDKs/clients (Python, JS, etc.) work with OpenRouter out of the box. Pricing is pay-as-you-go with no minimums, starting at fractions of a cent per token, and a free tier is available for testing.

# 2. Olosstep

Personally, I think the two biggest challenges of using LLM are getting real-time data to keep the information up to date and converting it into a structured format that your model can actually employ. AND Olosstep solves both. It is a web data API that allows you to browse, search, and crawl almost any publicly accessible website and instantly get results in the format you want. You can input live search results, news, or other online content directly into your app. Olostep also takes care of data structuring. Supports multiple endpoints, e.g./scrapes for individual URLs, /crawls to recursively follow links on a website, /batches to process thousands of URLs simultaneously and /answers allowing “ask the web” style queries where you get extracted answers (with sources) rather than raw HTML. The API also automatically handles JavaScript-rendered pages, proxies, and anti-bot mechanisms, making it tough even for intricate websites. Pricing starts free (500 requests), with paid tiers ranging from $9 per month (5k requests) to $399 per month (1M requests), plus credit packages for flexibility.

# 3. DIY API

Tinker API a novel API from Thinking Machines Lab (launched October 2025) that aims to simplify the fine-tuning and custom training of gigantic open-weighted language models, giving you full control over your training loop, i.e. forward_backward, optim_step, sample, save_state, etc. After training, you can download the adapter/weights and employ them outside of Tinker with your preferred inference stack. It supports popular base models such as Llama, Mistral, and GPT variants, with endpoints for rapid LoRA/QLORA tuning, multi-agent simulations, and data-centric tweaks such as synthetic boosting or bias mitigation. It also includes a sandbox-like interface, allowing you to prototype in minutes. Tinker is currently in private beta with a free tier for miniature experiments (e.g. parameters <1B) and is already used by research groups at universities such as Princeton, Stanford and UC Berkeley. Scale to pay-per-compute-hour models starting at $0.50/hour for mid-range GPUs.

# 4. Serp API

SerpApi is a real-time search API that makes it simple to get structured search results from Google and other search engines. It can take organic results, news, images, shopping lists, maps and knowledge graphs and deliver them in plain JSON (or optionally raw HTML). The API handles the intricate parts for you, including CAPTCHA resolution, JavaScript rendering, proxy management, and mimicking real user behavior so you get correct and timely results. You can control many parameters including search term, language, location, device type, search type, pagination and output format. This makes it easier to customize the data you receive. Pricing starts at the free tier, which provides 250 searches per month. Paid plans include Developer at $75 for 5,000 searches, Manufacturing at $150 for 15,000 searches, and Substantial Data at $275 for 30,000 searches. All plans are month-to-month, with 99.95% uptime available for paid and custom high-volume plan options.

# 5. MAINLY AI Generator API

# Summary

These five APIs show how much you can do without building everything from scratch. OpenRouter makes it simple to work with multiple LLMs with a single API key. Olostep takes live web data and transforms it into a structured format that your models can employ. Tinker allows you to tweak and experiment with LLM without complicated configurations. SerpApi makes real-time search simple and reliable, and the MOSTLY AI generator API helps you create realistic, protected data for testing and experimentation. Each one is powerful, but also beginner-friendly enough to try out quickly.

Which API do you like the most? Have you tried any of them or do you employ others? Share your favorites in the comments below. I’d love to see what you’re working on 🙂

Kanwal Mehreen is a machine learning engineer and technical writer with a deep passion for data science and the intersection of artificial intelligence and medicine. She is co-author of the e-book “Maximizing Productivity with ChatGPT”. As a 2022 Google Generation Scholar for APAC, she promotes diversity and academic excellence. She is also recognized as a Teradata Diversity in Tech Scholar, a Mitacs Globalink Research Scholar, and a Harvard WeCode Scholar. Kanwal is a staunch advocate for change and founded FEMCodes to empower women in STEM fields.

Latest Posts

More News