From 07f6f6e19141c07ccc8ed3b980f603f005c3bf31 Mon Sep 17 00:00:00 2001 From: Yaten Dhingra <129659514+yaten2302@users.noreply.github.com> Date: Thu, 6 Jun 2024 01:59:21 +0530 Subject: [PATCH] added FreeAPIs link to backend/api (#2386) --- database/backend/api.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/backend/api.json b/database/backend/api.json index 1280ea65d..bd78c2e66 100644 --- a/database/backend/api.json +++ b/database/backend/api.json @@ -131,5 +131,12 @@ "url": "https://api.nasa.gov", "category": "backend", "subcategory": "api" + }, + { + "name": "Free APIs", + "description": "It's a collection of free APIs. Curated Playground for the Best Public Web APIs!", + "url": "https://apislist.com/", + "category": "backend", + "subcategory": "api" } ]