Skip to content

Commit a43cfae

Browse files
feat(api.json): add new APIs across multiple categories (#440)
* feat(api.json): add new APIs across multiple categories * fix: remove unavailable API link from the list
1 parent a7795de commit a43cfae

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/db/api.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,17 @@
268268
"name": "Alpha Vantage API",
269269
"link": "https://www.alphavantage.co/documentation/",
270270
"ctg": "Financial"
271+
},
272+
{
273+
"id": 46,
274+
"name": "Genderize API",
275+
"link": "https://genderize.io/",
276+
"ctg": "Demographics"
277+
},
278+
{
279+
"id": 47,
280+
"name": "Nationalize API",
281+
"link": "https://nationalize.io/",
282+
"ctg": "Demographics"
271283
}
272284
]

0 commit comments

Comments
 (0)