From 29496c62e42a4147eb30f48614161f42856c2788 Mon Sep 17 00:00:00 2001 From: Claude-Alain Martin Date: Fri, 10 Apr 2026 09:35:38 +0200 Subject: [PATCH 01/46] Add IBANforge to Finance section IBANforge is an IBAN validation and BIC/SWIFT lookup API covering 75+ countries with 121K+ bank entries from GLEIF. Free tier with no auth required, HTTPS, CORS enabled. - API: https://api.ibanforge.com - Docs: https://ibanforge.com/docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22c4ced5..7b3d7f09 100644 --- a/README.md +++ b/README.md @@ -753,6 +753,7 @@ API | Description | Auth | HTTPS | CORS | | [FRED](https://fred.stlouisfed.org/docs/api/fred/) | Economic data from the Federal Reserve Bank of St. Louis | `apiKey` | Yes | Yes | | | [Front Accounting APIs](https://frontaccounting.com/fawiki/index.php?n=Devel.SimpleAPIModule) | Front accounting is multilingual and multicurrency software for small businesses | `OAuth` | Yes | Yes | | | [Hotstoks](https://hotstoks.com?utm_source=public-apis) | Stock market data powered by SQL | `apiKey` | Yes | Yes | | +| [IBANforge](https://api.ibanforge.com) | IBAN validation and BIC/SWIFT lookup for 75+ countries with 121K+ bank entries | No | Yes | Yes | | [IEX Cloud](https://iexcloud.io/docs/api/) | Realtime & Historical Stock and Market Data | `apiKey` | Yes | Yes | | | [IG](https://labs.ig.com/gettingstarted) | Spreadbetting and CFD Market Data | `apiKey` | Yes | Unknown | | | [Indian Mutual Fund](https://www.mfapi.in/) | Get complete history of India Mutual Funds Data | No | Yes | Unknown | | From cb7e08ab4d01c09792e81fba1cf5fb9e76dc3957 Mon Sep 17 00:00:00 2001 From: DC Date: Sun, 12 Apr 2026 15:55:12 -0700 Subject: [PATCH 02/46] Add BuildPDF API to the READMEAdd BuildPDF to Documents & Productivity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22c4ced5..96cee979 100644 --- a/README.md +++ b/README.md @@ -629,6 +629,7 @@ API | Description | Auth | HTTPS | CORS | | [Api2Convert](https://www.api2convert.com/) | Online File Conversion API | `apiKey` | Yes | Unknown | | [apilayer pdflayer](https://pdflayer.com) | HTML/URL to PDF | `apiKey` | Yes | Unknown | | [Asana](https://developers.asana.com/docs) | Programmatic access to all data in your asana system | `apiKey` | Yes | Yes | +| [BuildPDF](https://buildpdf.co/api/docs) | Convert HTML, images, and text to PDF | `apiKey` | Yes | Yes | | | [ClickUp](https://clickup.com/api) | ClickUp is a robust, cloud-based project management tool for boosting productivity | `OAuth` | Yes | Unknown | | [Clockify](https://clockify.me/developers-api ) | Clockify's REST-based API can be used to push/pull data to/from it & integrate it with other systems | `apiKey` | Yes | Unknown | | [CloudConvert](https://cloudconvert.com/api/v2) | Online file converter for audio, video, document, ebook, archive, image, spreadsheet, presentation | `apiKey` | Yes | Unknown | From 975f0196db331df331b3b933b4abb7a31111b6f4 Mon Sep 17 00:00:00 2001 From: Farice4 Date: Mon, 13 Apr 2026 16:35:54 +0800 Subject: [PATCH 03/46] Add Hugging Face API to Machine Learning --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22c4ced5..6d74682e 100644 --- a/README.md +++ b/README.md @@ -1176,6 +1176,7 @@ API | Description | Auth | HTTPS | CORS | | [Dialogflow](https://cloud.google.com/dialogflow/docs/) | Natural Language Processing | `apiKey` | Yes | Unknown | | [EXUDE-API](http://uttesh.com/exude-api/) | Used for the primary ways for filtering the stopping, stemming words from the text data | No | Yes | Yes | | [Hirak FaceAPI](https://faceapi.hirak.site/) | Face detection, face recognition with age estimation/gender estimation, accurate, no quota limits | `apiKey` | Yes | Unknown | +| [Hugging Face](https://huggingface.co) | AI model hub with inference API for NLP, computer vision, and audio | `apiKey` | Yes | Yes | | [Imagga](https://imagga.com/) | Image Recognition Solutions like Tagging, Visual Search, NSFW moderation | `apiKey` | Yes | Unknown | | [Inferdo](https://rapidapi.com/user/inferdo) | Computer Vision services like Facial detection, Image labeling, NSFW classification | `apiKey` | Yes | Unknown | | [IPS Online](https://docs.identity.ps/docs) | Face and License Plate Anonymization | `apiKey` | Yes | Unknown | From 2a3d98781daa171c224a81480c4795d68d40abe2 Mon Sep 17 00:00:00 2001 From: connerlambden Date: Mon, 13 Apr 2026 12:33:55 -0600 Subject: [PATCH 04/46] Add Helium API to Finance --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91826902..28996e29 100644 --- a/README.md +++ b/README.md @@ -753,6 +753,7 @@ API | Description | Auth | HTTPS | CORS | | [Finnhub](https://finnhub.io/docs/api) | Real-Time RESTful APIs and Websocket for Stocks, Currencies, and Crypto | `apiKey` | Yes | Unknown | | | [FRED](https://fred.stlouisfed.org/docs/api/fred/) | Economic data from the Federal Reserve Bank of St. Louis | `apiKey` | Yes | Yes | | | [Front Accounting APIs](https://frontaccounting.com/fawiki/index.php?n=Devel.SimpleAPIModule) | Front accounting is multilingual and multicurrency software for small businesses | `OAuth` | Yes | Yes | | +| [Helium](https://heliumtrades.com/mcp-page/) | News with media bias scoring, balanced news synthesis, live market data, AI options pricing | No | Yes | Yes | | | [Hotstoks](https://hotstoks.com?utm_source=public-apis) | Stock market data powered by SQL | `apiKey` | Yes | Yes | | | [IEX Cloud](https://iexcloud.io/docs/api/) | Realtime & Historical Stock and Market Data | `apiKey` | Yes | Yes | | | [IG](https://labs.ig.com/gettingstarted) | Spreadbetting and CFD Market Data | `apiKey` | Yes | Unknown | | From e2bf89b745db86329bb94ba90d524714491e8b26 Mon Sep 17 00:00:00 2001 From: Jules Date: Tue, 14 Apr 2026 10:55:35 +0200 Subject: [PATCH 05/46] docs: add RecipeAPI to Food & Drink section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22c4ced5..d9d96d28 100644 --- a/README.md +++ b/README.md @@ -799,6 +799,7 @@ API | Description | Auth | HTTPS | CORS | | [Open Brewery DB](https://www.openbrewerydb.org) | Breweries, Cideries and Craft Beer Bottle Shops | No | Yes | Yes | | [Open Food Facts](https://world.openfoodfacts.org/data) | Food Products Database | No | Yes | Unknown | | [PunkAPI](https://punkapi.com/) | Brewdog Beer Recipes | No | Yes | Unknown | +| [RecipeAPI](https://recipeapi.io) | Recipes, ingredients, nutrition data and cooking instructions | `apiKey` | Yes | Yes | | [Rustybeer](https://rustybeer.herokuapp.com/) | Beer brewing tools | No | Yes | No | | [Spoonacular](https://spoonacular.com/food-api) | Recipes, Food Products, and Meal Planning | `apiKey` | Yes | Unknown | | [Systembolaget](https://api-portal.systembolaget.se) | Govornment owned liqour store in Sweden | `apiKey` | Yes | Unknown | From 8c1496a9d38dfe8807fb4b1f3d6de60aab614540 Mon Sep 17 00:00:00 2001 From: Owl Date: Fri, 17 Apr 2026 09:57:50 -0700 Subject: [PATCH 06/46] Add AI Dev Jobs API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22c4ced5..dc29990d 100644 --- a/README.md +++ b/README.md @@ -1145,6 +1145,7 @@ API | Description | Auth | HTTPS | CORS | ### Jobs API | Description | Auth | HTTPS | CORS | |:---|:---|:---|:---|:---| +| [AI Dev Jobs](https://aidevboard.com/openapi.yaml) | AI/ML engineering job aggregator with REST, RSS, and MCP endpoints | No | Yes | Yes | | [Adzuna](https://developer.adzuna.com/overview) | Job board aggregator | `apiKey` | Yes | Unknown | | [Arbeitnow](https://documenter.getpostman.com/view/18545278/UVJbJdKh) | API for Job board aggregator in Europe / Remote | No | Yes | Yes | | [Arbeitsamt](https://jobsuche.api.bund.dev/) | API for the "Arbeitsamt", which is a german Job board aggregator | `OAuth` | Yes | Unknown | From 37c0fcffd802af89404c483517064052db9c65d4 Mon Sep 17 00:00:00 2001 From: CPFHub Date: Sat, 2 May 2026 18:33:55 -0400 Subject: [PATCH 07/46] Add CPFHub API to Government --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..54ba5123 100644 --- a/README.md +++ b/README.md @@ -1025,6 +1025,7 @@ API | Description | Auth | HTTPS | CORS | | [Brazil Central Bank Open Data](https://dadosabertos.bcb.gov.br/) | Brazil Central Bank Open Data | No | Yes | Unknown | | [Brazil Receita WS](https://www.receitaws.com.br/) | Consult companies by CNPJ for Brazilian companies | No | Yes | Unknown | | [Brazilian Chamber of Deputies Open Data](https://dadosabertos.camara.leg.br/swagger/api.html) | Provides legislative information in Apis XML and JSON, as well as files in various formats | No | Yes | No | +| [CPFHub](https://cpfhub.io) | Brazilian CPF lookup — returns full name, birth date, and gender for any CPF | `apiKey` | Yes | Yes | | [Census.gov](https://www.census.gov/data/developers/data-sets.html) | The US Census Bureau provides various APIs and data sets on demographics and businesses | No | Yes | Unknown | | [City, Berlin](https://daten.berlin.de/) | Berlin(DE) City Open Data | No | Yes | Unknown | | [City, Gdańsk](https://ckan.multimediagdansk.pl/en) | Gdańsk (PL) City Open Data | No | Yes | Unknown | From f15d80552dacbff47656de35f512b8a917aba56a Mon Sep 17 00:00:00 2001 From: Onyx Council Date: Sun, 3 May 2026 05:38:22 +0300 Subject: [PATCH 08/46] Add Onyx Bazaar API to Open Data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..922340fe 100644 --- a/README.md +++ b/README.md @@ -1292,6 +1292,7 @@ API | Description | Auth | HTTPS | CORS | | [Microlink.io](https://microlink.io) | Extract structured data from any website | No | Yes | Yes | | [Nasdaq Data Link](https://docs.data.nasdaq.com/) | Stock market data | `apiKey` | Yes | Unknown | | [Nobel Prize](https://www.nobelprize.org/about/developer-zone-2/) | Open data about nobel prizes and events | No | Yes | Yes | +| [Onyx Bazaar](https://onyx-actions.onrender.com/bazaar) | Free public leaderboard of x402 paid HTTP services indexed from Coinbase CDP discovery API | No | Yes | Unknown | | [Open Data Minneapolis](https://opendata.minneapolismn.gov/) | Spatial (GIS) and non-spatial city data for Minneapolis | No | Yes | No | | [openAFRICA](https://africaopendata.org/) | Large datasets repository of African open data | No | Yes | Unknown | | [OpenCorporates](http://api.opencorporates.com/documentation/API-Reference) | Data on corporate entities and directors in many countries | `apiKey` | Yes | Unknown | From b9efbb3afc14b8e01c89e51df7fd3a2dc5eb4a25 Mon Sep 17 00:00:00 2001 From: intagliated Date: Sun, 3 May 2026 11:07:20 +0530 Subject: [PATCH 09/46] Add TasteDive API to Entertainment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..a840595b 100644 --- a/README.md +++ b/README.md @@ -696,6 +696,7 @@ API | Description | Auth | HTTPS | CORS | | [Meme Maker](https://mememaker.github.io/API/) | REST API for create your own meme | No | Yes | Unknown | | [NaMoMemes](https://github.com/theIYD/NaMoMemes) | Memes on Narendra Modi | No | Yes | Unknown | | [Random Useless Facts](https://uselessfacts.jsph.pl/) | Get useless, but true facts | No | Yes | Unknown | +| [TasteDive](https://tastedive.com/read/api) | Content-based recommendations for movies, music, TV shows, books, games, and podcasts | `apiKey` | Yes | No | | [Techy](https://techy-api.vercel.app/) | JSON and Plaintext API for tech-savvy sounding phrases | No | Yes | Unknown | | [Yo Momma Jokes](https://github.com/beanboi7/yomomma-apiv2) | REST API for Yo Momma Jokes | No | Yes | Unknown | From 85709eb9b56714b1ef2e000598cfff986b422786 Mon Sep 17 00:00:00 2001 From: intagliated Date: Sun, 3 May 2026 13:36:05 +0530 Subject: [PATCH 10/46] Add EmailJS API to Email --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..d0063ac4 100644 --- a/README.md +++ b/README.md @@ -668,6 +668,7 @@ API | Description | Auth | HTTPS | CORS | | [Cloudmersive Validate](https://cloudmersive.com/validate-api) | Validate email addresses, phone numbers, VAT numbers and domain names | `apiKey` | Yes | Yes | | [Disify](https://www.disify.com/) | Validate and detect disposable and temporary email addresses | No | Yes | Yes | | [DropMail](https://dropmail.me/api/#live-demo) | GraphQL API for creating and managing ephemeral e-mail inboxes | No | Yes | Unknown | +| [EmailJS](https://www.emailjs.com/docs/) | Send emails directly from client-side JavaScript without a backend server | `apiKey` | Yes | Yes | | [Email Validation](https://www.abstractapi.com/email-verification-validation-api) | Validate email addresses for deliverability and spam | `apiKey` | Yes | Yes | | [EVA](https://eva.pingutil.com/) | Validate email addresses | No | Yes | Yes | | [Guerrilla Mail](https://www.guerrillamail.com/GuerrillaMailAPI.html) | Disposable temporary Email addresses | No | Yes | Unknown | From 29da4e3c6319ac99fe29aef1331127d1a7238794 Mon Sep 17 00:00:00 2001 From: Vaishnavi Pawar <70343049+phxxebe@users.noreply.github.com> Date: Sun, 3 May 2026 15:09:30 +0530 Subject: [PATCH 11/46] Add Numlookup API to Phone category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..4698c4d4 100644 --- a/README.md +++ b/README.md @@ -1374,6 +1374,7 @@ API | Description | Auth | HTTPS | CORS | ### Phone API | Description | Auth | HTTPS | CORS | |:---|:---|:---|:---|:---| +| [Numlookup](https://numlookupapi.com) | Phone number validation and carrier lookup API with global coverage | `apiKey` | Yes | Unknown | | [Numverify](https://numverify.com?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers) | Phone number validation | `apiKey` | Yes | Unknown | | [Cloudmersive Validate](https://cloudmersive.com/phone-number-validation-API) | Validate international phone numbers | `apiKey` | Yes | Yes | | [Phone Specification](https://github.com/azharimm/phone-specs-api) | Rest Api for Phone specifications | No | Yes | Yes | From b4ede38406f69fb5a79b1c1f141f75a1115b2378 Mon Sep 17 00:00:00 2001 From: Paul Knutton Date: Sun, 3 May 2026 22:45:47 +0100 Subject: [PATCH 12/46] Add DiscGolf API to Sports & Fitness --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..26c013e1 100644 --- a/README.md +++ b/README.md @@ -1598,6 +1598,7 @@ API | Description | Auth | HTTPS | CORS | | [City Bikes](https://api.citybik.es/v2/) | City Bikes around the world | No | Yes | Unknown | | [Cloudbet](https://www.cloudbet.com/api/) | Official Cloudbet API provides real-time sports odds and betting API to place bets programmatically | `apiKey` | Yes | Yes | | [CollegeFootballData.com](https://collegefootballdata.com) | Unofficial detailed American college football statistics, records, and results API | `apiKey` | Yes | Unknown | +| [DiscGolf](https://discgolfapi.com/docs/) | Structured disc golf course data | No | Yes | Yes | | [Ergast F1](http://ergast.com/mrd/) | F1 data from the beginning of the world championships in 1950 | No | Yes | Unknown | | [Fitbit](https://dev.fitbit.com/) | Fitbit Information | `OAuth` | Yes | Unknown | | [Football](https://rapidapi.com/GiulianoCrescimbeni/api/football98/) | A simple Open Source Football API to get squads’ stats, best scorers and more | `X-Mashape-Key` | Yes | Unknown | From ba0b36e33aa1f9884b6d32bd4540a145dfef8c14 Mon Sep 17 00:00:00 2001 From: intagliated Date: Mon, 4 May 2026 09:50:43 +0530 Subject: [PATCH 13/46] Add Verome API to Music --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..00e9167d 100644 --- a/README.md +++ b/README.md @@ -1241,6 +1241,7 @@ API | Description | Auth | HTTPS | CORS | | [TasteDive](https://tastedive.com/read/api) | Similar artist API (also works for movies and TV shows) | `apiKey` | Yes | Unknown | | [TheAudioDB](https://www.theaudiodb.com/api_guide.php) | Music | `apiKey` | Yes | Unknown | | [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | Unknown | +| [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | `No` | Yes | Unknown | **[⬆ Back to Index](#index)**
From 0285f777d4268ccf69ccd00ff7fc551b4601bb9d Mon Sep 17 00:00:00 2001 From: sonakshigupta29 Date: Mon, 4 May 2026 13:03:30 +0530 Subject: [PATCH 14/46] Add Health API- Edamam --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..16df5daf 100644 --- a/README.md +++ b/README.md @@ -1130,6 +1130,7 @@ API | Description | Auth | HTTPS | CORS | | [COVID-19 Tracker Sri Lanka](https://www.hpb.health.gov.lk/en/api-documentation) | Provides situation of the COVID-19 patients reported in Sri Lanka | No | Yes | Unknown | | [COVID-ID](https://data.covid19.go.id/public/api/prov.json) | Indonesian government Covid data per province | No | Yes | Yes | | [Dataflow Kit COVID-19](https://covid-19.dataflowkit.com) | COVID-19 live statistics into sites per hour | No | Yes | Unknown | +| [Edamam](https://developer.edamam.com/) | Food and nutrition data API with recipe search | `apiKey` | Yes | Unknown | | [FoodData Central](https://fdc.nal.usda.gov/) | National Nutrient Database for Standard Reference | `apiKey` | Yes | Unknown | | [Healthcare.gov](https://www.healthcare.gov/developers/) | Educational content about the US Health Insurance Marketplace | No | Yes | Unknown | | [Humanitarian Data Exchange](https://data.humdata.org/) | Humanitarian Data Exchange (HDX) is open platform for sharing data across crises and organisations | No | Yes | Unknown | From 61f2cc156b654d4338c5f63c9ffe702a04316567 Mon Sep 17 00:00:00 2001 From: intagliated Date: Mon, 4 May 2026 20:38:18 +0530 Subject: [PATCH 15/46] updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 204ff617..bcb799a8 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ API | Description | Auth | HTTPS | CORS | | [NekosBest](https://docs.nekos.best) | Neko Images & Anime roleplaying GIFs | No | Yes | Yes | | [Shikimori](https://shikimori.one/api/doc) | Anime discovery, tracking, forum, rates | `OAuth` | Yes | Unknown | | [Studio Ghibli](https://ghibliapi.herokuapp.com) | Resources from Studio Ghibli films | No | Yes | Yes | -| [Trace Moe](https://soruly.github.io/trace.moe-api/#/) | A useful tool to get the exact scene of an anime from a screenshot | No | Yes | No | +| [Trace Moe](https://soruly.github.io/trace.moe-api/#/) | A useful tool to get the exact scene of an anime from a screenshot | No | Yes | Yes | | [Waifu.im](https://waifu.im/docs) | Get waifu pictures from an archive of over 4000 images and multiple tags | No | Yes | Yes | | [Waifu.pics](https://waifu.pics/docs) | Image sharing platform for anime images | No | Yes | No | From 74689f49d2572ce70040adbe3f5749d2de5e7373 Mon Sep 17 00:00:00 2001 From: julia Date: Mon, 4 May 2026 12:40:51 -0400 Subject: [PATCH 16/46] Add Florida Man to News --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..fdb705f0 100644 --- a/README.md +++ b/README.md @@ -1253,6 +1253,7 @@ API | Description | Auth | HTTPS | CORS | | [Chronicling America](http://chroniclingamerica.loc.gov/about/api/) | Provides access to millions of pages of historic US newspapers from the Library of Congress | No | No | Unknown | | [Currents](https://currentsapi.services/) | Real-time and historical global news with multilingual support | `apiKey` | Yes | Yes | | [Feedbin](https://github.com/feedbin/feedbin-api) | RSS reader | `OAuth` | Yes | Unknown | +| [Florida Man](https://github.com/juliayxhuang/florida-man-api#readme) | Static JSON dataset of 10,000+ Florida Man headlines by date | No | Yes | Yes | | [GNews](https://gnews.io/) | Search for news from various sources | `apiKey` | Yes | Yes | | [Graphs for Coronavirus](https://corona.dnsforfamily.com/api.txt) | Each Country separately and Worldwide Graphs for Coronavirus. Daily updates | No | Yes | Yes | | [Inshorts News](https://github.com/cyberboysumanjay/Inshorts-News-API) | Provides news from inshorts | No | Yes | Unknown | From 52d6ad448f51cdebc5860c2d1e07d63a2bf3a71a Mon Sep 17 00:00:00 2001 From: Thomas van Gurp Date: Mon, 4 May 2026 21:11:48 -0400 Subject: [PATCH 17/46] Add paralelo.bo API to Currency Exchange --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..17fcc156 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,7 @@ API | Description | Auth | HTTPS | CORS | | [Frankfurter](https://www.frankfurter.app/docs) | Exchange rates, currency conversion and time series | No | Yes | Yes | | [FreeForexAPI](https://freeforexapi.com/Home/Api) | Real-time foreign exchange rates for major currency pairs | No | Yes | No | | [National Bank of Poland](http://api.nbp.pl/en.html) | A collection of currency exchange rates (data in XML and JSON) | No | Yes | Yes | +| [paralelo.bo](https://paralelo.bo/api) | Bolivia parallel-market USD/BOB exchange rate, aggregated from P2P sources every 60s | No | Yes | Yes | | [VATComply.com](https://www.vatcomply.com/documentation) | Exchange rates, geolocation and VAT number validation | No | Yes | Yes | **[⬆ Back to Index](#index)** From 83f86b1c5a94f4c313457a937bf937bd0ad4b3c1 Mon Sep 17 00:00:00 2001 From: Bortlesboat Date: Tue, 5 May 2026 03:59:59 -0400 Subject: [PATCH 18/46] Fix Tax Data CORS typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 204ff617..226c2b5c 100644 --- a/README.md +++ b/README.md @@ -776,7 +776,7 @@ API | Description | Auth | HTTPS | CORS | | [SmartAPI](https://smartapi.angelbroking.com/) | Gain access to set of and create end-to-end broking services | `apiKey` | Yes | Unknown | | | [StockData](https://www.StockData.org) | Real-Time, Intraday & Historical Market Data, News and Sentiment API | `apiKey` | Yes | Yes | | | [Styvio](https://www.Styvio.com) | Realtime and historical stock data and current stock sentiment | `apiKey` | Yes | Unknown | | -| [Tax Data API](https://apilayer.com/marketplace/tax_data-api) | Instant VAT number and tax validation across the globe | `apiKey` | Yes | Unkown | | +| [Tax Data API](https://apilayer.com/marketplace/tax_data-api) | Instant VAT number and tax validation across the globe | `apiKey` | Yes | Unknown | | | [Tradier](https://developer.tradier.com) | US equity/option market data (delayed, intraday, historical) | `OAuth` | Yes | Yes | | | [Twelve Data](https://twelvedata.com/) | Stock market data (real-time & historical) | `apiKey` | Yes | Unknown | | | [VAT Validation](https://www.abstractapi.com/vat-validation-rates-api) | Validate VAT numbers and calculate VAT rates | `apiKey` | Yes | Yes | | From b5bb5342078420466fc91d7792ebd7c198e4e7f3 Mon Sep 17 00:00:00 2001 From: jejumiso Date: Wed, 6 May 2026 00:18:50 +0900 Subject: [PATCH 19/46] Add WhereParcel to Tracking --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..816b7b1f 100644 --- a/README.md +++ b/README.md @@ -1696,6 +1696,7 @@ API | Description | Auth | HTTPS | CORS | | [UPS](https://www.ups.com/upsdeveloperkit) | Shipment and Address information | `apiKey` | Yes | Unknown | | [WeCanTrack](https://docs.wecantrack.com) | Automatically place subids in affiliate links to attribute affiliate conversions to click data | `apiKey` | Yes | Yes | | [WhatPulse](https://developer.whatpulse.org/#web-api) | Small application that measures your keyboard/mouse usage | No | Yes | Unknown | +| [WhereParcel](https://whereparcel.com/docs) | Unified parcel tracking API across 60+ carriers worldwide (USPS, FedEx, UPS, DHL, etc.) | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)**
From cfa44485a401d075fdb1502c46934c5c486a4da8 Mon Sep 17 00:00:00 2001 From: shayan bhattacharjee Date: Tue, 5 May 2026 22:05:41 +0530 Subject: [PATCH 20/46] Add JSONPlaceholder API to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 204ff617..fa6a93d7 100644 --- a/README.md +++ b/README.md @@ -547,6 +547,7 @@ API | Description | Auth | HTTPS | CORS | | [jsDelivr](https://github.com/jsdelivr/data.jsdelivr.com) | Package info and download stats on jsDelivr CDN | No | Yes | Yes | | [JSON 2 JSONP](https://json2jsonp.com/) | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | Unknown | | [JSONbin.io](https://jsonbin.io) | Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps | `apiKey` | Yes | Yes | +| [JSONPlaceholder](https://jsonplaceholder.typicode.com) | Fake REST API for testing and prototyping | No | Yes | Yes | | [Kroki](https://kroki.io) | Creates diagrams from textual descriptions | No | Yes | Yes | | [License-API](https://github.com/cmccandless/license-api/blob/master/README.md) | Unofficial REST API for choosealicense.com | No | Yes | No | | [Logs.to](https://logs.to/) | Generate logs | `apiKey` | Yes | Unknown | @@ -603,6 +604,7 @@ API | Description | Auth | HTTPS | CORS | | [ZenRows](https://www.zenrows.com/) | Web Scraping API that bypasses anti-bot solutions while offering JS rendering, and rotating proxies | `apiKey` | Yes | Unknown | + **[⬆ Back to Index](#index)**

From f561524a203af52b0c28dc08a144ef1d85e08764 Mon Sep 17 00:00:00 2001 From: ChrisJr404 Date: Tue, 5 May 2026 17:19:27 -0400 Subject: [PATCH 21/46] Add OpenAlex API to Science & Math --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 204ff617..35415d21 100644 --- a/README.md +++ b/README.md @@ -1456,6 +1456,7 @@ API | Description | Auth | HTTPS | CORS | | [Ocean Facts](https://oceanfacts.herokuapp.com/) | Facts pertaining to the physical science of Oceanography | No | Yes | Unknown | | [Open Notify](http://open-notify.org/Open-Notify-API/) | ISS astronauts, current location, etc | No | No | No | | [Open Science Framework](https://developer.osf.io) | Repository and archive for study designs, research materials, data, manuscripts, etc | No | Yes | Unknown | +| [OpenAlex](https://docs.openalex.org/) | Open catalog of scholarly works, authors, institutions, sources, and concepts | No | Yes | Yes | | [Purple Air](https://www2.purpleair.com/) | Real Time Air Quality Monitoring | No | Yes | Unknown | | [Remote Calc](https://github.com/elizabethadegbaju/remotecalc) | Decodes base64 encoding and parses it to return a solution to the calculation in JSON | No | Yes | Yes | | [SHARE](https://share.osf.io/api/v2/) | A free, open, dataset about research and scholarly activities | No | Yes | No | From dafa6d25b7a00c7fb6d1daa358958ab7183646c3 Mon Sep 17 00:00:00 2001 From: Darsh Date: Wed, 6 May 2026 10:38:02 +0530 Subject: [PATCH 22/46] Add wttr.in API under Weather section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76c04766..537aafc3 100644 --- a/README.md +++ b/README.md @@ -1904,6 +1904,7 @@ API | Description | Auth | HTTPS | CORS | | [weather-api](https://github.com/robertoduessmann/weather-api) | A RESTful free API to check the weather | No | Yes | No | | [WeatherAPI](https://www.weatherapi.com/) | Weather API with other stuff like Astronomy and Geolocation API | `apiKey` | Yes | Yes | | [Weatherbit](https://www.weatherbit.io/api) | Weather | `apiKey` | Yes | Unknown | +| [wttr.in](https://wttr.in/:help) | Weather in your terminal, supports JSON output | No | Yes | Yes | | [Yandex.Weather](https://yandex.com/dev/weather/) | Assesses weather condition in specific locations | `apiKey` | Yes | No | **[⬆ Back to Index](#index)**
From 4ae633883f57017b20d9b90466ae13a16a916585 Mon Sep 17 00:00:00 2001 From: Wooram Son Date: Wed, 6 May 2026 16:49:27 +0900 Subject: [PATCH 23/46] Add Alpha (Mossland) API to Cryptocurrency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76c04766..c08768fe 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,7 @@ API | Description | Auth | HTTPS | CORS | | [0x](https://0x.org/api) | API for querying token and pool stats across various liquidity pools | No | Yes | Yes | | [1inch](https://1inch.io/api/) | API for querying decentralize exchange | No | Yes | Unknown | | [Alchemy Ethereum](https://docs.alchemy.com/alchemy/) | Ethereum Node-as-a-Service Provider | `apiKey` | Yes | Yes | +| [Alpha (Mossland)](https://alpha.moss.land/developers) | Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store | No | Yes | Yes | | [Binance](https://github.com/binance/binance-spot-api-docs) | Exchange for Trading Cryptocurrencies based in China | `apiKey` | Yes | Unknown | | [Bitcambio](https://nova.bitcambio.com.br/api/v3/docs#a-public) | Get the list of all traded assets in the exchange | No | Yes | Unknown | | [BitcoinAverage](https://apiv2.bitcoinaverage.com/) | Digital Asset Price Data for the blockchain industry | `apiKey` | Yes | Unknown | From 4acbd287deee01e3605aca6973183c0847d2c7ad Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 6 May 2026 13:07:11 +0200 Subject: [PATCH 24/46] Add PostStack to Email --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76c04766..b59748a3 100644 --- a/README.md +++ b/README.md @@ -681,6 +681,7 @@ API | Description | Auth | HTTPS | CORS | | [MailboxValidator](https://www.mailboxvalidator.com/api-email-free) | Validate email address to improve deliverability | `apiKey` | Yes | Unknown | | [MailCheck.ai](https://www.mailcheck.ai/#documentation) | Prevent users to sign up with temporary email addresses | No | Yes | Unknown | | [Mailtrap](https://mailtrap.docs.apiary.io/#) | A service for the safe testing of emails sent from the development and staging environments | `apiKey` | Yes | Unknown | +| [PostStack](https://poststack.dev/docs) | EU-hosted email API for transactional and marketing email, with contacts, broadcasts, and analytics | `apiKey` | Yes | No | | [Sendgrid](https://docs.sendgrid.com/api-reference/) | A cloud-based SMTP provider that allows you to send emails without having to maintain email servers | `apiKey` | Yes | Unknown | | [Sendinblue](https://developers.sendinblue.com/docs) | A service that provides solutions relating to marketing and/or transactional email and/or SMS | `apiKey` | Yes | Unknown | | [Verifier](https://verifier.meetchopra.com/docs#/) | Verifies that a given email is real | `apiKey` | Yes | Yes | From 316fa62d7f60ad4c821ee8bf005c5918f256e2f9 Mon Sep 17 00:00:00 2001 From: Pranjal Mishra Date: Wed, 6 May 2026 22:09:01 +0530 Subject: [PATCH 25/46] feat:add bluesky API to Social category --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76c04766..10c73138 100644 --- a/README.md +++ b/README.md @@ -1552,6 +1552,7 @@ API | Description | Auth | HTTPS | CORS | | [Ayrshare](https://www.ayrshare.com) | Social media APIs to post, get analytics, and manage multiple users social media accounts | `apiKey` | Yes | Yes | | [aztro](https://aztro.sameerkumar.website/) | Daily horoscope info for yesterday, today, and tomorrow | No | Yes | Unknown | | [Blogger](https://developers.google.com/blogger/) | The Blogger APIs allows client applications to view and update Blogger content | `OAuth` | Yes | Unknown | +| [Bluesky](https://docs.bsky.app/) | Decentralized social networking via the AT protocol | No | Yes | Yes | [Cisco Spark](https://developer.ciscospark.com) | Team Collaboration Software | `OAuth` | Yes | Unknown | | [Dangerous Discord Database](https://discord.riverside.rocks/docs/index.php) | Database of malicious Discord accounts | `apiKey` | Yes | Unknown | | [Discord](https://discord.com/developers/docs/intro) | Make bots for Discord, integrate Discord onto an external platform | `OAuth` | Yes | Unknown | | | @@ -1905,6 +1906,7 @@ API | Description | Auth | HTTPS | CORS | | [WeatherAPI](https://www.weatherapi.com/) | Weather API with other stuff like Astronomy and Geolocation API | `apiKey` | Yes | Yes | | [Weatherbit](https://www.weatherbit.io/api) | Weather | `apiKey` | Yes | Unknown | | [Yandex.Weather](https://yandex.com/dev/weather/) | Assesses weather condition in specific locations | `apiKey` | Yes | No | + **[⬆ Back to Index](#index)**

From ca7e06646c7ba6d527b10d25b04246dd3f923256 Mon Sep 17 00:00:00 2001 From: Hakeemwarner95 Date: Wed, 6 May 2026 13:46:38 -0600 Subject: [PATCH 26/46] Add AcreLens to Open Data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76c04766..4c1f5b33 100644 --- a/README.md +++ b/README.md @@ -1279,6 +1279,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |:---|:---|:---|:---|:---| | [18F](http://18f.github.io/API-All-the-X/) | Unofficial US Federal Government API Development | No | No | Unknown | +| [AcreLens](https://www.acrelens.com) | Land suitability scoring API for any US property: off-grid, rural, recreational, investment | `apiKey` | Yes | Unknown | | [API Setu](https://www.apisetu.gov.in/) | An Indian Government platform that provides a lot of APIS for KYC, business, education & employment | No | Yes | Yes | | [Archive.org](https://archive.readme.io/docs) | The Internet Archive | No | Yes | No | | [Black History Facts](https://www.blackhistoryapi.io/docs) | Contribute or search one of the largest black history fact databases on the web | `apiKey` | Yes | Yes | From 25c2fcd59821afc519d9330702674b535786cc45 Mon Sep 17 00:00:00 2001 From: ezleal Date: Wed, 6 May 2026 18:53:44 -0300 Subject: [PATCH 27/46] Add ApogeoAPI to Geocoding section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 22c4ced5..b741a803 100644 --- a/README.md +++ b/README.md @@ -925,6 +925,7 @@ API | Description | Auth | HTTPS | CORS | | [ipapi.com](https://ipapi.com/?utm_source=Github&utm_medium=Referral&utm_campaign=Public-apis-repo-Best-sellers) | Real-time Geolocation & Reverse IP Lookup REST API | `apiKey` | Yes | Unknown | | [Actinia Grass GIS](https://actinia.mundialis.de/api_docs/) | Actinia is an open source REST API for geographical data that uses GRASS GIS | `apiKey` | Yes | Unknown | | [administrative-divisons-db](https://github.com/kamikazechaser/administrative-divisions-db) | Get all administrative divisions of a country | No | Yes | Yes | +| [ApogeoAPI](https://apogeoapi.com) | Bundled API for countries, states, cities, IP geolocation, and live exchange rates | `apiKey` | Yes | Yes | | [adresse.data.gouv.fr](https://adresse.data.gouv.fr) | Address database of France, geocoding and reverse | No | Yes | Unknown | | [Airtel IP](https://sys.airtel.lv/ip2country/1.1.1.1/?full=true) | IP Geolocation API. Collecting data from multiple sources | No | Yes | Unknown | | [Apiip](https://apiip.net/) | Get location information by IP address | `apiKey` | Yes | Yes | From 7375925fb8ce0cb276715d6f69c45f46663bcb08 Mon Sep 17 00:00:00 2001 From: dominovd <54228650+dominovd@users.noreply.github.com> Date: Thu, 7 May 2026 13:45:33 +0300 Subject: [PATCH 28/46] Add isitdownstatus API to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7da40cdd..b8918d26 100644 --- a/README.md +++ b/README.md @@ -544,6 +544,7 @@ API | Description | Auth | HTTPS | CORS | | [ipfind.io](https://ipfind.io) | Geographic location of an IP address or any domain name along with some other useful information | `apiKey` | Yes | Yes | | [IPify](https://www.ipify.org/) | A simple IP Address API | No | Yes | Unknown | | [IPinfo](https://ipinfo.io/developers) | Another simple IP Address API | No | Yes | Unknown | +| [isitdownstatus](https://isitdownstatus.com) | Check if websites and online services are currently down | No | Yes | Unknown | | [jsDelivr](https://github.com/jsdelivr/data.jsdelivr.com) | Package info and download stats on jsDelivr CDN | No | Yes | Yes | | [JSON 2 JSONP](https://json2jsonp.com/) | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | Unknown | | [JSONbin.io](https://jsonbin.io) | Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps | `apiKey` | Yes | Yes | From 50e3b09ea67caefb947450e4dacd01357d8edd5b Mon Sep 17 00:00:00 2001 From: Dynobit Date: Thu, 7 May 2026 15:31:45 -0400 Subject: [PATCH 29/46] Add ModelPartFinder Error Codes API to Open Data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7da40cdd..24128a0a 100644 --- a/README.md +++ b/README.md @@ -1295,6 +1295,7 @@ API | Description | Auth | HTTPS | CORS | | [LinkPreview](https://www.linkpreview.net) | Get JSON formatted summary with title, description and preview image for any requested URL | `apiKey` | Yes | Yes | | [Lowy Asia Power Index](https://github.com/0x0is1/lowy-index-api-docs) | Get measure resources and influence to rank the relative power of states in Asia | No | Yes | Unknown | | [Microlink.io](https://microlink.io) | Extract structured data from any website | No | Yes | Yes | +| [ModelPartFinder Error Codes](https://modelpartfinder.com/docs/api) | Lookup appliance and equipment error codes by brand and code, with recommended replacement parts | No | Yes | Yes | | [Nasdaq Data Link](https://docs.data.nasdaq.com/) | Stock market data | `apiKey` | Yes | Unknown | | [Nobel Prize](https://www.nobelprize.org/about/developer-zone-2/) | Open data about nobel prizes and events | No | Yes | Yes | | [Open Data Minneapolis](https://opendata.minneapolismn.gov/) | Spatial (GIS) and non-spatial city data for Minneapolis | No | Yes | No | From ff506f5d8aa7840d8fd17d8bfec7599b33f86d16 Mon Sep 17 00:00:00 2001 From: intagliated Date: Fri, 8 May 2026 09:36:59 +0530 Subject: [PATCH 30/46] Fix: Remove backticks from auth field for Verome API --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00e9167d..88776f73 100644 --- a/README.md +++ b/README.md @@ -1241,7 +1241,7 @@ API | Description | Auth | HTTPS | CORS | | [TasteDive](https://tastedive.com/read/api) | Similar artist API (also works for movies and TV shows) | `apiKey` | Yes | Unknown | | [TheAudioDB](https://www.theaudiodb.com/api_guide.php) | Music | `apiKey` | Yes | Unknown | | [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | Unknown | -| [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | `No` | Yes | Unknown | +| [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | No | Yes | Unknown | **[⬆ Back to Index](#index)**
From f52bf38add3be413b74820f03086c02ad6008ea6 Mon Sep 17 00:00:00 2001 From: intagliated Date: Fri, 8 May 2026 10:38:35 +0530 Subject: [PATCH 31/46] Fix: Correct pipe count for Verome API table row --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88776f73..5fc6c654 100644 --- a/README.md +++ b/README.md @@ -1240,7 +1240,7 @@ API | Description | Auth | HTTPS | CORS | | [Sunor](https://docs.sunor.cc) | AI music generation API via Suno, with pay-as-you-go credits | `apiKey` | Yes | Unknown | | [TasteDive](https://tastedive.com/read/api) | Similar artist API (also works for movies and TV shows) | `apiKey` | Yes | Unknown | | [TheAudioDB](https://www.theaudiodb.com/api_guide.php) | Music | `apiKey` | Yes | Unknown | -| [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | Unknown | +| [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey`| Yes | Unknown | | [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | No | Yes | Unknown | **[⬆ Back to Index](#index)** From e406ad51643fcc9a6150aee0de475b6fe59e349c Mon Sep 17 00:00:00 2001 From: intagliated Date: Fri, 8 May 2026 10:53:43 +0530 Subject: [PATCH 32/46] Fix: Add missing space after apiKey in Vagalume entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fc6c654..88776f73 100644 --- a/README.md +++ b/README.md @@ -1240,7 +1240,7 @@ API | Description | Auth | HTTPS | CORS | | [Sunor](https://docs.sunor.cc) | AI music generation API via Suno, with pay-as-you-go credits | `apiKey` | Yes | Unknown | | [TasteDive](https://tastedive.com/read/api) | Similar artist API (also works for movies and TV shows) | `apiKey` | Yes | Unknown | | [TheAudioDB](https://www.theaudiodb.com/api_guide.php) | Music | `apiKey` | Yes | Unknown | -| [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey`| Yes | Unknown | +| [Vagalume](https://api.vagalume.com.br/docs/) | Crowdsourced lyrics and music knowledge | `apiKey` | Yes | Unknown | | [Verome](https://github.com/Kirazul/Verome-API) | Music API for searching, streaming, and exploring music data from YouTube Music, YouTube, and Last.fm | No | Yes | Unknown | **[⬆ Back to Index](#index)** From a8a385fc7a99bdf91db9fd948cee40feed134612 Mon Sep 17 00:00:00 2001 From: bunsato <92196950+bunsato@users.noreply.github.com> Date: Fri, 8 May 2026 14:39:49 +0900 Subject: [PATCH 33/46] Add LocalGov.jp API to Government --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9164a80..73b6cd08 100644 --- a/README.md +++ b/README.md @@ -1058,7 +1058,8 @@ API | Description | Auth | HTTPS | CORS | | [Indian Pincode](https://indianpincode.com/) | Free India PIN code lookup with GPS coordinates, 165k+ post offices, state & district data | No | Yes | Yes | | [INEI](http://iinei.inei.gob.pe/microdatos/) | Peruvian Statistical Government Open Data | No | No | Unknown | | [Interpol Red Notices](https://interpol.api.bund.dev/) | Access and search Interpol Red Notices | No | Yes | Unknown | -| [Istanbul (İBB) Open Data](https://data.ibb.gov.tr) | Data sets from the İstanbul Metropolitan Municipality (İBB) | No | Yes | Unknown | +| [Istanbul (İBB) Open Data](https://data.ibb.gov.tr) | Data sets from the İstanbul Metropolitan Municipality (İBB) | No | Yes | Unknown +| [LocalGov.jp](https://localgov.jp/) | Japan grants and subsidies (central J-Grants + 1,916 municipalities) | No | Yes | Yes | | [National Park Service, US](https://www.nps.gov/subjects/developer/) | Data from the US National Park Service | `apiKey` | Yes | Yes | | [Open Government, ACT](https://www.data.act.gov.au/) | Australian Capital Territory Open Data | No | Yes | Unknown | | [Open Government, Argentina](https://datos.gob.ar/) | Argentina Government Open Data | No | Yes | Unknown | From 73889bc6c14615e25f1e014dda63ebf4b988c6f2 Mon Sep 17 00:00:00 2001 From: intagliated Date: Fri, 8 May 2026 13:11:58 +0530 Subject: [PATCH 34/46] Add FileUp API to Cloud Storage & File Sharing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9164a80..83f6be5f 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,7 @@ API | Description | Auth | HTTPS | CORS | | [Dropbox](https://www.dropbox.com/developers) | File Sharing and Storage | `OAuth` | Yes | Unknown | | | [File.io](https://www.file.io) | Super simple file sharing, convenient, anonymous and secure | No | Yes | Unknown | | | [Filestack](https://www.filestack.com) | Filestack File Uploader & File Upload API | `apiKey` | Yes | Unknown | | +| [FileUp](https://github.com/RealSinaSnp/FileUp) | Temporary file hosting with upload API, expiration times, and view limits | No | Yes | Unknown | | [GoFile](https://gofile.io/api) | Unlimited size file uploads for free | `apiKey` | Yes | Unknown | | | [Google Drive](https://developers.google.com/drive/) | File Sharing and Storage | `OAuth` | Yes | Unknown | | | [Gyazo](https://gyazo.com/api/docs) | Save & Share screen captures instantly | `apiKey` | Yes | Unknown | | From 6bf4c6b676a67c5592e461b2df684d3e26f25482 Mon Sep 17 00:00:00 2001 From: kafk3d Date: Fri, 8 May 2026 10:15:38 +0200 Subject: [PATCH 35/46] Add Anycrap API to Entertainment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd279084..2ce5ce49 100644 --- a/README.md +++ b/README.md @@ -695,6 +695,7 @@ API | Description | Auth | HTTPS | CORS | ### Entertainment API | Description | Auth | HTTPS | CORS | |:---|:---|:---|:---|:---| +| [Anycrap](https://anycrap.shop/developers) | 35,000+ absurdist AI-generated product concepts with names, descriptions, and images | `apiKey` | Yes | Yes | | [chucknorris.io](https://api.chucknorris.io) | JSON API for hand curated Chuck Norris jokes | No | Yes | Unknown | | [Corporate Buzz Words](https://github.com/sameerkumar18/corporate-bs-generator-api) | REST API for Corporate Buzz Words | No | Yes | Yes | | [Excuser](https://excuser.herokuapp.com/) | Get random excuses for various situations | No | Yes | Unknown | From 2f033e56aa8dae40ceebbf35929eea84c49e6736 Mon Sep 17 00:00:00 2001 From: bunsato <92196950+bunsato@users.noreply.github.com> Date: Fri, 8 May 2026 17:54:28 +0900 Subject: [PATCH 36/46] Fix Istanbul row's trailing pipe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73b6cd08..cc48ec54 100644 --- a/README.md +++ b/README.md @@ -1058,7 +1058,7 @@ API | Description | Auth | HTTPS | CORS | | [Indian Pincode](https://indianpincode.com/) | Free India PIN code lookup with GPS coordinates, 165k+ post offices, state & district data | No | Yes | Yes | | [INEI](http://iinei.inei.gob.pe/microdatos/) | Peruvian Statistical Government Open Data | No | No | Unknown | | [Interpol Red Notices](https://interpol.api.bund.dev/) | Access and search Interpol Red Notices | No | Yes | Unknown | -| [Istanbul (İBB) Open Data](https://data.ibb.gov.tr) | Data sets from the İstanbul Metropolitan Municipality (İBB) | No | Yes | Unknown +| [Istanbul (İBB) Open Data](https://data.ibb.gov.tr) | Data sets from the İstanbul Metropolitan Municipality (İBB) | No | Yes | Unknown | | [LocalGov.jp](https://localgov.jp/) | Japan grants and subsidies (central J-Grants + 1,916 municipalities) | No | Yes | Yes | | [National Park Service, US](https://www.nps.gov/subjects/developer/) | Data from the US National Park Service | `apiKey` | Yes | Yes | | [Open Government, ACT](https://www.data.act.gov.au/) | Australian Capital Territory Open Data | No | Yes | Unknown | From 653775a558d656e84a36391b151841432d26e57f Mon Sep 17 00:00:00 2001 From: jackguam342-cmd <271453021+jackguam342-cmd@users.noreply.github.com> Date: Fri, 8 May 2026 16:54:34 +0800 Subject: [PATCH 37/46] Add Thunderbit API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd279084..18cde791 100644 --- a/README.md +++ b/README.md @@ -601,6 +601,7 @@ API | Description | Auth | HTTPS | CORS | | [Statically](https://statically.io/) | A free CDN for developers | No | Yes | Yes | | [Supportivekoala](https://developers.supportivekoala.com/) | Autogenerate images with template | `apiKey` | Yes | Yes | | [Suprsonic](https://suprsonic.ai) | Unified agent API: search, scrape, enrich, image gen, TTS, STT, messaging. One key, 20+ capabilities | `apiKey` | Yes | Yes | +| [Thunderbit](https://thunderbit.com/docs/introduction) | Extract web pages as Markdown or structured data for AI apps | `apiKey` | Yes | Unknown | | [Tyk](https://tyk.io/open-source/) | Api and service management platform | `apiKey` | Yes | Yes | | [Wandbox](https://github.com/melpon/wandbox/blob/master/kennel2/API.rst) | Code compiler supporting 35+ languages mentioned at wandbox.org | No | Yes | Unknown | | [WebScraping.AI](https://webscraping.ai/) | Web Scraping API with built-in proxies and JS rendering | `apiKey` | Yes | Yes | From 76b7008d41ac1482e772f1008bca31381510d44a Mon Sep 17 00:00:00 2001 From: bunsato <92196950+bunsato@users.noreply.github.com> Date: Fri, 8 May 2026 17:58:28 +0900 Subject: [PATCH 38/46] Remove trailing space on Istanbul row --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc48ec54..15ddb370 100644 --- a/README.md +++ b/README.md @@ -1058,7 +1058,7 @@ API | Description | Auth | HTTPS | CORS | | [Indian Pincode](https://indianpincode.com/) | Free India PIN code lookup with GPS coordinates, 165k+ post offices, state & district data | No | Yes | Yes | | [INEI](http://iinei.inei.gob.pe/microdatos/) | Peruvian Statistical Government Open Data | No | No | Unknown | | [Interpol Red Notices](https://interpol.api.bund.dev/) | Access and search Interpol Red Notices | No | Yes | Unknown | -| [Istanbul (İBB) Open Data](https://data.ibb.gov.tr) | Data sets from the İstanbul Metropolitan Municipality (İBB) | No | Yes | Unknown | +| [Istanbul (İBB) Open Data](https://data.ibb.gov.tr) | Data sets from the İstanbul Metropolitan Municipality (İBB) | No | Yes | Unknown | | [LocalGov.jp](https://localgov.jp/) | Japan grants and subsidies (central J-Grants + 1,916 municipalities) | No | Yes | Yes | | [National Park Service, US](https://www.nps.gov/subjects/developer/) | Data from the US National Park Service | `apiKey` | Yes | Yes | | [Open Government, ACT](https://www.data.act.gov.au/) | Australian Capital Territory Open Data | No | Yes | Unknown | From f8488dca7c3d2bd154abcedb0a73e92f9f70fc89 Mon Sep 17 00:00:00 2001 From: kochetkov-ma Date: Fri, 8 May 2026 12:31:04 +0100 Subject: [PATCH 39/46] Add BrewPage API to Development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76c04766..30961862 100644 --- a/README.md +++ b/README.md @@ -496,6 +496,7 @@ API | Description | Auth | HTTPS | CORS | | [Blynk-Cloud](https://blynkapi.docs.apiary.io/#) | Control IoT Devices from Blynk IoT Cloud | `apiKey` | No | Unknown | | [Bored](https://www.boredapi.com/) | Find random activities to fight boredom | No | Yes | Unknown | | [Brainshop.ai](https://brainshop.ai/) | Make A Free A.I Brain | `apiKey` | Yes | Yes | +| [BrewPage](https://brewpage.app) | Free hosting for HTML, JSON, key-value, files, multi-file sites with short URLs and TTL retention | No | Yes | No | | [Browshot](https://browshot.com/api/documentation) | Easily make screenshots of web pages in any screen size, as any device | `apiKey` | Yes | Yes | | [CDNJS](https://api.cdnjs.com/libraries/jquery) | Library info on CDNJS | No | Yes | Unknown | | [Changelogs.md](https://changelogs.md) | Structured changelog metadata from open source projects | No | Yes | Unknown | From 921a62e166b43567d41020d91e79ed4eec900008 Mon Sep 17 00:00:00 2001 From: vy35 Date: Fri, 8 May 2026 19:11:21 +0200 Subject: [PATCH 40/46] Add Memesio API to Entertainment --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd279084..8643e7e8 100644 --- a/README.md +++ b/README.md @@ -701,6 +701,7 @@ API | Description | Auth | HTTPS | CORS | | [Fun Fact](https://api.aakhilv.me) | A simple HTTPS api that can randomly select and return a fact from the FFA database | No | Yes | Yes | | [Imgflip](https://imgflip.com/api) | Gets an array of popular memes | No | Yes | Unknown | | [Meme Maker](https://mememaker.github.io/API/) | REST API for create your own meme | No | Yes | Unknown | +| [Memesio](https://memesio.com/developers/api) | Meme creation API with templates, editable captions and hosted share links | No | Yes | No | | [NaMoMemes](https://github.com/theIYD/NaMoMemes) | Memes on Narendra Modi | No | Yes | Unknown | | [Random Useless Facts](https://uselessfacts.jsph.pl/) | Get useless, but true facts | No | Yes | Unknown | | [TasteDive](https://tastedive.com/read/api) | Content-based recommendations for movies, music, TV shows, books, games, and podcasts | `apiKey` | Yes | No | From 222fd30be98ece4ee8d4b5188102bcceb581746a Mon Sep 17 00:00:00 2001 From: iparker Date: Fri, 8 May 2026 19:47:47 +0200 Subject: [PATCH 41/46] Update README.md Add staffSign - employment contract API with MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd279084..984ab7e4 100644 --- a/README.md +++ b/README.md @@ -659,6 +659,7 @@ API | Description | Auth | HTTPS | CORS | | [Restpack](https://restpack.io/) | Provides screenshot, HTML to PDF and content extraction APIs | `apiKey` | Yes | Unknown | | [Todoist](https://developer.todoist.com) | Todo Lists | `OAuth` | Yes | Unknown | | [Smart Image Enhancement API](https://apilayer.com/marketplace/image_enhancement-api) | Performs image upscaling by adding detail to images through multiple super-resolution algorithms | `apiKey` | Yes | Unknown | +| [staffSign](https://staffsign.de/docs) | Digital employment contract API with QES/eIDAS support for HR and staffing | `apiKey` | Yes | Yes | | [Vector Express v2.0](https://vector.express) | Free vector file converting API | No | Yes | No | | [WakaTime](https://wakatime.com/developers) | Automated time tracking leaderboards for programmers | No | Yes | Unknown | | [Zube](https://zube.io/docs/api) | Full stack project management | `OAuth` | Yes | Unknown | From b18afede41b74c13c43adf7f72bc1be70ad52217 Mon Sep 17 00:00:00 2001 From: wadeKeith Date: Mon, 4 May 2026 17:49:14 +0800 Subject: [PATCH 42/46] Add Groq API - fast AI inference with free tier --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dd279084..1dc4aede 100644 --- a/README.md +++ b/README.md @@ -1210,6 +1210,7 @@ API | Description | Auth | HTTPS | CORS | | [Time Door](https://timedoor.io) | A time series analysis API | `apiKey` | Yes | Yes | | [Unplugg](https://unplu.gg/test_api.html) | Forecasting API for timeseries data | `apiKey` | Yes | Unknown | | [WolframAlpha](https://products.wolframalpha.com/api/) | Provides specific answers to questions using data and algorithms | `apiKey` | Yes | Unknown | +| [Groq](https://console.groq.com/docs/quickstart) | Fast AI inference API with free tier, supports Llama, Mixtral, Gemma models | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)**
From d1287ce31ed27387f4bec3693d9d88f9cced3d35 Mon Sep 17 00:00:00 2001 From: Yin Cheng Date: Fri, 8 May 2026 20:56:40 +0800 Subject: [PATCH 43/46] fix: move Groq to correct alphabetical position in Machine Learning section Groq was incorrectly added after WolframAlpha (letter W). Moved to correct position after EXUDE-API (letter E) and before Hirak FaceAPI (letter H) in alphabetical order per review feedback. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1dc4aede..4b6bef60 100644 --- a/README.md +++ b/README.md @@ -1193,6 +1193,7 @@ API | Description | Auth | HTTPS | CORS | | [Deepcode](https://www.deepcode.ai) | AI for code review | No | Yes | Unknown | | [Dialogflow](https://cloud.google.com/dialogflow/docs/) | Natural Language Processing | `apiKey` | Yes | Unknown | | [EXUDE-API](http://uttesh.com/exude-api/) | Used for the primary ways for filtering the stopping, stemming words from the text data | No | Yes | Yes | +| [Groq](https://console.groq.com/docs/quickstart) | Fast AI inference API with free tier, supports Llama, Mixtral, Gemma models | `apiKey` | Yes | Yes | | [Hirak FaceAPI](https://faceapi.hirak.site/) | Face detection, face recognition with age estimation/gender estimation, accurate, no quota limits | `apiKey` | Yes | Unknown | | [Imagga](https://imagga.com/) | Image Recognition Solutions like Tagging, Visual Search, NSFW moderation | `apiKey` | Yes | Unknown | | [Inferdo](https://rapidapi.com/user/inferdo) | Computer Vision services like Facial detection, Image labeling, NSFW classification | `apiKey` | Yes | Unknown | @@ -1210,7 +1211,6 @@ API | Description | Auth | HTTPS | CORS | | [Time Door](https://timedoor.io) | A time series analysis API | `apiKey` | Yes | Yes | | [Unplugg](https://unplu.gg/test_api.html) | Forecasting API for timeseries data | `apiKey` | Yes | Unknown | | [WolframAlpha](https://products.wolframalpha.com/api/) | Provides specific answers to questions using data and algorithms | `apiKey` | Yes | Unknown | -| [Groq](https://console.groq.com/docs/quickstart) | Fast AI inference API with free tier, supports Llama, Mixtral, Gemma models | `apiKey` | Yes | Yes | **[⬆ Back to Index](#index)**
From f3ce249e00d5d0ac204d9b39664cfc9a151ef866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Vilas-Boas=20Coreia?= <95988463+jovbcorreia@users.noreply.github.com> Date: Sun, 10 May 2026 23:33:18 +0100 Subject: [PATCH 44/46] Add IPMA API to Weather section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74bce5b8..b51258aa 100644 --- a/README.md +++ b/README.md @@ -1916,6 +1916,7 @@ API | Description | Auth | HTTPS | CORS | | [Foreca](https://developer.foreca.com) | Weather | `OAuth` | Yes | Unknown | | [HG Weather](https://hgbrasil.com/status/weather) | Provides weather forecast data for cities in Brazil | `apiKey` | Yes | Yes | | [Hong Kong Obervatory](https://www.hko.gov.hk/en/abouthko/opendata_intro.htm) | Provide weather information, earthquake information, and climate data | No | Yes | Unknown | +| [IPMA](https://api.ipma.pt/open-data/) | Portuguese weather and climate data | No | Yes | Unknown | | [MetaWeather](https://www.metaweather.com/api/) | Weather | No | Yes | No | | [Meteorologisk Institutt](https://api.met.no/weatherapi/documentation) | Weather and climate data | `User-Agent` | Yes | Unknown | | [Micro Weather](https://m3o.com/weather/api) | Real time weather forecasts and historic data | `apiKey` | Yes | Unknown | From 9d370f4d5b6b0a869cbe7e198f111624a677582b Mon Sep 17 00:00:00 2001 From: Yuma Date: Mon, 11 May 2026 13:24:43 +0200 Subject: [PATCH 45/46] Add HeroHunt People Search to Jobs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b51258aa..754917f2 100644 --- a/README.md +++ b/README.md @@ -1182,6 +1182,7 @@ API | Description | Auth | HTTPS | CORS | | [DevITjobs UK](https://devitjobs.uk/job_feed.xml) | Jobs with GraphQL | No | Yes | Yes | | [Findwork](https://findwork.dev/developers/) | Job board | `apiKey` | Yes | Unknown | | [GraphQL Jobs](https://graphql.jobs/docs/api/) | Jobs with GraphQL | No | Yes | Yes | +| [HeroHunt People Search](https://www.herohunt.ai/people-search-api) | Search 1 billion people profiles across LinkedIn and GitHub for talent sourcing | `apiKey` | Yes | Yes | | [Jobs2Careers](http://api.jobs2careers.com/api/spec.pdf) | Job aggregator | `apiKey` | Yes | Unknown | | [Jooble](https://jooble.org/api/about) | Job search engine | `apiKey` | Yes | Unknown | | [Juju](http://www.juju.com/publisher/spec/) | Job search engine | `apiKey` | No | Unknown | From e6a65d327b1fbdbe7017455c600d1f959bf18af1 Mon Sep 17 00:00:00 2001 From: davorinrusevljan Date: Mon, 11 May 2026 12:39:22 +0000 Subject: [PATCH 46/46] Fix alphabetical order in Security section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b51258aa..bfed27a1 100644 --- a/README.md +++ b/README.md @@ -1516,6 +1516,7 @@ API | Description | Auth | HTTPS | CORS | | [Classify](https://classify-web.herokuapp.com/#/api) | Encrypting & decrypting text messages | No | Yes | Yes | | [Complete Criminal Checks](https://completecriminalchecks.com/Developers) | Provides data of offenders from all U.S. States and Pureto Rico | `apiKey` | Yes | Yes | | [CRXcavator](https://crxcavator.io/apidocs) | Chrome extension risk scoring | `apiKey` | Yes | Unknown | +| [dead-drop](https://api.dead-drop.xyz/api/v1/docs) | Ephemeral zero-knowledge encrypted data sharing | No | Yes | Yes | | [Dehash.lt](https://github.com/Dehash-lt/api) | Hash decryption MD5, SHA1, SHA3, SHA256, SHA384, SHA512 | No | Yes | Unknown | | [EmailRep](https://docs.emailrep.io/) | Email address threat and risk prediction | No | Yes | Unknown | | [Escape](https://github.com/polarspetroll/EscapeAPI) | An API for escaping different kind of queries | No | Yes | No |