<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>API of the Week — GreatAPIs</title><link>https://greatapis.com/api-of-the-week</link><description>One API, picked and fact-checked each issue — auth, CORS, pricing, and rate limits verified live, not retyped.</description><language>en-us</language><lastBuildDate>Wed, 16 Sep 2026 00:00:00 GMT</lastBuildDate><atom:link href="https://greatapis.com/api-of-the-week/rss.xml" rel="self" type="application/rss+xml" /><item><title>One 404 carries a CORS header. The other 404, right next to it, does not</title><link>https://greatapis.com/api-of-the-week/tvmaze</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/tvmaze</guid><pubDate>Wed, 16 Sep 2026 00:00:00 GMT</pubDate><description>Issue thirty-four covers TVmaze, the keyless JSON API for TV show and episode data. This session queried it live. A request for a show ID that does not exist returns a 404 that any browser script can read. A request for a route that does not exist returns a different 404, with no such header, so the same script cannot read it. The documented rate limit did not trigger once across thirty rapid calls.</description></item><item><title>A wrong VIN still gets a 200, and a wrong path names NHTSA&apos;s own backend</title><link>https://greatapis.com/api-of-the-week/nhtsa</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/nhtsa</guid><pubDate>Mon, 14 Sep 2026 00:00:00 GMT</pubDate><description>Issue thirty-three covers NHTSA&apos;s vPIC, the US government&apos;s keyless vehicle-data API. This session queried it live. Leaving out the format parameter switches the whole response to XML. Feeding it a broken VIN returns success at the top level, with the real complaint buried inside the result row. A path that does not exist returns a 404 that names the internal host running behind the public one.</description></item><item><title>DiceBear ignores a bad option name and rejects a bad option value</title><link>https://greatapis.com/api-of-the-week/dicebear-avatars</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/dicebear-avatars</guid><pubDate>Sun, 13 Sep 2026 00:00:00 GMT</pubDate><description>Issue thirty-two covers DiceBear, a keyless avatar API. This session queried it live. A wrong query key gets silently dropped. A wrong query value gets a 400. Leaving the seed out does not add randomness, and the generated PNG carries its own credit line inside the file.</description></item><item><title>The Internet Archive&apos;s metadata API gives a missing item the same 200 as a real one</title><link>https://greatapis.com/api-of-the-week/archive-org</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/archive-org</guid><pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate><description>Issue thirty-one covers the Internet Archive&apos;s Metadata, Wayback, and Advanced Search APIs. All three need no key. This session queried each live. A missing item, a missing domain, and a missing parameter each answer differently, and none of them use a 4xx status to say so.</description></item><item><title>Open Food Facts answers a missing barcode with 200, not 404</title><link>https://greatapis.com/api-of-the-week/open-food-facts</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/open-food-facts</guid><pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate><description>Issue thirty covers Open Food Facts, the crowdsourced food database. It needs no key. This session queried it live. A barcode that matches no product still returns 200. The server also rewrites the barcode you send before it looks anything up, and the full product record runs to tens of kilobytes unless you ask for less.</description></item><item><title>The mempool.space API splits across two backends, and each one fails differently</title><link>https://greatapis.com/api-of-the-week/mempool</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/mempool</guid><pubDate>Sat, 12 Sep 2026 00:00:00 GMT</pubDate><description>Issue twenty-nine covers mempool.space, the free Bitcoin block explorer and fee API. It needs no key. This session queried it live. Two separate backends sit behind one /api prefix, a bad address returns a different error shape than a bad transaction ID, and an address with zero history still returns 200, not an error.</description></item><item><title>The US National Weather Service API redirects your coordinates and blocks a blank User-Agent</title><link>https://greatapis.com/api-of-the-week/us-weather</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/us-weather</guid><pubDate>Thu, 10 Sep 2026 00:00:00 GMT</pubDate><description>Issue twenty-eight covers the US National Weather Service API, the free forecast and alerts service behind api.weather.gov. It needs no key. This session queried it live. A precise coordinate gets rounded and redirected, a 404 for a bad path looks the same as a 404 for missing data, and a blank User-Agent header gets blocked before the API ever sees the request.</description></item><item><title>Chronicling America&apos;s pagination has two counters, and they count different things</title><link>https://greatapis.com/api-of-the-week/chronicling-america</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/chronicling-america</guid><pubDate>Thu, 10 Sep 2026 00:00:00 GMT</pubDate><description>Issue twenty-seven covers Chronicling America, the Library of Congress&apos;s archive of historic US newspaper pages. Its search API needs no key. This session queried it live. One field counts items and a second counts pages, one documented endpoint hides its rows a level deeper than the response&apos;s top, and the retired old host now forwards through two HTML redirects instead of answering in JSON.</description></item><item><title>Blockscout&apos;s rate limit is set per route, not per API</title><link>https://greatapis.com/api-of-the-week/blockscout</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/blockscout</guid><pubDate>Wed, 09 Sep 2026 00:00:00 GMT</pubDate><description>Issue twenty-six covers Blockscout, the open-source block explorer behind dozens of public chain explorers. Its REST API needs no key. This session queried it live. The rate limit budget changes from one endpoint to the next, and each hosted instance can fail on its own.</description></item><item><title>NIST&apos;s vulnerability database puts its errors in a header, not the body</title><link>https://greatapis.com/api-of-the-week/national-vulnerability-database</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/national-vulnerability-database</guid><pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate><description>Issue twenty-five covers the National Vulnerability Database API from NIST. It serves the government&apos;s canonical feed of CVE records, no key required. This session queried it live. A bad request returns an empty body. The error text sits in a response header instead.</description></item><item><title>The Met&apos;s collection API tells you when a search finds nothing, but not with an empty list</title><link>https://greatapis.com/api-of-the-week/metropolitan-museum-of-art</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/metropolitan-museum-of-art</guid><pubDate>Tue, 08 Sep 2026 00:00:00 GMT</pubDate><description>Issue twenty-four covers the Metropolitan Museum of Art&apos;s Collection API. It serves over 502,000 objects from the Met&apos;s Open Access collection, no key required. This session queried it live. A search with zero matches does not return an empty array. It returns null.</description></item><item><title>LAPIS answers a genomics query with a request ID and a GitHub link</title><link>https://greatapis.com/api-of-the-week/lapis</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/lapis</guid><pubDate>Mon, 07 Sep 2026 00:00:00 GMT</pubDate><description>Issue twenty-three covers LAPIS, the keyless read API behind covSPECTRUM&apos;s SARS-CoV-2 genomic data. This session queried it live. Every response, success or not, carries a data-version stamp, a request ID, and an invitation to file a GitHub issue. An unknown country name does not return an error. It returns a real count of zero.</description></item><item><title>Bluesky&apos;s public API fails four different ways. None of them is a 404</title><link>https://greatapis.com/api-of-the-week/bluesky</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/bluesky</guid><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><description>Issue twenty-two covers Bluesky, the AT Protocol social network&apos;s public, keyless read API. This session queried it live and deliberately tried to break it. An unimplemented method returns a real 501. A well-formed but unregistered handle returns 400. A request missing a required parameter returns a different 400. And a request for a post that does not exist returns a 400 whose own error field is named NotFound. Four requests, four failure shapes, zero 404s.</description></item><item><title>RATP&apos;s Paris open-data catalog has 26 datasets. Accessibility is not one of them</title><link>https://greatapis.com/api-of-the-week/transport-for-paris-france</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/transport-for-paris-france</guid><pubDate>Sun, 06 Sep 2026 00:00:00 GMT</pubDate><description>Issue twenty-one covers Transport for Paris, France: RATP&apos;s own open-data catalog for the Paris metro, RER, tram, and bus network, built on the Opendatasoft Explore API with no key needed. This session queried it live. The catalog holds 26 datasets: 11 on per-station air quality, 9 on annual station entry traffic, 5 on network points of interest, and 1 peak-hour attendance pilot at La Défense. The catalogue&apos;s own listing claimed a theme the live data does not back up, station accessibility. That claim is now fixed.</description></item><item><title>UK Carbon Intensity answers an unknown path with HTTP 200 and a body that calls itself a 400</title><link>https://greatapis.com/api-of-the-week/uk-carbon-intensity</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/uk-carbon-intensity</guid><pubDate>Sat, 05 Sep 2026 00:00:00 GMT</pubDate><description>Issue twenty covers the UK Carbon Intensity API, a carbon-intensity forecast and generation-mix feed for Great Britain&apos;s electricity grid, published by National Grid ESO with no key or sign-up. This session queried it live. It found a status line that disagrees with its own response body, a documented example postcode that fails against the live endpoint, and a national figure that ran less than half a same-instant regional one.</description></item><item><title>OpenF1 returns the same 404 for an empty query, a bad session key, and a typo in the URL</title><link>https://greatapis.com/api-of-the-week/openf1</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/openf1</guid><pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate><description>Issue nineteen covers OpenF1, an open-source Formula 1 data API with car telemetry, lap times, and session data, all free with no key or sign-up. This session queried it live. It found a single 404 shape that covers three unrelated failures, comparison-operator filters and CSV output that both work anonymously, and a documented rate limit with no headers to show it in action.</description></item><item><title>Openverse&apos;s anonymous search stops at 240 results, and paging past it returns a 401</title><link>https://greatapis.com/api-of-the-week/creative-commons-catalog</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/creative-commons-catalog</guid><pubDate>Fri, 04 Sep 2026 00:00:00 GMT</pubDate><description>Issue eighteen covers Openverse, a search engine for openly licensed and public domain images and audio. It grew out of the old Creative Commons catalog. This session queried it live, with no key and no sign-up. It found a hard 240-result cap on anonymous search, rate-limit headers that barely move, and per-source counts putting the image catalogue past 915 million works.</description></item><item><title>Cataas has more tags than most APIs have endpoints, and the catalogue undercounted its image formats</title><link>https://greatapis.com/api-of-the-week/cataas</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/cataas</guid><pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate><description>Issue seventeen covers Cataas, Cat as a Service: a keyless API that returns cat images and metadata, with a text-overlay route and a huge, uncurated tag list. This session queried it live, with no key and no sign-up. It found a tag vocabulary bigger than the image collection, three image formats missing from the catalogue&apos;s own record, and a 404 on any tag that does not exist.</description></item><item><title>One D&amp;D API serves two rulebooks, but its own spec only documents one</title><link>https://greatapis.com/api-of-the-week/dungeons-and-dragons</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/dungeons-and-dragons</guid><pubDate>Wed, 02 Sep 2026 00:00:00 GMT</pubDate><description>Issue sixteen covers the D&amp;D 5e SRD API, a keyless reference for Dungeons &amp; Dragons rules built by the 5e-bits project. It is not an official Wizards of the Coast product. This session queried its REST and GraphQL endpoints live, with no key and no sign-up. It found a second, newer ruleset served from the same host but missing most of its content, and a rate-limit counter that resets almost every call.</description></item><item><title>A Universalis price carries two timestamps, and they can be 13 hours apart</title><link>https://greatapis.com/api-of-the-week/universalis</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/universalis</guid><pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate><description>Issue fifteen covers Universalis, the market board API that Final Fantasy XIV players built for the game&apos;s own economy. Square Enix has no official part in it. Every price in it comes from a player&apos;s game client, uploaded through a community plugin. This session queried its item, world, data center, and tax-rate endpoints live, with no key and no sign-up. It found a real gap between two timestamps on the same response, and a set of endpoints that don&apos;t all cache the same way.</description></item><item><title>QuickChart turns a broken chart config into a blank image, not an error</title><link>https://greatapis.com/api-of-the-week/quickchart</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/quickchart</guid><pubDate>Mon, 31 Aug 2026 00:00:00 GMT</pubDate><description>Issue fourteen covers QuickChart, an API that renders a Chart.js config into an image instead of returning JSON. This session generated charts, a QR code, and an SVG, all with no key and wide-open CORS. It also found a gap: a config that fails to parse gets a plain-text error in a response header. A config that parses fine but names an unsupported chart type returns 200 and a blank picture instead, with no error signal anywhere in the response.</description></item><item><title>Fiscal Data answers with no key, no rate-limit header, and a 400 for a typo&apos;d filter</title><link>https://greatapis.com/api-of-the-week/fed-treasury</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/fed-treasury</guid><pubDate>Thu, 27 Aug 2026 00:00:00 GMT</pubDate><description>Issue thirteen covers Fiscal Data, the U.S. Treasury&apos;s open API for federal financial records. This session queried debt, exchange rates, pagination limits, and an unknown filter field. Every call returned in about one second with no key and no sign-up. The API sends no rate-limit header at all, on any call.</description></item><item><title>Nominatim&apos;s reverse lookup, given the Eiffel Tower&apos;s own coordinates, returns a defibrillator instead</title><link>https://greatapis.com/api-of-the-week/nominatim</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/nominatim</guid><pubDate>Wed, 26 Aug 2026 00:00:00 GMT</pubDate><description>Issue twelve covers Nominatim, the free geocoder built on OpenStreetMap data. This session sent a forward search, an ID lookup, a GeoJSON search, and two reverse lookups at different zoom levels. Every call returned 200 with no key. Neither reverse call returned the landmark whose own coordinates it was given. A later run of probes showed that the place_id in an answer changes with whichever backend replies.</description></item><item><title>InfraNode puts a retry-after header on a 200, and names the exact licence behind every number it returns</title><link>https://greatapis.com/api-of-the-week/infranode</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/infranode</guid><pubDate>Sat, 22 Aug 2026 00:00:00 GMT</pubDate><description>Issue eleven covers InfraNode, a free proxy over German city open data. This session called four endpoints live. Every response carried real rate-limit headers, even the successful ones. Every payload named its source agency and licence. One city&apos;s air-quality reading came back empty this session, while another city&apos;s was two hours old.</description></item><item><title>Open Library documents a 1-request-per-second limit, but no response tells you when you are close to it</title><link>https://greatapis.com/api-of-the-week/open-library</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/open-library</guid><pubDate>Thu, 20 Aug 2026 00:00:00 GMT</pubDate><description>Issue ten covers Open Library, a free and keyless book catalog from the Internet Archive. Its docs state a clear rate limit. This session sent eight rapid, back-to-back requests with no delay and got a 200 response every time, with no header on any call that names a limit or a remaining count.</description></item><item><title>Open Brewery DB is free and keyless, but its own homepage is wrong about rate limits</title><link>https://greatapis.com/api-of-the-week/open-brewery-db</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/open-brewery-db</guid><pubDate>Wed, 19 Aug 2026 00:00:00 GMT</pubDate><description>Issue nine covers Open Brewery DB, a keyless directory of breweries, cideries, and bottle shops. Its homepage promises no rate limits. Every response this session carried a real, counting-down rate limit header that says otherwise.</description></item><item><title>Jikan turns MyAnimeList into a keyless REST API, rate limit and all</title><link>https://greatapis.com/api-of-the-week/jikan</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/jikan</guid><pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate><description>Issue eight covers Jikan, an unofficial wrapper that scrapes MyAnimeList so anyone can query anime and manga data without a key or an account. Past issues quoted a documented rate limit; this session hit Jikan&apos;s for real, a genuine 429 mid-probe.</description></item><item><title>The Art Institute of Chicago opens its whole collection, 132,681 objects and counting, with no key required</title><link>https://greatapis.com/api-of-the-week/art-institute-of-chicago</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/art-institute-of-chicago</guid><pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate><description>Issue seven covers the Art Institute of Chicago&apos;s public API, a keyless, versioned endpoint that serves the same artwork data behind its own website and mobile app. Every figure below came from a live call made this session, including a total that has already grown past the 130,000-plus the catalogue entry currently quotes.</description></item><item><title>StackExchange: 365 sites behind one endpoint, no key needed to read any of them</title><link>https://greatapis.com/api-of-the-week/stackexchange</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/stackexchange</guid><pubDate>Sun, 16 Aug 2026 00:00:00 GMT</pubDate><description>Issue six covers StackExchange&apos;s API, the single versioned endpoint that answers for Stack Overflow and every other site on the network. Every number below came from a live call made this week, including a full page-out of the site list that landed on a bigger count than the one line describing this entry currently claims.</description></item><item><title>CoinGecko: 18,000+ coins, no key required to start reading</title><link>https://greatapis.com/api-of-the-week/coingecko</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/coingecko</guid><pubDate>Sat, 15 Aug 2026 00:00:00 GMT</pubDate><description>Issue five covers CoinGecko, one of the largest independent crypto data aggregators, whose free public endpoint answers price and market queries with no signup at all. Every number below came from calling the live API and reading the live docs this week, including a rate limit we hit ourselves.</description></item><item><title>GBIF: 3.9 billion species records, no key required to read them</title><link>https://greatapis.com/api-of-the-week/gbif</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/gbif</guid><pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate><description>Issue four covers the Global Biodiversity Information Facility, a nonprofit-run index of species and occurrence data that stays open for reading and only asks for an account once you want a bulk download. Every number below came from calling the live API this week.</description></item><item><title>Frankfurter: exchange rates from 84 central banks, no key required</title><link>https://greatapis.com/api-of-the-week/frankfurter</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/frankfurter</guid><pubDate>Fri, 14 Aug 2026 00:00:00 GMT</pubDate><description>Issue three covers a currency-conversion API that blends official rates instead of leaning on one source. Every number below came from calling the live host this week, including its move off the old frankfurter.app domain.</description></item><item><title>PokéAPI: the Pokémon dataset with no key and (almost) no limit</title><link>https://greatapis.com/api-of-the-week/pok-api</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/pok-api</guid><pubDate>Thu, 13 Aug 2026 00:00:00 GMT</pubDate><description>Issue two covers a RESTful catalogue of species, moves, abilities, and evolution chains that&apos;s been keyless since launch. We re-checked every claim this week, including the fair-use policy that replaced its old rate limit.</description></item><item><title>Open-Meteo, the weather API that skips the sign-up form</title><link>https://greatapis.com/api-of-the-week/open-meteo</link><guid isPermaLink="false">https://greatapis.com/api-of-the-week/open-meteo</guid><pubDate>Wed, 12 Aug 2026 00:00:00 GMT</pubDate><description>Our first pick blends forecasts from more than a dozen national weather services into one endpoint, and you can call it right now without registering.</description></item></channel></rss>
