@nordsym/apiclaw 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +50 -33
- package/README.md +22 -12
- package/SOUL.md +60 -19
- package/STATUS.md +91 -169
- package/convex/_generated/api.d.ts +6 -0
- package/convex/directCall.ts +598 -0
- package/convex/providers.ts +341 -26
- package/convex/schema.ts +87 -0
- package/convex/usage.ts +260 -0
- package/convex/waitlist.ts +55 -0
- package/data/combined-02-26.json +22102 -0
- package/data/night-expansion-02-26-06-batch2.json +1898 -0
- package/data/night-expansion-02-26-06-batch3.json +1410 -0
- package/data/night-expansion-02-26-06.json +3146 -0
- package/data/night-expansion-02-26-full.json +9726 -0
- package/data/night-expansion-02-26-v2.json +330 -0
- package/data/night-expansion-02-26.json +171 -0
- package/dist/crypto.d.ts +7 -0
- package/dist/crypto.d.ts.map +1 -0
- package/dist/crypto.js +67 -0
- package/dist/crypto.js.map +1 -0
- package/dist/execute-dynamic.d.ts +116 -0
- package/dist/execute-dynamic.d.ts.map +1 -0
- package/dist/execute-dynamic.js +456 -0
- package/dist/execute-dynamic.js.map +1 -0
- package/dist/execute.d.ts +2 -1
- package/dist/execute.d.ts.map +1 -1
- package/dist/execute.js +35 -5
- package/dist/execute.js.map +1 -1
- package/dist/index.js +33 -4
- package/dist/index.js.map +1 -1
- package/dist/registry/apis.json +2081 -3
- package/docs/PRD-customer-key-passthrough.md +184 -0
- package/landing/public/badges/available-on-apiclaw.svg +14 -0
- package/landing/scripts/generate-stats.js +75 -4
- package/landing/src/app/admin/page.tsx +1 -1
- package/landing/src/app/api/auth/magic-link/route.ts +1 -1
- package/landing/src/app/api/auth/session/route.ts +1 -1
- package/landing/src/app/api/auth/verify/route.ts +1 -1
- package/landing/src/app/api/og/route.tsx +5 -3
- package/landing/src/app/docs/page.tsx +5 -4
- package/landing/src/app/earn/page.tsx +14 -11
- package/landing/src/app/globals.css +16 -15
- package/landing/src/app/layout.tsx +2 -2
- package/landing/src/app/page.tsx +425 -254
- package/landing/src/app/providers/dashboard/[apiId]/actions/[actionId]/edit/page.tsx +600 -0
- package/landing/src/app/providers/dashboard/[apiId]/actions/new/page.tsx +583 -0
- package/landing/src/app/providers/dashboard/[apiId]/actions/page.tsx +301 -0
- package/landing/src/app/providers/dashboard/[apiId]/direct-call/page.tsx +659 -0
- package/landing/src/app/providers/dashboard/[apiId]/page.tsx +381 -0
- package/landing/src/app/providers/dashboard/[apiId]/test/page.tsx +418 -0
- package/landing/src/app/providers/dashboard/layout.tsx +292 -0
- package/landing/src/app/providers/dashboard/page.tsx +353 -290
- package/landing/src/app/providers/register/page.tsx +87 -10
- package/landing/src/components/AiClientDropdown.tsx +85 -0
- package/landing/src/components/ConfigHelperModal.tsx +113 -0
- package/landing/src/components/HeroTabs.tsx +187 -0
- package/landing/src/components/ShareIntegrationModal.tsx +198 -0
- package/landing/src/hooks/useDashboardData.ts +53 -1
- package/landing/src/lib/apis.json +46554 -174
- package/landing/src/lib/convex-client.ts +22 -3
- package/landing/src/lib/stats.json +4 -4
- package/landing/tsconfig.tsbuildinfo +1 -1
- package/night-expansion-02-26-06-batch2.py +368 -0
- package/night-expansion-02-26-06-batch3.py +299 -0
- package/night-expansion-02-26-06.py +756 -0
- package/package.json +1 -1
- package/scripts/bulk-add-public-apis-v2.py +418 -0
- package/scripts/night-expansion-02-26-v2.py +296 -0
- package/scripts/night-expansion-02-26.py +890 -0
- package/scripts/seed-complete-api.js +181 -0
- package/scripts/seed-demo-api.sh +44 -0
- package/src/crypto.ts +75 -0
- package/src/execute-dynamic.ts +589 -0
- package/src/execute.ts +41 -5
- package/src/index.ts +38 -4
- package/src/registry/apis.json +2081 -3
package/src/registry/apis.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "3.2.
|
|
2
|
+
"version": "3.2.4",
|
|
3
3
|
"source": "APIClaw aggregated registry",
|
|
4
|
-
"lastUpdated": "2026-02-
|
|
5
|
-
"count":
|
|
4
|
+
"lastUpdated": "2026-02-26",
|
|
5
|
+
"count": 19176,
|
|
6
6
|
"apis": [
|
|
7
7
|
{
|
|
8
8
|
"id": "ipstack",
|
|
@@ -246727,6 +246727,2084 @@
|
|
|
246727
246727
|
"link": "https://cloud.google.com",
|
|
246728
246728
|
"pricing": "unknown",
|
|
246729
246729
|
"keywords": []
|
|
246730
|
+
},
|
|
246731
|
+
{
|
|
246732
|
+
"id": "fishwatch-api",
|
|
246733
|
+
"name": "FishWatch API",
|
|
246734
|
+
"description": "Information and pictures about individual fish species",
|
|
246735
|
+
"category": "Animals",
|
|
246736
|
+
"auth": "None",
|
|
246737
|
+
"https": true,
|
|
246738
|
+
"cors": "unknown",
|
|
246739
|
+
"link": "https://www.fishwatch.gov/developers",
|
|
246740
|
+
"pricing": "unknown",
|
|
246741
|
+
"keywords": [],
|
|
246742
|
+
"source": "public-apis-v2"
|
|
246743
|
+
},
|
|
246744
|
+
{
|
|
246745
|
+
"id": "zoo-animals-api",
|
|
246746
|
+
"name": "Zoo Animals API",
|
|
246747
|
+
"description": "Facts and pictures of zoo animals",
|
|
246748
|
+
"category": "Animals",
|
|
246749
|
+
"auth": "None",
|
|
246750
|
+
"https": true,
|
|
246751
|
+
"cors": "unknown",
|
|
246752
|
+
"link": "https://zoo-animal-api.herokuapp.com/",
|
|
246753
|
+
"pricing": "unknown",
|
|
246754
|
+
"keywords": [],
|
|
246755
|
+
"source": "public-apis-v2"
|
|
246756
|
+
},
|
|
246757
|
+
{
|
|
246758
|
+
"id": "catboy-api",
|
|
246759
|
+
"name": "Catboy API",
|
|
246760
|
+
"description": "Neko images, funny GIFs & more",
|
|
246761
|
+
"category": "Entertainment",
|
|
246762
|
+
"auth": "None",
|
|
246763
|
+
"https": true,
|
|
246764
|
+
"cors": "unknown",
|
|
246765
|
+
"link": "https://catboys.com/api",
|
|
246766
|
+
"pricing": "unknown",
|
|
246767
|
+
"keywords": [],
|
|
246768
|
+
"source": "public-apis-v2"
|
|
246769
|
+
},
|
|
246770
|
+
{
|
|
246771
|
+
"id": "web-of-trust-api",
|
|
246772
|
+
"name": "Web of Trust API",
|
|
246773
|
+
"description": "IP/domain/URL reputation",
|
|
246774
|
+
"category": "Security",
|
|
246775
|
+
"auth": "apiKey",
|
|
246776
|
+
"https": true,
|
|
246777
|
+
"cors": "unknown",
|
|
246778
|
+
"link": "https://support.mywot.com/hc/en-us/sections/360004477734-API-",
|
|
246779
|
+
"pricing": "unknown",
|
|
246780
|
+
"keywords": [],
|
|
246781
|
+
"source": "public-apis-v2"
|
|
246782
|
+
},
|
|
246783
|
+
{
|
|
246784
|
+
"id": "am-thyste-api",
|
|
246785
|
+
"name": "Am\u00e9thyste API",
|
|
246786
|
+
"description": "Generate images for Discord users",
|
|
246787
|
+
"category": "Design",
|
|
246788
|
+
"auth": "apiKey",
|
|
246789
|
+
"https": true,
|
|
246790
|
+
"cors": "unknown",
|
|
246791
|
+
"link": "https://api.amethyste.moe/",
|
|
246792
|
+
"pricing": "unknown",
|
|
246793
|
+
"keywords": [],
|
|
246794
|
+
"source": "public-apis-v2"
|
|
246795
|
+
},
|
|
246796
|
+
{
|
|
246797
|
+
"id": "helium-blockchain",
|
|
246798
|
+
"name": "Helium Blockchain",
|
|
246799
|
+
"description": "Helium network data for IoT Hotspots",
|
|
246800
|
+
"category": "IoT",
|
|
246801
|
+
"auth": "None",
|
|
246802
|
+
"https": true,
|
|
246803
|
+
"cors": "unknown",
|
|
246804
|
+
"link": "https://docs.helium.com/api/blockchain/introduction/",
|
|
246805
|
+
"pricing": "unknown",
|
|
246806
|
+
"keywords": [],
|
|
246807
|
+
"source": "public-apis-v2"
|
|
246808
|
+
},
|
|
246809
|
+
{
|
|
246810
|
+
"id": "crossref-metadata",
|
|
246811
|
+
"name": "Crossref Metadata",
|
|
246812
|
+
"description": "Books & Articles Metadata",
|
|
246813
|
+
"category": "Content",
|
|
246814
|
+
"auth": "None",
|
|
246815
|
+
"https": true,
|
|
246816
|
+
"cors": "unknown",
|
|
246817
|
+
"link": "https://github.com/CrossRef/rest-api-doc",
|
|
246818
|
+
"pricing": "unknown",
|
|
246819
|
+
"keywords": [],
|
|
246820
|
+
"source": "public-apis-v2"
|
|
246821
|
+
},
|
|
246822
|
+
{
|
|
246823
|
+
"id": "wizard-world-api",
|
|
246824
|
+
"name": "Wizard World API",
|
|
246825
|
+
"description": "Get information from the Harry Potter universe",
|
|
246826
|
+
"category": "Entertainment",
|
|
246827
|
+
"auth": "None",
|
|
246828
|
+
"https": true,
|
|
246829
|
+
"cors": "unknown",
|
|
246830
|
+
"link": "https://wizard-world-api.herokuapp.com/swagger/index.html",
|
|
246831
|
+
"pricing": "unknown",
|
|
246832
|
+
"keywords": [],
|
|
246833
|
+
"source": "public-apis-v2"
|
|
246834
|
+
},
|
|
246835
|
+
{
|
|
246836
|
+
"id": "tenders-hungary",
|
|
246837
|
+
"name": "Tenders Hungary",
|
|
246838
|
+
"description": "Procurements in Hungary in JSON format",
|
|
246839
|
+
"category": "Business",
|
|
246840
|
+
"auth": "None",
|
|
246841
|
+
"https": true,
|
|
246842
|
+
"cors": "unknown",
|
|
246843
|
+
"link": "https://tenders.guru/hu/api",
|
|
246844
|
+
"pricing": "unknown",
|
|
246845
|
+
"keywords": [],
|
|
246846
|
+
"source": "public-apis-v2"
|
|
246847
|
+
},
|
|
246848
|
+
{
|
|
246849
|
+
"id": "tenders-poland",
|
|
246850
|
+
"name": "Tenders Poland",
|
|
246851
|
+
"description": "Procurements in Poland in JSON format",
|
|
246852
|
+
"category": "Business",
|
|
246853
|
+
"auth": "None",
|
|
246854
|
+
"https": true,
|
|
246855
|
+
"cors": "unknown",
|
|
246856
|
+
"link": "https://tenders.guru/pl/api",
|
|
246857
|
+
"pricing": "unknown",
|
|
246858
|
+
"keywords": [],
|
|
246859
|
+
"source": "public-apis-v2"
|
|
246860
|
+
},
|
|
246861
|
+
{
|
|
246862
|
+
"id": "tenders-romania",
|
|
246863
|
+
"name": "Tenders Romania",
|
|
246864
|
+
"description": "Procurements in Romania in JSON format",
|
|
246865
|
+
"category": "Business",
|
|
246866
|
+
"auth": "None",
|
|
246867
|
+
"https": true,
|
|
246868
|
+
"cors": "unknown",
|
|
246869
|
+
"link": "https://tenders.guru/ro/api",
|
|
246870
|
+
"pricing": "unknown",
|
|
246871
|
+
"keywords": [],
|
|
246872
|
+
"source": "public-apis-v2"
|
|
246873
|
+
},
|
|
246874
|
+
{
|
|
246875
|
+
"id": "tenders-spain",
|
|
246876
|
+
"name": "Tenders Spain",
|
|
246877
|
+
"description": "Procurements in Spain in JSON format",
|
|
246878
|
+
"category": "Business",
|
|
246879
|
+
"auth": "None",
|
|
246880
|
+
"https": true,
|
|
246881
|
+
"cors": "unknown",
|
|
246882
|
+
"link": "https://tenders.guru/es/api",
|
|
246883
|
+
"pricing": "unknown",
|
|
246884
|
+
"keywords": [],
|
|
246885
|
+
"source": "public-apis-v2"
|
|
246886
|
+
},
|
|
246887
|
+
{
|
|
246888
|
+
"id": "tenders-ukraine",
|
|
246889
|
+
"name": "Tenders Ukraine",
|
|
246890
|
+
"description": "Procurements in Ukraine in JSON format",
|
|
246891
|
+
"category": "Business",
|
|
246892
|
+
"auth": "None",
|
|
246893
|
+
"https": true,
|
|
246894
|
+
"cors": "unknown",
|
|
246895
|
+
"link": "https://tenders.guru/ua/api",
|
|
246896
|
+
"pricing": "unknown",
|
|
246897
|
+
"keywords": [],
|
|
246898
|
+
"source": "public-apis-v2"
|
|
246899
|
+
},
|
|
246900
|
+
{
|
|
246901
|
+
"id": "czech-namedays",
|
|
246902
|
+
"name": "Czech Namedays",
|
|
246903
|
+
"description": "Lookup for a name and returns nameday date",
|
|
246904
|
+
"category": "Utilities",
|
|
246905
|
+
"auth": "None",
|
|
246906
|
+
"https": true,
|
|
246907
|
+
"cors": "unknown",
|
|
246908
|
+
"link": "https://svatky.adresa.info",
|
|
246909
|
+
"pricing": "unknown",
|
|
246910
|
+
"keywords": [],
|
|
246911
|
+
"source": "public-apis-v2"
|
|
246912
|
+
},
|
|
246913
|
+
{
|
|
246914
|
+
"id": "non-working-days-ics",
|
|
246915
|
+
"name": "Non-Working Days ICS",
|
|
246916
|
+
"description": "Database of ICS files for non working days",
|
|
246917
|
+
"category": "Utilities",
|
|
246918
|
+
"auth": "None",
|
|
246919
|
+
"https": true,
|
|
246920
|
+
"cors": "unknown",
|
|
246921
|
+
"link": "https://github.com/gadael/icsdb",
|
|
246922
|
+
"pricing": "unknown",
|
|
246923
|
+
"keywords": [],
|
|
246924
|
+
"source": "public-apis-v2"
|
|
246925
|
+
},
|
|
246926
|
+
{
|
|
246927
|
+
"id": "pinata-ipfs",
|
|
246928
|
+
"name": "Pinata IPFS",
|
|
246929
|
+
"description": "IPFS Pinning Services API",
|
|
246930
|
+
"category": "Cloud Storage",
|
|
246931
|
+
"auth": "apiKey",
|
|
246932
|
+
"https": true,
|
|
246933
|
+
"cors": "unknown",
|
|
246934
|
+
"link": "https://docs.pinata.cloud/",
|
|
246935
|
+
"pricing": "unknown",
|
|
246936
|
+
"keywords": [],
|
|
246937
|
+
"source": "public-apis-v2"
|
|
246938
|
+
},
|
|
246939
|
+
{
|
|
246940
|
+
"id": "0x-api",
|
|
246941
|
+
"name": "0x API",
|
|
246942
|
+
"description": "API for querying token and pool stats across liquidity pools",
|
|
246943
|
+
"category": "Finance",
|
|
246944
|
+
"auth": "None",
|
|
246945
|
+
"https": true,
|
|
246946
|
+
"cors": "unknown",
|
|
246947
|
+
"link": "https://0x.org/api",
|
|
246948
|
+
"pricing": "unknown",
|
|
246949
|
+
"keywords": [],
|
|
246950
|
+
"source": "public-apis-v2"
|
|
246951
|
+
},
|
|
246952
|
+
{
|
|
246953
|
+
"id": "gemini-crypto",
|
|
246954
|
+
"name": "Gemini Crypto",
|
|
246955
|
+
"description": "Cryptocurrencies Exchange",
|
|
246956
|
+
"category": "Finance",
|
|
246957
|
+
"auth": "None",
|
|
246958
|
+
"https": true,
|
|
246959
|
+
"cors": "unknown",
|
|
246960
|
+
"link": "https://docs.gemini.com/rest-api/",
|
|
246961
|
+
"pricing": "unknown",
|
|
246962
|
+
"keywords": [],
|
|
246963
|
+
"source": "public-apis-v2"
|
|
246964
|
+
},
|
|
246965
|
+
{
|
|
246966
|
+
"id": "cdnjs-api",
|
|
246967
|
+
"name": "CDNJS API",
|
|
246968
|
+
"description": "Library info on CDNJS",
|
|
246969
|
+
"category": "Development",
|
|
246970
|
+
"auth": "None",
|
|
246971
|
+
"https": true,
|
|
246972
|
+
"cors": "unknown",
|
|
246973
|
+
"link": "https://api.cdnjs.com/libraries/jquery",
|
|
246974
|
+
"pricing": "unknown",
|
|
246975
|
+
"keywords": [],
|
|
246976
|
+
"source": "public-apis-v2"
|
|
246977
|
+
},
|
|
246978
|
+
{
|
|
246979
|
+
"id": "cloudflare-trace-api",
|
|
246980
|
+
"name": "Cloudflare Trace API",
|
|
246981
|
+
"description": "Get IP Address, Timestamp, User Agent, Country Code",
|
|
246982
|
+
"category": "Development",
|
|
246983
|
+
"auth": "None",
|
|
246984
|
+
"https": true,
|
|
246985
|
+
"cors": "unknown",
|
|
246986
|
+
"link": "https://github.com/fawazahmed0/cloudflare-trace-api",
|
|
246987
|
+
"pricing": "unknown",
|
|
246988
|
+
"keywords": [],
|
|
246989
|
+
"source": "public-apis-v2"
|
|
246990
|
+
},
|
|
246991
|
+
{
|
|
246992
|
+
"id": "codex-compiler",
|
|
246993
|
+
"name": "CodeX Compiler",
|
|
246994
|
+
"description": "Online Compiler for Various Languages",
|
|
246995
|
+
"category": "Development",
|
|
246996
|
+
"auth": "None",
|
|
246997
|
+
"https": true,
|
|
246998
|
+
"cors": "unknown",
|
|
246999
|
+
"link": "https://github.com/Jaagrav/CodeX",
|
|
247000
|
+
"pricing": "unknown",
|
|
247001
|
+
"keywords": [],
|
|
247002
|
+
"source": "public-apis-v2"
|
|
247003
|
+
},
|
|
247004
|
+
{
|
|
247005
|
+
"id": "geekflare-api",
|
|
247006
|
+
"name": "GeekFlare API",
|
|
247007
|
+
"description": "Testing and monitoring methods for websites",
|
|
247008
|
+
"category": "Development",
|
|
247009
|
+
"auth": "apiKey",
|
|
247010
|
+
"https": true,
|
|
247011
|
+
"cors": "unknown",
|
|
247012
|
+
"link": "https://apidocs.geekflare.com/docs/geekflare-api",
|
|
247013
|
+
"pricing": "unknown",
|
|
247014
|
+
"keywords": [],
|
|
247015
|
+
"source": "public-apis-v2"
|
|
247016
|
+
},
|
|
247017
|
+
{
|
|
247018
|
+
"id": "ghost-cms-api",
|
|
247019
|
+
"name": "Ghost CMS API",
|
|
247020
|
+
"description": "Get Published content into your Website",
|
|
247021
|
+
"category": "Development",
|
|
247022
|
+
"auth": "apiKey",
|
|
247023
|
+
"https": true,
|
|
247024
|
+
"cors": "unknown",
|
|
247025
|
+
"link": "https://ghost.org/",
|
|
247026
|
+
"pricing": "unknown",
|
|
247027
|
+
"keywords": [],
|
|
247028
|
+
"source": "public-apis-v2"
|
|
247029
|
+
},
|
|
247030
|
+
{
|
|
247031
|
+
"id": "ifttt-connect-api",
|
|
247032
|
+
"name": "IFTTT Connect API",
|
|
247033
|
+
"description": "IFTTT Connect API",
|
|
247034
|
+
"category": "Development",
|
|
247035
|
+
"auth": "None",
|
|
247036
|
+
"https": true,
|
|
247037
|
+
"cors": "unknown",
|
|
247038
|
+
"link": "https://platform.ifttt.com/docs/connect_api",
|
|
247039
|
+
"pricing": "unknown",
|
|
247040
|
+
"keywords": [],
|
|
247041
|
+
"source": "public-apis-v2"
|
|
247042
|
+
},
|
|
247043
|
+
{
|
|
247044
|
+
"id": "ip2whois",
|
|
247045
|
+
"name": "IP2WHOIS",
|
|
247046
|
+
"description": "WHOIS domain name lookup",
|
|
247047
|
+
"category": "Development",
|
|
247048
|
+
"auth": "apiKey",
|
|
247049
|
+
"https": true,
|
|
247050
|
+
"cors": "unknown",
|
|
247051
|
+
"link": "https://www.ip2whois.com/",
|
|
247052
|
+
"pricing": "unknown",
|
|
247053
|
+
"keywords": [],
|
|
247054
|
+
"source": "public-apis-v2"
|
|
247055
|
+
},
|
|
247056
|
+
{
|
|
247057
|
+
"id": "jsdelivr-api",
|
|
247058
|
+
"name": "jsDelivr API",
|
|
247059
|
+
"description": "Package info and download stats on jsDelivr CDN",
|
|
247060
|
+
"category": "Development",
|
|
247061
|
+
"auth": "None",
|
|
247062
|
+
"https": true,
|
|
247063
|
+
"cors": "unknown",
|
|
247064
|
+
"link": "https://github.com/jsdelivr/data.jsdelivr.com",
|
|
247065
|
+
"pricing": "unknown",
|
|
247066
|
+
"keywords": [],
|
|
247067
|
+
"source": "public-apis-v2"
|
|
247068
|
+
},
|
|
247069
|
+
{
|
|
247070
|
+
"id": "my-ip-api",
|
|
247071
|
+
"name": "MY IP API",
|
|
247072
|
+
"description": "Get IP address information",
|
|
247073
|
+
"category": "Utilities",
|
|
247074
|
+
"auth": "None",
|
|
247075
|
+
"https": true,
|
|
247076
|
+
"cors": "unknown",
|
|
247077
|
+
"link": "https://www.myip.com/api-docs/",
|
|
247078
|
+
"pricing": "unknown",
|
|
247079
|
+
"keywords": [],
|
|
247080
|
+
"source": "public-apis-v2"
|
|
247081
|
+
},
|
|
247082
|
+
{
|
|
247083
|
+
"id": "perigon-news",
|
|
247084
|
+
"name": "Perigon News",
|
|
247085
|
+
"description": "Real-time global news API",
|
|
247086
|
+
"category": "News",
|
|
247087
|
+
"auth": "apiKey",
|
|
247088
|
+
"https": true,
|
|
247089
|
+
"cors": "unknown",
|
|
247090
|
+
"link": "https://www.goperigon.com/",
|
|
247091
|
+
"pricing": "unknown",
|
|
247092
|
+
"keywords": [],
|
|
247093
|
+
"source": "public-apis-v2"
|
|
247094
|
+
},
|
|
247095
|
+
{
|
|
247096
|
+
"id": "mailgun-email-validation",
|
|
247097
|
+
"name": "Mailgun Email Validation",
|
|
247098
|
+
"description": "Validate email addresses",
|
|
247099
|
+
"category": "Email",
|
|
247100
|
+
"auth": "apiKey",
|
|
247101
|
+
"https": true,
|
|
247102
|
+
"cors": "unknown",
|
|
247103
|
+
"link": "https://documentation.mailgun.com/en/latest/api-email-validation.html",
|
|
247104
|
+
"pricing": "unknown",
|
|
247105
|
+
"keywords": [],
|
|
247106
|
+
"source": "public-apis-v2"
|
|
247107
|
+
},
|
|
247108
|
+
{
|
|
247109
|
+
"id": "eva-email-validation",
|
|
247110
|
+
"name": "Eva Email Validation",
|
|
247111
|
+
"description": "Validate email addresses and get deliverability info",
|
|
247112
|
+
"category": "Email",
|
|
247113
|
+
"auth": "apiKey",
|
|
247114
|
+
"https": true,
|
|
247115
|
+
"cors": "unknown",
|
|
247116
|
+
"link": "https://eva.pingutil.com/",
|
|
247117
|
+
"pricing": "unknown",
|
|
247118
|
+
"keywords": [],
|
|
247119
|
+
"source": "public-apis-v2"
|
|
247120
|
+
},
|
|
247121
|
+
{
|
|
247122
|
+
"id": "promptperfect",
|
|
247123
|
+
"name": "PromptPerfect",
|
|
247124
|
+
"description": "AI prompt optimization API",
|
|
247125
|
+
"category": "AI/ML",
|
|
247126
|
+
"auth": "apiKey",
|
|
247127
|
+
"https": true,
|
|
247128
|
+
"cors": "unknown",
|
|
247129
|
+
"link": "https://promptperfect.jina.ai/api",
|
|
247130
|
+
"pricing": "unknown",
|
|
247131
|
+
"keywords": [],
|
|
247132
|
+
"source": "public-apis-v2"
|
|
247133
|
+
},
|
|
247134
|
+
{
|
|
247135
|
+
"id": "cohere-ai",
|
|
247136
|
+
"name": "Cohere AI",
|
|
247137
|
+
"description": "Large language models for text generation",
|
|
247138
|
+
"category": "AI/ML",
|
|
247139
|
+
"auth": "apiKey",
|
|
247140
|
+
"https": true,
|
|
247141
|
+
"cors": "unknown",
|
|
247142
|
+
"link": "https://docs.cohere.com/",
|
|
247143
|
+
"pricing": "unknown",
|
|
247144
|
+
"keywords": [],
|
|
247145
|
+
"source": "public-apis-v2"
|
|
247146
|
+
},
|
|
247147
|
+
{
|
|
247148
|
+
"id": "sonix",
|
|
247149
|
+
"name": "Sonix",
|
|
247150
|
+
"description": "Automated transcription API",
|
|
247151
|
+
"category": "AI/ML",
|
|
247152
|
+
"auth": "apiKey",
|
|
247153
|
+
"https": true,
|
|
247154
|
+
"cors": "unknown",
|
|
247155
|
+
"link": "https://sonix.ai/api",
|
|
247156
|
+
"pricing": "unknown",
|
|
247157
|
+
"keywords": [],
|
|
247158
|
+
"source": "public-apis-v2"
|
|
247159
|
+
},
|
|
247160
|
+
{
|
|
247161
|
+
"id": "jasper-ai",
|
|
247162
|
+
"name": "Jasper AI",
|
|
247163
|
+
"description": "AI content creation API",
|
|
247164
|
+
"category": "AI/ML",
|
|
247165
|
+
"auth": "apiKey",
|
|
247166
|
+
"https": true,
|
|
247167
|
+
"cors": "unknown",
|
|
247168
|
+
"link": "https://www.jasper.ai/api",
|
|
247169
|
+
"pricing": "unknown",
|
|
247170
|
+
"keywords": [],
|
|
247171
|
+
"source": "public-apis-v2"
|
|
247172
|
+
},
|
|
247173
|
+
{
|
|
247174
|
+
"id": "contentbot",
|
|
247175
|
+
"name": "ContentBot",
|
|
247176
|
+
"description": "AI content generation API",
|
|
247177
|
+
"category": "AI/ML",
|
|
247178
|
+
"auth": "apiKey",
|
|
247179
|
+
"https": true,
|
|
247180
|
+
"cors": "unknown",
|
|
247181
|
+
"link": "https://contentbot.ai/api",
|
|
247182
|
+
"pricing": "unknown",
|
|
247183
|
+
"keywords": [],
|
|
247184
|
+
"source": "public-apis-v2"
|
|
247185
|
+
},
|
|
247186
|
+
{
|
|
247187
|
+
"id": "fibery-api",
|
|
247188
|
+
"name": "Fibery API",
|
|
247189
|
+
"description": "Work management platform API",
|
|
247190
|
+
"category": "Business",
|
|
247191
|
+
"auth": "apiKey",
|
|
247192
|
+
"https": true,
|
|
247193
|
+
"cors": "unknown",
|
|
247194
|
+
"link": "https://api.fibery.io/",
|
|
247195
|
+
"pricing": "unknown",
|
|
247196
|
+
"keywords": [],
|
|
247197
|
+
"source": "public-apis-v2"
|
|
247198
|
+
},
|
|
247199
|
+
{
|
|
247200
|
+
"id": "resend-email",
|
|
247201
|
+
"name": "Resend Email",
|
|
247202
|
+
"description": "Modern email API for developers",
|
|
247203
|
+
"category": "Email",
|
|
247204
|
+
"auth": "apiKey",
|
|
247205
|
+
"https": true,
|
|
247206
|
+
"cors": "unknown",
|
|
247207
|
+
"link": "https://resend.com/docs/api-reference/introduction",
|
|
247208
|
+
"pricing": "unknown",
|
|
247209
|
+
"keywords": [],
|
|
247210
|
+
"source": "public-apis-v2"
|
|
247211
|
+
},
|
|
247212
|
+
{
|
|
247213
|
+
"id": "buttercms",
|
|
247214
|
+
"name": "ButterCMS",
|
|
247215
|
+
"description": "Headless CMS API",
|
|
247216
|
+
"category": "Content",
|
|
247217
|
+
"auth": "apiKey",
|
|
247218
|
+
"https": true,
|
|
247219
|
+
"cors": "unknown",
|
|
247220
|
+
"link": "https://buttercms.com/docs/api/",
|
|
247221
|
+
"pricing": "unknown",
|
|
247222
|
+
"keywords": [],
|
|
247223
|
+
"source": "public-apis-v2"
|
|
247224
|
+
},
|
|
247225
|
+
{
|
|
247226
|
+
"id": "keystone",
|
|
247227
|
+
"name": "Keystone",
|
|
247228
|
+
"description": "Headless CMS and GraphQL API",
|
|
247229
|
+
"category": "Content",
|
|
247230
|
+
"auth": "apiKey",
|
|
247231
|
+
"https": true,
|
|
247232
|
+
"cors": "unknown",
|
|
247233
|
+
"link": "https://keystonejs.com/docs/apis/graphql",
|
|
247234
|
+
"pricing": "unknown",
|
|
247235
|
+
"keywords": [],
|
|
247236
|
+
"source": "public-apis-v2"
|
|
247237
|
+
},
|
|
247238
|
+
{
|
|
247239
|
+
"id": "june-so",
|
|
247240
|
+
"name": "June.so",
|
|
247241
|
+
"description": "Product analytics for B2B SaaS",
|
|
247242
|
+
"category": "Analytics",
|
|
247243
|
+
"auth": "apiKey",
|
|
247244
|
+
"https": true,
|
|
247245
|
+
"cors": "unknown",
|
|
247246
|
+
"link": "https://www.june.so/docs/api",
|
|
247247
|
+
"pricing": "unknown",
|
|
247248
|
+
"keywords": [],
|
|
247249
|
+
"source": "public-apis-v2"
|
|
247250
|
+
},
|
|
247251
|
+
{
|
|
247252
|
+
"id": "fathom-analytics",
|
|
247253
|
+
"name": "Fathom Analytics",
|
|
247254
|
+
"description": "Privacy-focused web analytics",
|
|
247255
|
+
"category": "Analytics",
|
|
247256
|
+
"auth": "apiKey",
|
|
247257
|
+
"https": true,
|
|
247258
|
+
"cors": "unknown",
|
|
247259
|
+
"link": "https://usefathom.com/api",
|
|
247260
|
+
"pricing": "unknown",
|
|
247261
|
+
"keywords": [],
|
|
247262
|
+
"source": "public-apis-v2"
|
|
247263
|
+
},
|
|
247264
|
+
{
|
|
247265
|
+
"id": "microsoft-advertising-api",
|
|
247266
|
+
"name": "Microsoft Advertising API",
|
|
247267
|
+
"description": "Programmatic access to Bing Ads advertising technologies",
|
|
247268
|
+
"category": "Advertising",
|
|
247269
|
+
"auth": "OAuth",
|
|
247270
|
+
"https": true,
|
|
247271
|
+
"cors": "unknown",
|
|
247272
|
+
"link": "https://msdn.microsoft.com/en-us/library/bing-ads-api.aspx",
|
|
247273
|
+
"pricing": "unknown",
|
|
247274
|
+
"keywords": [],
|
|
247275
|
+
"source": "n0shake-public-apis"
|
|
247276
|
+
},
|
|
247277
|
+
{
|
|
247278
|
+
"id": "vuforia-ar",
|
|
247279
|
+
"name": "Vuforia AR",
|
|
247280
|
+
"description": "Solid SDK with robust AR development options",
|
|
247281
|
+
"category": "AR/VR",
|
|
247282
|
+
"auth": "API Key",
|
|
247283
|
+
"https": true,
|
|
247284
|
+
"cors": "unknown",
|
|
247285
|
+
"link": "https://library.vuforia.com/",
|
|
247286
|
+
"pricing": "unknown",
|
|
247287
|
+
"keywords": [],
|
|
247288
|
+
"source": "n0shake-public-apis"
|
|
247289
|
+
},
|
|
247290
|
+
{
|
|
247291
|
+
"id": "wikitude-ar",
|
|
247292
|
+
"name": "Wikitude AR",
|
|
247293
|
+
"description": "All-in-one AR solution with image recognition and 3D rendering",
|
|
247294
|
+
"category": "AR/VR",
|
|
247295
|
+
"auth": "API Key",
|
|
247296
|
+
"https": true,
|
|
247297
|
+
"cors": "unknown",
|
|
247298
|
+
"link": "http://www.wikitude.com/download/",
|
|
247299
|
+
"pricing": "unknown",
|
|
247300
|
+
"keywords": [],
|
|
247301
|
+
"source": "n0shake-public-apis"
|
|
247302
|
+
},
|
|
247303
|
+
{
|
|
247304
|
+
"id": "sakari-sms",
|
|
247305
|
+
"name": "Sakari SMS",
|
|
247306
|
+
"description": "Send and receive SMS to 200+ countries",
|
|
247307
|
+
"category": "Communication",
|
|
247308
|
+
"auth": "API Key",
|
|
247309
|
+
"https": true,
|
|
247310
|
+
"cors": "unknown",
|
|
247311
|
+
"link": "https://developer.sakari.io",
|
|
247312
|
+
"pricing": "unknown",
|
|
247313
|
+
"keywords": [],
|
|
247314
|
+
"source": "n0shake-public-apis"
|
|
247315
|
+
},
|
|
247316
|
+
{
|
|
247317
|
+
"id": "amazon-maps-api-v2",
|
|
247318
|
+
"name": "Amazon Maps API v2",
|
|
247319
|
+
"description": "Add interactive 3D maps to Fire apps",
|
|
247320
|
+
"category": "Geocoding",
|
|
247321
|
+
"auth": "API Key",
|
|
247322
|
+
"https": true,
|
|
247323
|
+
"cors": "unknown",
|
|
247324
|
+
"link": "https://developer.amazon.com/maps",
|
|
247325
|
+
"pricing": "unknown",
|
|
247326
|
+
"keywords": [],
|
|
247327
|
+
"source": "n0shake-public-apis"
|
|
247328
|
+
},
|
|
247329
|
+
{
|
|
247330
|
+
"id": "open-street-map",
|
|
247331
|
+
"name": "Open Street Map",
|
|
247332
|
+
"description": "API access to OSM",
|
|
247333
|
+
"category": "Geocoding",
|
|
247334
|
+
"auth": "OAuth",
|
|
247335
|
+
"https": true,
|
|
247336
|
+
"cors": "unknown",
|
|
247337
|
+
"link": "http://wiki.openstreetmap.org/wiki/API",
|
|
247338
|
+
"pricing": "unknown",
|
|
247339
|
+
"keywords": [],
|
|
247340
|
+
"source": "n0shake-public-apis"
|
|
247341
|
+
},
|
|
247342
|
+
{
|
|
247343
|
+
"id": "shotstack-video-api",
|
|
247344
|
+
"name": "Shotstack Video API",
|
|
247345
|
+
"description": "Build scalable video automation workflows",
|
|
247346
|
+
"category": "Media",
|
|
247347
|
+
"auth": "API Key",
|
|
247348
|
+
"https": true,
|
|
247349
|
+
"cors": "unknown",
|
|
247350
|
+
"link": "https://shotstack.io/docs/guide/getting-started/core-concepts/",
|
|
247351
|
+
"pricing": "unknown",
|
|
247352
|
+
"keywords": [],
|
|
247353
|
+
"source": "n0shake-public-apis"
|
|
247354
|
+
},
|
|
247355
|
+
{
|
|
247356
|
+
"id": "lololyrics-api",
|
|
247357
|
+
"name": "Lololyrics API",
|
|
247358
|
+
"description": "Obtain lyrics and metadata for songs",
|
|
247359
|
+
"category": "Media",
|
|
247360
|
+
"auth": "None",
|
|
247361
|
+
"https": true,
|
|
247362
|
+
"cors": "unknown",
|
|
247363
|
+
"link": "http://api.lololyrics.com/",
|
|
247364
|
+
"pricing": "unknown",
|
|
247365
|
+
"keywords": [],
|
|
247366
|
+
"source": "n0shake-public-apis"
|
|
247367
|
+
},
|
|
247368
|
+
{
|
|
247369
|
+
"id": "cloudmersive-nlp-apis",
|
|
247370
|
+
"name": "Cloudmersive NLP APIs",
|
|
247371
|
+
"description": "Unified NLP APIs for translation, sentiment and more",
|
|
247372
|
+
"category": "AI/ML",
|
|
247373
|
+
"auth": "API Key",
|
|
247374
|
+
"https": true,
|
|
247375
|
+
"cors": "unknown",
|
|
247376
|
+
"link": "https://cloudmersive.com/nlp-api",
|
|
247377
|
+
"pricing": "unknown",
|
|
247378
|
+
"keywords": [],
|
|
247379
|
+
"source": "n0shake-public-apis"
|
|
247380
|
+
},
|
|
247381
|
+
{
|
|
247382
|
+
"id": "shakespeare-translator-api",
|
|
247383
|
+
"name": "Shakespeare Translator API",
|
|
247384
|
+
"description": "Shakespeare English Translation",
|
|
247385
|
+
"category": "Entertainment",
|
|
247386
|
+
"auth": "API Key",
|
|
247387
|
+
"https": true,
|
|
247388
|
+
"cors": "unknown",
|
|
247389
|
+
"link": "https://funtranslations.com/api/shakespeare",
|
|
247390
|
+
"pricing": "unknown",
|
|
247391
|
+
"keywords": [],
|
|
247392
|
+
"source": "n0shake-public-apis"
|
|
247393
|
+
},
|
|
247394
|
+
{
|
|
247395
|
+
"id": "nokia-places",
|
|
247396
|
+
"name": "Nokia Places",
|
|
247397
|
+
"description": "JavaScript places search with JS widget",
|
|
247398
|
+
"category": "Geocoding",
|
|
247399
|
+
"auth": "API Key",
|
|
247400
|
+
"https": true,
|
|
247401
|
+
"cors": "unknown",
|
|
247402
|
+
"link": "https://developer.here.com/develop/javascript-api",
|
|
247403
|
+
"pricing": "unknown",
|
|
247404
|
+
"keywords": [],
|
|
247405
|
+
"source": "n0shake-public-apis"
|
|
247406
|
+
},
|
|
247407
|
+
{
|
|
247408
|
+
"id": "eventbrite-sdk",
|
|
247409
|
+
"name": "EventBrite SDK",
|
|
247410
|
+
"description": "Python SDK for EventBrite API",
|
|
247411
|
+
"category": "Social",
|
|
247412
|
+
"auth": "OAuth",
|
|
247413
|
+
"https": true,
|
|
247414
|
+
"cors": "unknown",
|
|
247415
|
+
"link": "https://github.com/eventbrite/eventbrite-sdk-python",
|
|
247416
|
+
"pricing": "unknown",
|
|
247417
|
+
"keywords": [],
|
|
247418
|
+
"source": "n0shake-public-apis"
|
|
247419
|
+
},
|
|
247420
|
+
{
|
|
247421
|
+
"id": "paypal-identity",
|
|
247422
|
+
"name": "PayPal Identity",
|
|
247423
|
+
"description": "Sign in with PayPal credentials",
|
|
247424
|
+
"category": "Security",
|
|
247425
|
+
"auth": "OAuth",
|
|
247426
|
+
"https": true,
|
|
247427
|
+
"cors": "unknown",
|
|
247428
|
+
"link": "https://developer.paypal.com/docs/integration/direct/identity/log-in-with-paypal/",
|
|
247429
|
+
"pricing": "unknown",
|
|
247430
|
+
"keywords": [],
|
|
247431
|
+
"source": "n0shake-public-apis"
|
|
247432
|
+
},
|
|
247433
|
+
{
|
|
247434
|
+
"id": "dogs-api",
|
|
247435
|
+
"name": "Dogs API",
|
|
247436
|
+
"description": "Based on the Stanford Dogs Dataset",
|
|
247437
|
+
"category": "Animals",
|
|
247438
|
+
"auth": "None",
|
|
247439
|
+
"https": true,
|
|
247440
|
+
"cors": "unknown",
|
|
247441
|
+
"link": "https://dog.ceo/dog-api/",
|
|
247442
|
+
"pricing": "unknown",
|
|
247443
|
+
"keywords": [],
|
|
247444
|
+
"source": "night-expansion-02-26"
|
|
247445
|
+
},
|
|
247446
|
+
{
|
|
247447
|
+
"id": "anilist-graphql",
|
|
247448
|
+
"name": "AniList GraphQL",
|
|
247449
|
+
"description": "Anime discovery & tracking",
|
|
247450
|
+
"category": "Entertainment",
|
|
247451
|
+
"auth": "OAuth",
|
|
247452
|
+
"https": true,
|
|
247453
|
+
"cors": "unknown",
|
|
247454
|
+
"link": "https://github.com/AniList/ApiV2-GraphQL-Docs",
|
|
247455
|
+
"pricing": "unknown",
|
|
247456
|
+
"keywords": [],
|
|
247457
|
+
"source": "night-expansion-02-26"
|
|
247458
|
+
},
|
|
247459
|
+
{
|
|
247460
|
+
"id": "kitsu-anime",
|
|
247461
|
+
"name": "Kitsu Anime",
|
|
247462
|
+
"description": "Anime discovery platform",
|
|
247463
|
+
"category": "Entertainment",
|
|
247464
|
+
"auth": "OAuth",
|
|
247465
|
+
"https": true,
|
|
247466
|
+
"cors": "unknown",
|
|
247467
|
+
"link": "https://kitsu.docs.apiary.io/",
|
|
247468
|
+
"pricing": "unknown",
|
|
247469
|
+
"keywords": [],
|
|
247470
|
+
"source": "night-expansion-02-26"
|
|
247471
|
+
},
|
|
247472
|
+
{
|
|
247473
|
+
"id": "blockchain-com",
|
|
247474
|
+
"name": "Blockchain.com",
|
|
247475
|
+
"description": "Bitcoin data",
|
|
247476
|
+
"category": "Cryptocurrency",
|
|
247477
|
+
"auth": "apiKey",
|
|
247478
|
+
"https": true,
|
|
247479
|
+
"cors": "unknown",
|
|
247480
|
+
"link": "https://www.blockchain.com/api",
|
|
247481
|
+
"pricing": "unknown",
|
|
247482
|
+
"keywords": [],
|
|
247483
|
+
"source": "night-expansion-02-26"
|
|
247484
|
+
},
|
|
247485
|
+
{
|
|
247486
|
+
"id": "coindesk-api",
|
|
247487
|
+
"name": "CoinDesk API",
|
|
247488
|
+
"description": "Bitcoin Price Index",
|
|
247489
|
+
"category": "Cryptocurrency",
|
|
247490
|
+
"auth": "None",
|
|
247491
|
+
"https": true,
|
|
247492
|
+
"cors": "unknown",
|
|
247493
|
+
"link": "https://old.coindesk.com/coindesk-api/",
|
|
247494
|
+
"pricing": "unknown",
|
|
247495
|
+
"keywords": [],
|
|
247496
|
+
"source": "night-expansion-02-26"
|
|
247497
|
+
},
|
|
247498
|
+
{
|
|
247499
|
+
"id": "icy-tools-nft",
|
|
247500
|
+
"name": "icy.tools NFT",
|
|
247501
|
+
"description": "NFT data API",
|
|
247502
|
+
"category": "Cryptocurrency",
|
|
247503
|
+
"auth": "apiKey",
|
|
247504
|
+
"https": true,
|
|
247505
|
+
"cors": "unknown",
|
|
247506
|
+
"link": "https://developers.icy.tools/",
|
|
247507
|
+
"pricing": "unknown",
|
|
247508
|
+
"keywords": [],
|
|
247509
|
+
"source": "night-expansion-02-26"
|
|
247510
|
+
},
|
|
247511
|
+
{
|
|
247512
|
+
"id": "mempool-api",
|
|
247513
|
+
"name": "Mempool API",
|
|
247514
|
+
"description": "Bitcoin API focusing on fees",
|
|
247515
|
+
"category": "Cryptocurrency",
|
|
247516
|
+
"auth": "None",
|
|
247517
|
+
"https": true,
|
|
247518
|
+
"cors": "unknown",
|
|
247519
|
+
"link": "https://mempool.space/api",
|
|
247520
|
+
"pricing": "unknown",
|
|
247521
|
+
"keywords": [],
|
|
247522
|
+
"source": "night-expansion-02-26"
|
|
247523
|
+
},
|
|
247524
|
+
{
|
|
247525
|
+
"id": "messari-api",
|
|
247526
|
+
"name": "Messari API",
|
|
247527
|
+
"description": "Crypto asset data",
|
|
247528
|
+
"category": "Cryptocurrency",
|
|
247529
|
+
"auth": "None",
|
|
247530
|
+
"https": true,
|
|
247531
|
+
"cors": "unknown",
|
|
247532
|
+
"link": "https://messari.io/api",
|
|
247533
|
+
"pricing": "unknown",
|
|
247534
|
+
"keywords": [],
|
|
247535
|
+
"source": "night-expansion-02-26"
|
|
247536
|
+
},
|
|
247537
|
+
{
|
|
247538
|
+
"id": "lob-address-verification",
|
|
247539
|
+
"name": "Lob Address Verification",
|
|
247540
|
+
"description": "US address verification",
|
|
247541
|
+
"category": "Validation",
|
|
247542
|
+
"auth": "apiKey",
|
|
247543
|
+
"https": true,
|
|
247544
|
+
"cors": "unknown",
|
|
247545
|
+
"link": "https://lob.com/",
|
|
247546
|
+
"pricing": "unknown",
|
|
247547
|
+
"keywords": [],
|
|
247548
|
+
"source": "night-expansion-02-26"
|
|
247549
|
+
},
|
|
247550
|
+
{
|
|
247551
|
+
"id": "hunter-email",
|
|
247552
|
+
"name": "Hunter Email",
|
|
247553
|
+
"description": "Email finder and verifier",
|
|
247554
|
+
"category": "Business",
|
|
247555
|
+
"auth": "apiKey",
|
|
247556
|
+
"https": true,
|
|
247557
|
+
"cors": "unknown",
|
|
247558
|
+
"link": "https://hunter.io/api",
|
|
247559
|
+
"pricing": "unknown",
|
|
247560
|
+
"keywords": [],
|
|
247561
|
+
"source": "night-expansion-02-26"
|
|
247562
|
+
},
|
|
247563
|
+
{
|
|
247564
|
+
"id": "mac-address-vendor",
|
|
247565
|
+
"name": "MAC address vendor",
|
|
247566
|
+
"description": "MAC address lookup",
|
|
247567
|
+
"category": "Development",
|
|
247568
|
+
"auth": "apiKey",
|
|
247569
|
+
"https": true,
|
|
247570
|
+
"cors": "unknown",
|
|
247571
|
+
"link": "https://macaddress.io/api",
|
|
247572
|
+
"pricing": "unknown",
|
|
247573
|
+
"keywords": [],
|
|
247574
|
+
"source": "night-expansion-02-26"
|
|
247575
|
+
},
|
|
247576
|
+
{
|
|
247577
|
+
"id": "collins-dictionary",
|
|
247578
|
+
"name": "Collins Dictionary",
|
|
247579
|
+
"description": "Bilingual dictionary data",
|
|
247580
|
+
"category": "Content",
|
|
247581
|
+
"auth": "apiKey",
|
|
247582
|
+
"https": true,
|
|
247583
|
+
"cors": "unknown",
|
|
247584
|
+
"link": "https://api.collinsdictionary.com/api/v1/documentation/html/",
|
|
247585
|
+
"pricing": "unknown",
|
|
247586
|
+
"keywords": [],
|
|
247587
|
+
"source": "night-expansion-02-26"
|
|
247588
|
+
},
|
|
247589
|
+
{
|
|
247590
|
+
"id": "mattermost-api",
|
|
247591
|
+
"name": "Mattermost API",
|
|
247592
|
+
"description": "Developer collaboration",
|
|
247593
|
+
"category": "Communication",
|
|
247594
|
+
"auth": "OAuth",
|
|
247595
|
+
"https": true,
|
|
247596
|
+
"cors": "unknown",
|
|
247597
|
+
"link": "https://api.mattermost.com/",
|
|
247598
|
+
"pricing": "unknown",
|
|
247599
|
+
"keywords": [],
|
|
247600
|
+
"source": "night-expansion-02-26"
|
|
247601
|
+
},
|
|
247602
|
+
{
|
|
247603
|
+
"id": "mercury-web-parser",
|
|
247604
|
+
"name": "Mercury Web Parser",
|
|
247605
|
+
"description": "Web content parser",
|
|
247606
|
+
"category": "Development",
|
|
247607
|
+
"auth": "apiKey",
|
|
247608
|
+
"https": true,
|
|
247609
|
+
"cors": "unknown",
|
|
247610
|
+
"link": "https://mercury.postlight.com/web-parser/",
|
|
247611
|
+
"pricing": "unknown",
|
|
247612
|
+
"keywords": [],
|
|
247613
|
+
"source": "night-expansion-02-26"
|
|
247614
|
+
},
|
|
247615
|
+
{
|
|
247616
|
+
"id": "cloudmersive-email-validate",
|
|
247617
|
+
"name": "Cloudmersive Email Validate",
|
|
247618
|
+
"description": "Email and phone validation",
|
|
247619
|
+
"category": "Communication",
|
|
247620
|
+
"auth": "apiKey",
|
|
247621
|
+
"https": true,
|
|
247622
|
+
"cors": "unknown",
|
|
247623
|
+
"link": "https://cloudmersive.com/validate-api",
|
|
247624
|
+
"pricing": "unknown",
|
|
247625
|
+
"keywords": [],
|
|
247626
|
+
"source": "night-expansion-02-26"
|
|
247627
|
+
},
|
|
247628
|
+
{
|
|
247629
|
+
"id": "verifier-email",
|
|
247630
|
+
"name": "Verifier Email",
|
|
247631
|
+
"description": "Email verification",
|
|
247632
|
+
"category": "Communication",
|
|
247633
|
+
"auth": "apiKey",
|
|
247634
|
+
"https": true,
|
|
247635
|
+
"cors": "unknown",
|
|
247636
|
+
"link": "https://verifier.meetchopra.com/docs#/",
|
|
247637
|
+
"pricing": "unknown",
|
|
247638
|
+
"keywords": [],
|
|
247639
|
+
"source": "night-expansion-02-26"
|
|
247640
|
+
},
|
|
247641
|
+
{
|
|
247642
|
+
"id": "excuser-api",
|
|
247643
|
+
"name": "Excuser API",
|
|
247644
|
+
"description": "Random excuses generator",
|
|
247645
|
+
"category": "Entertainment",
|
|
247646
|
+
"auth": "None",
|
|
247647
|
+
"https": true,
|
|
247648
|
+
"cors": "unknown",
|
|
247649
|
+
"link": "https://excuser.herokuapp.com/",
|
|
247650
|
+
"pricing": "unknown",
|
|
247651
|
+
"keywords": [],
|
|
247652
|
+
"source": "night-expansion-02-26"
|
|
247653
|
+
},
|
|
247654
|
+
{
|
|
247655
|
+
"id": "fun-fact-api",
|
|
247656
|
+
"name": "Fun Fact API",
|
|
247657
|
+
"description": "Random fun facts",
|
|
247658
|
+
"category": "Entertainment",
|
|
247659
|
+
"auth": "None",
|
|
247660
|
+
"https": true,
|
|
247661
|
+
"cors": "unknown",
|
|
247662
|
+
"link": "https://api.aakhilv.me",
|
|
247663
|
+
"pricing": "unknown",
|
|
247664
|
+
"keywords": [],
|
|
247665
|
+
"source": "night-expansion-02-26"
|
|
247666
|
+
},
|
|
247667
|
+
{
|
|
247668
|
+
"id": "meme-maker-api",
|
|
247669
|
+
"name": "Meme Maker API",
|
|
247670
|
+
"description": "Create memes",
|
|
247671
|
+
"category": "Entertainment",
|
|
247672
|
+
"auth": "None",
|
|
247673
|
+
"https": true,
|
|
247674
|
+
"cors": "unknown",
|
|
247675
|
+
"link": "https://mememaker.github.io/API/",
|
|
247676
|
+
"pricing": "unknown",
|
|
247677
|
+
"keywords": [],
|
|
247678
|
+
"source": "night-expansion-02-26"
|
|
247679
|
+
},
|
|
247680
|
+
{
|
|
247681
|
+
"id": "techy-api",
|
|
247682
|
+
"name": "Techy API",
|
|
247683
|
+
"description": "Tech-savvy phrases",
|
|
247684
|
+
"category": "Entertainment",
|
|
247685
|
+
"auth": "None",
|
|
247686
|
+
"https": true,
|
|
247687
|
+
"cors": "unknown",
|
|
247688
|
+
"link": "https://techy-api.vercel.app/",
|
|
247689
|
+
"pricing": "unknown",
|
|
247690
|
+
"keywords": [],
|
|
247691
|
+
"source": "night-expansion-02-26"
|
|
247692
|
+
},
|
|
247693
|
+
{
|
|
247694
|
+
"id": "co2-offset-api",
|
|
247695
|
+
"name": "CO2 Offset API",
|
|
247696
|
+
"description": "Carbon footprint calculation",
|
|
247697
|
+
"category": "Environment",
|
|
247698
|
+
"auth": "None",
|
|
247699
|
+
"https": true,
|
|
247700
|
+
"cors": "unknown",
|
|
247701
|
+
"link": "https://co2offset.io/api.html",
|
|
247702
|
+
"pricing": "unknown",
|
|
247703
|
+
"keywords": [],
|
|
247704
|
+
"source": "night-expansion-02-26"
|
|
247705
|
+
},
|
|
247706
|
+
{
|
|
247707
|
+
"id": "abstract-vat-validation",
|
|
247708
|
+
"name": "Abstract VAT Validation",
|
|
247709
|
+
"description": "Validate VAT numbers",
|
|
247710
|
+
"category": "Finance",
|
|
247711
|
+
"auth": "apiKey",
|
|
247712
|
+
"https": true,
|
|
247713
|
+
"cors": "unknown",
|
|
247714
|
+
"link": "https://www.abstractapi.com/vat-validation-rates-api",
|
|
247715
|
+
"pricing": "unknown",
|
|
247716
|
+
"keywords": [],
|
|
247717
|
+
"source": "night-expansion-02-26"
|
|
247718
|
+
},
|
|
247719
|
+
{
|
|
247720
|
+
"id": "aletheia-finance",
|
|
247721
|
+
"name": "Aletheia Finance",
|
|
247722
|
+
"description": "Insider trading data",
|
|
247723
|
+
"category": "Finance",
|
|
247724
|
+
"auth": "apiKey",
|
|
247725
|
+
"https": true,
|
|
247726
|
+
"cors": "unknown",
|
|
247727
|
+
"link": "https://aletheiaapi.com/",
|
|
247728
|
+
"pricing": "unknown",
|
|
247729
|
+
"keywords": [],
|
|
247730
|
+
"source": "night-expansion-02-26"
|
|
247731
|
+
},
|
|
247732
|
+
{
|
|
247733
|
+
"id": "alpaca-market-data",
|
|
247734
|
+
"name": "Alpaca Market Data",
|
|
247735
|
+
"description": "US equity market data",
|
|
247736
|
+
"category": "Finance",
|
|
247737
|
+
"auth": "apiKey",
|
|
247738
|
+
"https": true,
|
|
247739
|
+
"cors": "unknown",
|
|
247740
|
+
"link": "https://alpaca.markets/docs/api-documentation/api-v2/market-data/alpaca-data-api-v2/",
|
|
247741
|
+
"pricing": "unknown",
|
|
247742
|
+
"keywords": [],
|
|
247743
|
+
"source": "night-expansion-02-26"
|
|
247744
|
+
},
|
|
247745
|
+
{
|
|
247746
|
+
"id": "citi-api",
|
|
247747
|
+
"name": "Citi API",
|
|
247748
|
+
"description": "Citigroup account data",
|
|
247749
|
+
"category": "Finance",
|
|
247750
|
+
"auth": "apiKey",
|
|
247751
|
+
"https": true,
|
|
247752
|
+
"cors": "unknown",
|
|
247753
|
+
"link": "https://sandbox.developerhub.citi.com/api-catalog-list",
|
|
247754
|
+
"pricing": "unknown",
|
|
247755
|
+
"keywords": [],
|
|
247756
|
+
"source": "night-expansion-02-26"
|
|
247757
|
+
},
|
|
247758
|
+
{
|
|
247759
|
+
"id": "stockdata-org",
|
|
247760
|
+
"name": "StockData.org",
|
|
247761
|
+
"description": "Stock and news data",
|
|
247762
|
+
"category": "Finance",
|
|
247763
|
+
"auth": "apiKey",
|
|
247764
|
+
"https": true,
|
|
247765
|
+
"cors": "unknown",
|
|
247766
|
+
"link": "https://www.StockData.org",
|
|
247767
|
+
"pricing": "unknown",
|
|
247768
|
+
"keywords": [],
|
|
247769
|
+
"source": "night-expansion-02-26"
|
|
247770
|
+
},
|
|
247771
|
+
{
|
|
247772
|
+
"id": "ynab-api",
|
|
247773
|
+
"name": "YNAB API",
|
|
247774
|
+
"description": "Budgeting and planning",
|
|
247775
|
+
"category": "Finance",
|
|
247776
|
+
"auth": "OAuth",
|
|
247777
|
+
"https": true,
|
|
247778
|
+
"cors": "unknown",
|
|
247779
|
+
"link": "https://api.youneedabudget.com/",
|
|
247780
|
+
"pricing": "unknown",
|
|
247781
|
+
"keywords": [],
|
|
247782
|
+
"source": "night-expansion-02-26"
|
|
247783
|
+
},
|
|
247784
|
+
{
|
|
247785
|
+
"id": "animal-crossing-nh",
|
|
247786
|
+
"name": "Animal Crossing NH",
|
|
247787
|
+
"description": "ACNH game data",
|
|
247788
|
+
"category": "Games",
|
|
247789
|
+
"auth": "None",
|
|
247790
|
+
"https": true,
|
|
247791
|
+
"cors": "unknown",
|
|
247792
|
+
"link": "http://acnhapi.com/",
|
|
247793
|
+
"pricing": "unknown",
|
|
247794
|
+
"keywords": [],
|
|
247795
|
+
"source": "night-expansion-02-26"
|
|
247796
|
+
},
|
|
247797
|
+
{
|
|
247798
|
+
"id": "disney-api",
|
|
247799
|
+
"name": "Disney API",
|
|
247800
|
+
"description": "Disney characters data",
|
|
247801
|
+
"category": "Entertainment",
|
|
247802
|
+
"auth": "None",
|
|
247803
|
+
"https": true,
|
|
247804
|
+
"cors": "unknown",
|
|
247805
|
+
"link": "https://disneyapi.dev",
|
|
247806
|
+
"pricing": "unknown",
|
|
247807
|
+
"keywords": [],
|
|
247808
|
+
"source": "night-expansion-02-26"
|
|
247809
|
+
},
|
|
247810
|
+
{
|
|
247811
|
+
"id": "fortnite-stats",
|
|
247812
|
+
"name": "Fortnite Stats",
|
|
247813
|
+
"description": "Fortnite player stats",
|
|
247814
|
+
"category": "Games",
|
|
247815
|
+
"auth": "apiKey",
|
|
247816
|
+
"https": true,
|
|
247817
|
+
"cors": "unknown",
|
|
247818
|
+
"link": "https://fortnitetracker.com/site-api",
|
|
247819
|
+
"pricing": "unknown",
|
|
247820
|
+
"keywords": [],
|
|
247821
|
+
"source": "night-expansion-02-26"
|
|
247822
|
+
},
|
|
247823
|
+
{
|
|
247824
|
+
"id": "genshin-impact-api",
|
|
247825
|
+
"name": "Genshin Impact API",
|
|
247826
|
+
"description": "Genshin Impact data",
|
|
247827
|
+
"category": "Games",
|
|
247828
|
+
"auth": "None",
|
|
247829
|
+
"https": true,
|
|
247830
|
+
"cors": "unknown",
|
|
247831
|
+
"link": "https://genshin.dev",
|
|
247832
|
+
"pricing": "unknown",
|
|
247833
|
+
"keywords": [],
|
|
247834
|
+
"source": "night-expansion-02-26"
|
|
247835
|
+
},
|
|
247836
|
+
{
|
|
247837
|
+
"id": "guild-wars-2-api",
|
|
247838
|
+
"name": "Guild Wars 2 API",
|
|
247839
|
+
"description": "GW2 game data",
|
|
247840
|
+
"category": "Games",
|
|
247841
|
+
"auth": "apiKey",
|
|
247842
|
+
"https": true,
|
|
247843
|
+
"cors": "unknown",
|
|
247844
|
+
"link": "https://wiki.guildwars2.com/wiki/API:Main",
|
|
247845
|
+
"pricing": "unknown",
|
|
247846
|
+
"keywords": [],
|
|
247847
|
+
"source": "night-expansion-02-26"
|
|
247848
|
+
},
|
|
247849
|
+
{
|
|
247850
|
+
"id": "halo-api",
|
|
247851
|
+
"name": "Halo API",
|
|
247852
|
+
"description": "Halo game data",
|
|
247853
|
+
"category": "Games",
|
|
247854
|
+
"auth": "apiKey",
|
|
247855
|
+
"https": true,
|
|
247856
|
+
"cors": "unknown",
|
|
247857
|
+
"link": "https://developer.haloapi.com/",
|
|
247858
|
+
"pricing": "unknown",
|
|
247859
|
+
"keywords": [],
|
|
247860
|
+
"source": "night-expansion-02-26"
|
|
247861
|
+
},
|
|
247862
|
+
{
|
|
247863
|
+
"id": "humor-api",
|
|
247864
|
+
"name": "Humor API",
|
|
247865
|
+
"description": "Jokes and memes",
|
|
247866
|
+
"category": "Entertainment",
|
|
247867
|
+
"auth": "apiKey",
|
|
247868
|
+
"https": true,
|
|
247869
|
+
"cors": "unknown",
|
|
247870
|
+
"link": "https://humorapi.com",
|
|
247871
|
+
"pricing": "unknown",
|
|
247872
|
+
"keywords": [],
|
|
247873
|
+
"source": "night-expansion-02-26"
|
|
247874
|
+
},
|
|
247875
|
+
{
|
|
247876
|
+
"id": "mojang-api",
|
|
247877
|
+
"name": "Mojang API",
|
|
247878
|
+
"description": "Minecraft API",
|
|
247879
|
+
"category": "Games",
|
|
247880
|
+
"auth": "apiKey",
|
|
247881
|
+
"https": true,
|
|
247882
|
+
"cors": "unknown",
|
|
247883
|
+
"link": "https://wiki.vg/Mojang_API",
|
|
247884
|
+
"pricing": "unknown",
|
|
247885
|
+
"keywords": [],
|
|
247886
|
+
"source": "night-expansion-02-26"
|
|
247887
|
+
},
|
|
247888
|
+
{
|
|
247889
|
+
"id": "rawg-games",
|
|
247890
|
+
"name": "RAWG Games",
|
|
247891
|
+
"description": "Video games database",
|
|
247892
|
+
"category": "Games",
|
|
247893
|
+
"auth": "apiKey",
|
|
247894
|
+
"https": true,
|
|
247895
|
+
"cors": "unknown",
|
|
247896
|
+
"link": "https://rawg.io/apidocs",
|
|
247897
|
+
"pricing": "unknown",
|
|
247898
|
+
"keywords": [],
|
|
247899
|
+
"source": "night-expansion-02-26"
|
|
247900
|
+
},
|
|
247901
|
+
{
|
|
247902
|
+
"id": "scryfall-mtg",
|
|
247903
|
+
"name": "Scryfall MTG",
|
|
247904
|
+
"description": "Magic cards database",
|
|
247905
|
+
"category": "Games",
|
|
247906
|
+
"auth": "None",
|
|
247907
|
+
"https": true,
|
|
247908
|
+
"cors": "unknown",
|
|
247909
|
+
"link": "https://scryfall.com/docs/api",
|
|
247910
|
+
"pricing": "unknown",
|
|
247911
|
+
"keywords": [],
|
|
247912
|
+
"source": "night-expansion-02-26"
|
|
247913
|
+
},
|
|
247914
|
+
{
|
|
247915
|
+
"id": "universalis-ffxiv",
|
|
247916
|
+
"name": "Universalis FFXIV",
|
|
247917
|
+
"description": "FFXIV market data",
|
|
247918
|
+
"category": "Games",
|
|
247919
|
+
"auth": "None",
|
|
247920
|
+
"https": true,
|
|
247921
|
+
"cors": "unknown",
|
|
247922
|
+
"link": "https://universalis.app/docs/index.html",
|
|
247923
|
+
"pricing": "unknown",
|
|
247924
|
+
"keywords": [],
|
|
247925
|
+
"source": "night-expansion-02-26"
|
|
247926
|
+
},
|
|
247927
|
+
{
|
|
247928
|
+
"id": "geoapi-france",
|
|
247929
|
+
"name": "GeoApi France",
|
|
247930
|
+
"description": "French geographical data",
|
|
247931
|
+
"category": "Geocoding",
|
|
247932
|
+
"auth": "None",
|
|
247933
|
+
"https": true,
|
|
247934
|
+
"cors": "unknown",
|
|
247935
|
+
"link": "https://api.gouv.fr/api/geoapi.html",
|
|
247936
|
+
"pricing": "unknown",
|
|
247937
|
+
"keywords": [],
|
|
247938
|
+
"source": "night-expansion-02-26"
|
|
247939
|
+
},
|
|
247940
|
+
{
|
|
247941
|
+
"id": "yandex-geocoder",
|
|
247942
|
+
"name": "Yandex Geocoder",
|
|
247943
|
+
"description": "Yandex geocoding",
|
|
247944
|
+
"category": "Geocoding",
|
|
247945
|
+
"auth": "apiKey",
|
|
247946
|
+
"https": true,
|
|
247947
|
+
"cors": "unknown",
|
|
247948
|
+
"link": "https://yandex.com/dev/maps/geocoder",
|
|
247949
|
+
"pricing": "unknown",
|
|
247950
|
+
"keywords": [],
|
|
247951
|
+
"source": "night-expansion-02-26"
|
|
247952
|
+
},
|
|
247953
|
+
{
|
|
247954
|
+
"id": "zippopotamus",
|
|
247955
|
+
"name": "Zippopotamus",
|
|
247956
|
+
"description": "Zip code info",
|
|
247957
|
+
"category": "Geocoding",
|
|
247958
|
+
"auth": "None",
|
|
247959
|
+
"https": true,
|
|
247960
|
+
"cors": "unknown",
|
|
247961
|
+
"link": "http://www.zippopotam.us",
|
|
247962
|
+
"pricing": "unknown",
|
|
247963
|
+
"keywords": [],
|
|
247964
|
+
"source": "night-expansion-02-26"
|
|
247965
|
+
},
|
|
247966
|
+
{
|
|
247967
|
+
"id": "quarantine-api",
|
|
247968
|
+
"name": "Quarantine API",
|
|
247969
|
+
"description": "COVID live updates",
|
|
247970
|
+
"category": "Health",
|
|
247971
|
+
"auth": "None",
|
|
247972
|
+
"https": true,
|
|
247973
|
+
"cors": "unknown",
|
|
247974
|
+
"link": "https://quarantine.country/coronavirus/api/",
|
|
247975
|
+
"pricing": "unknown",
|
|
247976
|
+
"keywords": [],
|
|
247977
|
+
"source": "night-expansion-02-26"
|
|
247978
|
+
},
|
|
247979
|
+
{
|
|
247980
|
+
"id": "upwork-api",
|
|
247981
|
+
"name": "Upwork API",
|
|
247982
|
+
"description": "Freelance job board",
|
|
247983
|
+
"category": "Jobs",
|
|
247984
|
+
"auth": "OAuth",
|
|
247985
|
+
"https": true,
|
|
247986
|
+
"cors": "unknown",
|
|
247987
|
+
"link": "https://developers.upwork.com/",
|
|
247988
|
+
"pricing": "unknown",
|
|
247989
|
+
"keywords": [],
|
|
247990
|
+
"source": "night-expansion-02-26"
|
|
247991
|
+
},
|
|
247992
|
+
{
|
|
247993
|
+
"id": "cloudmersive-vision",
|
|
247994
|
+
"name": "Cloudmersive Vision",
|
|
247995
|
+
"description": "Image recognition",
|
|
247996
|
+
"category": "AI/ML",
|
|
247997
|
+
"auth": "apiKey",
|
|
247998
|
+
"https": true,
|
|
247999
|
+
"cors": "unknown",
|
|
248000
|
+
"link": "https://www.cloudmersive.com/image-recognition-and-processing-api",
|
|
248001
|
+
"pricing": "unknown",
|
|
248002
|
+
"keywords": [],
|
|
248003
|
+
"source": "night-expansion-02-26"
|
|
248004
|
+
},
|
|
248005
|
+
{
|
|
248006
|
+
"id": "perspective-api",
|
|
248007
|
+
"name": "Perspective API",
|
|
248008
|
+
"description": "NLP toxicity detection",
|
|
248009
|
+
"category": "AI/ML",
|
|
248010
|
+
"auth": "apiKey",
|
|
248011
|
+
"https": true,
|
|
248012
|
+
"cors": "unknown",
|
|
248013
|
+
"link": "https://perspectiveapi.com",
|
|
248014
|
+
"pricing": "unknown",
|
|
248015
|
+
"keywords": [],
|
|
248016
|
+
"source": "night-expansion-02-26"
|
|
248017
|
+
},
|
|
248018
|
+
{
|
|
248019
|
+
"id": "gaana-api",
|
|
248020
|
+
"name": "Gaana API",
|
|
248021
|
+
"description": "Indian music data",
|
|
248022
|
+
"category": "Music",
|
|
248023
|
+
"auth": "None",
|
|
248024
|
+
"https": true,
|
|
248025
|
+
"cors": "unknown",
|
|
248026
|
+
"link": "https://github.com/cyberboysumanjay/GaanaAPI",
|
|
248027
|
+
"pricing": "unknown",
|
|
248028
|
+
"keywords": [],
|
|
248029
|
+
"source": "night-expansion-02-26"
|
|
248030
|
+
},
|
|
248031
|
+
{
|
|
248032
|
+
"id": "genius-lyrics",
|
|
248033
|
+
"name": "Genius Lyrics",
|
|
248034
|
+
"description": "Crowdsourced lyrics",
|
|
248035
|
+
"category": "Music",
|
|
248036
|
+
"auth": "OAuth",
|
|
248037
|
+
"https": true,
|
|
248038
|
+
"cors": "unknown",
|
|
248039
|
+
"link": "https://docs.genius.com/",
|
|
248040
|
+
"pricing": "unknown",
|
|
248041
|
+
"keywords": [],
|
|
248042
|
+
"source": "night-expansion-02-26"
|
|
248043
|
+
},
|
|
248044
|
+
{
|
|
248045
|
+
"id": "jiosaavn-api",
|
|
248046
|
+
"name": "JioSaavn API",
|
|
248047
|
+
"description": "Indian music data",
|
|
248048
|
+
"category": "Music",
|
|
248049
|
+
"auth": "None",
|
|
248050
|
+
"https": true,
|
|
248051
|
+
"cors": "unknown",
|
|
248052
|
+
"link": "https://github.com/cyberboysumanjay/JioSaavnAPI",
|
|
248053
|
+
"pricing": "unknown",
|
|
248054
|
+
"keywords": [],
|
|
248055
|
+
"source": "night-expansion-02-26"
|
|
248056
|
+
},
|
|
248057
|
+
{
|
|
248058
|
+
"id": "feedbin-api",
|
|
248059
|
+
"name": "Feedbin API",
|
|
248060
|
+
"description": "RSS reader",
|
|
248061
|
+
"category": "News",
|
|
248062
|
+
"auth": "OAuth",
|
|
248063
|
+
"https": true,
|
|
248064
|
+
"cors": "unknown",
|
|
248065
|
+
"link": "https://github.com/feedbin/feedbin-api",
|
|
248066
|
+
"pricing": "unknown",
|
|
248067
|
+
"keywords": [],
|
|
248068
|
+
"source": "night-expansion-02-26"
|
|
248069
|
+
},
|
|
248070
|
+
{
|
|
248071
|
+
"id": "newsdata-io",
|
|
248072
|
+
"name": "NewsData.io",
|
|
248073
|
+
"description": "News data API",
|
|
248074
|
+
"category": "News",
|
|
248075
|
+
"auth": "apiKey",
|
|
248076
|
+
"https": true,
|
|
248077
|
+
"cors": "unknown",
|
|
248078
|
+
"link": "https://newsdata.io/docs",
|
|
248079
|
+
"pricing": "unknown",
|
|
248080
|
+
"keywords": [],
|
|
248081
|
+
"source": "night-expansion-02-26"
|
|
248082
|
+
},
|
|
248083
|
+
{
|
|
248084
|
+
"id": "thenews-api",
|
|
248085
|
+
"name": "TheNews API",
|
|
248086
|
+
"description": "Headlines API",
|
|
248087
|
+
"category": "News",
|
|
248088
|
+
"auth": "apiKey",
|
|
248089
|
+
"https": true,
|
|
248090
|
+
"cors": "unknown",
|
|
248091
|
+
"link": "https://www.thenewsapi.com/",
|
|
248092
|
+
"pricing": "unknown",
|
|
248093
|
+
"keywords": [],
|
|
248094
|
+
"source": "night-expansion-02-26"
|
|
248095
|
+
},
|
|
248096
|
+
{
|
|
248097
|
+
"id": "collegescorecard",
|
|
248098
|
+
"name": "CollegeScoreCard",
|
|
248099
|
+
"description": "US higher education data",
|
|
248100
|
+
"category": "Open Data",
|
|
248101
|
+
"auth": "None",
|
|
248102
|
+
"https": true,
|
|
248103
|
+
"cors": "unknown",
|
|
248104
|
+
"link": "https://collegescorecard.ed.gov/data/",
|
|
248105
|
+
"pricing": "unknown",
|
|
248106
|
+
"keywords": [],
|
|
248107
|
+
"source": "night-expansion-02-26"
|
|
248108
|
+
},
|
|
248109
|
+
{
|
|
248110
|
+
"id": "kaggle-api",
|
|
248111
|
+
"name": "Kaggle API",
|
|
248112
|
+
"description": "Datasets and notebooks",
|
|
248113
|
+
"category": "Open Data",
|
|
248114
|
+
"auth": "apiKey",
|
|
248115
|
+
"https": true,
|
|
248116
|
+
"cors": "unknown",
|
|
248117
|
+
"link": "https://www.kaggle.com/docs/api",
|
|
248118
|
+
"pricing": "unknown",
|
|
248119
|
+
"keywords": [],
|
|
248120
|
+
"source": "night-expansion-02-26"
|
|
248121
|
+
},
|
|
248122
|
+
{
|
|
248123
|
+
"id": "nobel-prize-api",
|
|
248124
|
+
"name": "Nobel Prize API",
|
|
248125
|
+
"description": "Nobel Prize data",
|
|
248126
|
+
"category": "Open Data",
|
|
248127
|
+
"auth": "None",
|
|
248128
|
+
"https": true,
|
|
248129
|
+
"cors": "unknown",
|
|
248130
|
+
"link": "https://www.nobelprize.org/about/developer-zone-2/",
|
|
248131
|
+
"pricing": "unknown",
|
|
248132
|
+
"keywords": [],
|
|
248133
|
+
"source": "night-expansion-02-26"
|
|
248134
|
+
},
|
|
248135
|
+
{
|
|
248136
|
+
"id": "creative-commons",
|
|
248137
|
+
"name": "Creative Commons",
|
|
248138
|
+
"description": "Open licensed content",
|
|
248139
|
+
"category": "Open Data",
|
|
248140
|
+
"auth": "OAuth",
|
|
248141
|
+
"https": true,
|
|
248142
|
+
"cors": "unknown",
|
|
248143
|
+
"link": "https://api.creativecommons.engineering/",
|
|
248144
|
+
"pricing": "unknown",
|
|
248145
|
+
"keywords": [],
|
|
248146
|
+
"source": "night-expansion-02-26"
|
|
248147
|
+
},
|
|
248148
|
+
{
|
|
248149
|
+
"id": "github-contributions",
|
|
248150
|
+
"name": "GitHub Contributions",
|
|
248151
|
+
"description": "GitHub contribution image",
|
|
248152
|
+
"category": "Development",
|
|
248153
|
+
"auth": "None",
|
|
248154
|
+
"https": true,
|
|
248155
|
+
"cors": "unknown",
|
|
248156
|
+
"link": "https://github-contributions.vercel.app",
|
|
248157
|
+
"pricing": "unknown",
|
|
248158
|
+
"keywords": [],
|
|
248159
|
+
"source": "night-expansion-02-26"
|
|
248160
|
+
},
|
|
248161
|
+
{
|
|
248162
|
+
"id": "shields-io",
|
|
248163
|
+
"name": "Shields.io",
|
|
248164
|
+
"description": "Badge generation",
|
|
248165
|
+
"category": "Development",
|
|
248166
|
+
"auth": "None",
|
|
248167
|
+
"https": true,
|
|
248168
|
+
"cors": "unknown",
|
|
248169
|
+
"link": "https://shields.io/",
|
|
248170
|
+
"pricing": "unknown",
|
|
248171
|
+
"keywords": [],
|
|
248172
|
+
"source": "night-expansion-02-26"
|
|
248173
|
+
},
|
|
248174
|
+
{
|
|
248175
|
+
"id": "epo-patent-api",
|
|
248176
|
+
"name": "EPO Patent API",
|
|
248177
|
+
"description": "European patents",
|
|
248178
|
+
"category": "Business",
|
|
248179
|
+
"auth": "OAuth",
|
|
248180
|
+
"https": true,
|
|
248181
|
+
"cors": "unknown",
|
|
248182
|
+
"link": "https://developers.epo.org/",
|
|
248183
|
+
"pricing": "unknown",
|
|
248184
|
+
"keywords": [],
|
|
248185
|
+
"source": "night-expansion-02-26"
|
|
248186
|
+
},
|
|
248187
|
+
{
|
|
248188
|
+
"id": "uspto-api",
|
|
248189
|
+
"name": "USPTO API",
|
|
248190
|
+
"description": "US patent services",
|
|
248191
|
+
"category": "Business",
|
|
248192
|
+
"auth": "None",
|
|
248193
|
+
"https": true,
|
|
248194
|
+
"cors": "unknown",
|
|
248195
|
+
"link": "https://www.uspto.gov/learning-and-resources/open-data-and-mobility",
|
|
248196
|
+
"pricing": "unknown",
|
|
248197
|
+
"keywords": [],
|
|
248198
|
+
"source": "night-expansion-02-26"
|
|
248199
|
+
},
|
|
248200
|
+
{
|
|
248201
|
+
"id": "cloudmersive-phone",
|
|
248202
|
+
"name": "Cloudmersive Phone",
|
|
248203
|
+
"description": "Phone validation",
|
|
248204
|
+
"category": "Validation",
|
|
248205
|
+
"auth": "apiKey",
|
|
248206
|
+
"https": true,
|
|
248207
|
+
"cors": "unknown",
|
|
248208
|
+
"link": "https://cloudmersive.com/phone-number-validation-API",
|
|
248209
|
+
"pricing": "unknown",
|
|
248210
|
+
"keywords": [],
|
|
248211
|
+
"source": "night-expansion-02-26"
|
|
248212
|
+
},
|
|
248213
|
+
{
|
|
248214
|
+
"id": "wallhaven-api",
|
|
248215
|
+
"name": "Wallhaven API",
|
|
248216
|
+
"description": "Wallpapers",
|
|
248217
|
+
"category": "Photography",
|
|
248218
|
+
"auth": "apiKey",
|
|
248219
|
+
"https": true,
|
|
248220
|
+
"cors": "unknown",
|
|
248221
|
+
"link": "https://wallhaven.cc/help/api",
|
|
248222
|
+
"pricing": "unknown",
|
|
248223
|
+
"keywords": [],
|
|
248224
|
+
"source": "night-expansion-02-26"
|
|
248225
|
+
},
|
|
248226
|
+
{
|
|
248227
|
+
"id": "codeforces-api",
|
|
248228
|
+
"name": "Codeforces API",
|
|
248229
|
+
"description": "Competitive programming",
|
|
248230
|
+
"category": "Development",
|
|
248231
|
+
"auth": "apiKey",
|
|
248232
|
+
"https": true,
|
|
248233
|
+
"cors": "unknown",
|
|
248234
|
+
"link": "https://codeforces.com/apiHelp",
|
|
248235
|
+
"pricing": "unknown",
|
|
248236
|
+
"keywords": [],
|
|
248237
|
+
"source": "night-expansion-02-26"
|
|
248238
|
+
},
|
|
248239
|
+
{
|
|
248240
|
+
"id": "iseven",
|
|
248241
|
+
"name": "isEven",
|
|
248242
|
+
"description": "Check if number is even",
|
|
248243
|
+
"category": "Entertainment",
|
|
248244
|
+
"auth": "None",
|
|
248245
|
+
"https": true,
|
|
248246
|
+
"cors": "unknown",
|
|
248247
|
+
"link": "https://isevenapi.xyz/",
|
|
248248
|
+
"pricing": "unknown",
|
|
248249
|
+
"keywords": [],
|
|
248250
|
+
"source": "night-expansion-02-26"
|
|
248251
|
+
},
|
|
248252
|
+
{
|
|
248253
|
+
"id": "isro-api",
|
|
248254
|
+
"name": "ISRO API",
|
|
248255
|
+
"description": "ISRO spacecraft info",
|
|
248256
|
+
"category": "Science",
|
|
248257
|
+
"auth": "None",
|
|
248258
|
+
"https": true,
|
|
248259
|
+
"cors": "unknown",
|
|
248260
|
+
"link": "https://isro.vercel.app",
|
|
248261
|
+
"pricing": "unknown",
|
|
248262
|
+
"keywords": [],
|
|
248263
|
+
"source": "night-expansion-02-26"
|
|
248264
|
+
},
|
|
248265
|
+
{
|
|
248266
|
+
"id": "newton-math",
|
|
248267
|
+
"name": "Newton Math",
|
|
248268
|
+
"description": "Math calculator",
|
|
248269
|
+
"category": "Science",
|
|
248270
|
+
"auth": "None",
|
|
248271
|
+
"https": true,
|
|
248272
|
+
"cors": "unknown",
|
|
248273
|
+
"link": "https://newton.vercel.app",
|
|
248274
|
+
"pricing": "unknown",
|
|
248275
|
+
"keywords": [],
|
|
248276
|
+
"source": "night-expansion-02-26"
|
|
248277
|
+
},
|
|
248278
|
+
{
|
|
248279
|
+
"id": "tle-api",
|
|
248280
|
+
"name": "TLE API",
|
|
248281
|
+
"description": "Satellite information",
|
|
248282
|
+
"category": "Science",
|
|
248283
|
+
"auth": "None",
|
|
248284
|
+
"https": true,
|
|
248285
|
+
"cors": "unknown",
|
|
248286
|
+
"link": "https://tle.ivanstanojevic.me/#/docs",
|
|
248287
|
+
"pricing": "unknown",
|
|
248288
|
+
"keywords": [],
|
|
248289
|
+
"source": "night-expansion-02-26"
|
|
248290
|
+
},
|
|
248291
|
+
{
|
|
248292
|
+
"id": "telegram-api",
|
|
248293
|
+
"name": "Telegram API",
|
|
248294
|
+
"description": "Messaging platform",
|
|
248295
|
+
"category": "Social",
|
|
248296
|
+
"auth": "None",
|
|
248297
|
+
"https": true,
|
|
248298
|
+
"cors": "unknown",
|
|
248299
|
+
"link": "https://core.telegram.org/",
|
|
248300
|
+
"pricing": "unknown",
|
|
248301
|
+
"keywords": [],
|
|
248302
|
+
"source": "night-expansion-02-26"
|
|
248303
|
+
},
|
|
248304
|
+
{
|
|
248305
|
+
"id": "vk-api",
|
|
248306
|
+
"name": "VK API",
|
|
248307
|
+
"description": "Social network",
|
|
248308
|
+
"category": "Social",
|
|
248309
|
+
"auth": "None",
|
|
248310
|
+
"https": true,
|
|
248311
|
+
"cors": "unknown",
|
|
248312
|
+
"link": "https://vk.com/dev",
|
|
248313
|
+
"pricing": "unknown",
|
|
248314
|
+
"keywords": [],
|
|
248315
|
+
"source": "night-expansion-02-26"
|
|
248316
|
+
},
|
|
248317
|
+
{
|
|
248318
|
+
"id": "openfda-drug-labels",
|
|
248319
|
+
"name": "openFDA Drug Labels",
|
|
248320
|
+
"description": "Drug labeling information",
|
|
248321
|
+
"category": "Healthcare",
|
|
248322
|
+
"auth": "None",
|
|
248323
|
+
"https": true,
|
|
248324
|
+
"cors": "unknown",
|
|
248325
|
+
"link": "https://open.fda.gov/apis/drug/label/",
|
|
248326
|
+
"pricing": "unknown",
|
|
248327
|
+
"keywords": []
|
|
248328
|
+
},
|
|
248329
|
+
{
|
|
248330
|
+
"id": "human-protein-atlas",
|
|
248331
|
+
"name": "Human Protein Atlas",
|
|
248332
|
+
"description": "Human proteome data",
|
|
248333
|
+
"category": "Science",
|
|
248334
|
+
"auth": "None",
|
|
248335
|
+
"https": true,
|
|
248336
|
+
"cors": "unknown",
|
|
248337
|
+
"link": "https://www.proteinatlas.org/about/help/dataaccess",
|
|
248338
|
+
"pricing": "unknown",
|
|
248339
|
+
"keywords": []
|
|
248340
|
+
},
|
|
248341
|
+
{
|
|
248342
|
+
"id": "bioportal",
|
|
248343
|
+
"name": "BioPortal",
|
|
248344
|
+
"description": "Biomedical ontologies",
|
|
248345
|
+
"category": "Science",
|
|
248346
|
+
"auth": "apiKey",
|
|
248347
|
+
"https": true,
|
|
248348
|
+
"cors": "unknown",
|
|
248349
|
+
"link": "http://data.bioontology.org/documentation",
|
|
248350
|
+
"pricing": "unknown",
|
|
248351
|
+
"keywords": []
|
|
248352
|
+
},
|
|
248353
|
+
{
|
|
248354
|
+
"id": "nasa-mars-rover-photos",
|
|
248355
|
+
"name": "NASA Mars Rover Photos",
|
|
248356
|
+
"description": "Mars rover imagery",
|
|
248357
|
+
"category": "Science",
|
|
248358
|
+
"auth": "apiKey",
|
|
248359
|
+
"https": true,
|
|
248360
|
+
"cors": "unknown",
|
|
248361
|
+
"link": "https://api.nasa.gov/",
|
|
248362
|
+
"pricing": "unknown",
|
|
248363
|
+
"keywords": []
|
|
248364
|
+
},
|
|
248365
|
+
{
|
|
248366
|
+
"id": "nasa-exoplanet-archive",
|
|
248367
|
+
"name": "NASA Exoplanet Archive",
|
|
248368
|
+
"description": "Exoplanet data",
|
|
248369
|
+
"category": "Science",
|
|
248370
|
+
"auth": "None",
|
|
248371
|
+
"https": true,
|
|
248372
|
+
"cors": "unknown",
|
|
248373
|
+
"link": "https://exoplanetarchive.ipac.caltech.edu/docs/TAP/usingTAP.html",
|
|
248374
|
+
"pricing": "unknown",
|
|
248375
|
+
"keywords": []
|
|
248376
|
+
},
|
|
248377
|
+
{
|
|
248378
|
+
"id": "astrobin",
|
|
248379
|
+
"name": "AstroBin",
|
|
248380
|
+
"description": "Astrophotography community",
|
|
248381
|
+
"category": "Science",
|
|
248382
|
+
"auth": "apiKey",
|
|
248383
|
+
"https": true,
|
|
248384
|
+
"cors": "unknown",
|
|
248385
|
+
"link": "https://www.astrobin.com/help/api/",
|
|
248386
|
+
"pricing": "unknown",
|
|
248387
|
+
"keywords": []
|
|
248388
|
+
},
|
|
248389
|
+
{
|
|
248390
|
+
"id": "open-trivia-database",
|
|
248391
|
+
"name": "Open Trivia Database",
|
|
248392
|
+
"description": "Trivia questions",
|
|
248393
|
+
"category": "Entertainment",
|
|
248394
|
+
"auth": "None",
|
|
248395
|
+
"https": true,
|
|
248396
|
+
"cors": "unknown",
|
|
248397
|
+
"link": "https://opentdb.com/api_config.php",
|
|
248398
|
+
"pricing": "unknown",
|
|
248399
|
+
"keywords": []
|
|
248400
|
+
},
|
|
248401
|
+
{
|
|
248402
|
+
"id": "agify",
|
|
248403
|
+
"name": "Agify",
|
|
248404
|
+
"description": "Age prediction from name",
|
|
248405
|
+
"category": "Data",
|
|
248406
|
+
"auth": "None",
|
|
248407
|
+
"https": true,
|
|
248408
|
+
"cors": "unknown",
|
|
248409
|
+
"link": "https://agify.io/",
|
|
248410
|
+
"pricing": "unknown",
|
|
248411
|
+
"keywords": []
|
|
248412
|
+
},
|
|
248413
|
+
{
|
|
248414
|
+
"id": "genderize",
|
|
248415
|
+
"name": "Genderize",
|
|
248416
|
+
"description": "Gender prediction from name",
|
|
248417
|
+
"category": "Data",
|
|
248418
|
+
"auth": "None",
|
|
248419
|
+
"https": true,
|
|
248420
|
+
"cors": "unknown",
|
|
248421
|
+
"link": "https://genderize.io/",
|
|
248422
|
+
"pricing": "unknown",
|
|
248423
|
+
"keywords": []
|
|
248424
|
+
},
|
|
248425
|
+
{
|
|
248426
|
+
"id": "nationalize",
|
|
248427
|
+
"name": "Nationalize",
|
|
248428
|
+
"description": "Nationality prediction from name",
|
|
248429
|
+
"category": "Data",
|
|
248430
|
+
"auth": "None",
|
|
248431
|
+
"https": true,
|
|
248432
|
+
"cors": "unknown",
|
|
248433
|
+
"link": "https://nationalize.io/",
|
|
248434
|
+
"pricing": "unknown",
|
|
248435
|
+
"keywords": []
|
|
248436
|
+
},
|
|
248437
|
+
{
|
|
248438
|
+
"id": "university-domains",
|
|
248439
|
+
"name": "University Domains",
|
|
248440
|
+
"description": "University domains worldwide",
|
|
248441
|
+
"category": "Education",
|
|
248442
|
+
"auth": "None",
|
|
248443
|
+
"https": true,
|
|
248444
|
+
"cors": "unknown",
|
|
248445
|
+
"link": "https://github.com/Hipo/university-domains-list",
|
|
248446
|
+
"pricing": "unknown",
|
|
248447
|
+
"keywords": []
|
|
248448
|
+
},
|
|
248449
|
+
{
|
|
248450
|
+
"id": "edamam-food",
|
|
248451
|
+
"name": "Edamam Food",
|
|
248452
|
+
"description": "Nutrition analysis",
|
|
248453
|
+
"category": "Food",
|
|
248454
|
+
"auth": "apiKey",
|
|
248455
|
+
"https": true,
|
|
248456
|
+
"cors": "unknown",
|
|
248457
|
+
"link": "https://developer.edamam.com/",
|
|
248458
|
+
"pricing": "unknown",
|
|
248459
|
+
"keywords": []
|
|
248460
|
+
},
|
|
248461
|
+
{
|
|
248462
|
+
"id": "usgs-earthquake-hazards",
|
|
248463
|
+
"name": "USGS Earthquake Hazards",
|
|
248464
|
+
"description": "Real-time earthquakes",
|
|
248465
|
+
"category": "Environment",
|
|
248466
|
+
"auth": "None",
|
|
248467
|
+
"https": true,
|
|
248468
|
+
"cors": "unknown",
|
|
248469
|
+
"link": "https://earthquake.usgs.gov/fdsnws/event/1/",
|
|
248470
|
+
"pricing": "unknown",
|
|
248471
|
+
"keywords": []
|
|
248472
|
+
},
|
|
248473
|
+
{
|
|
248474
|
+
"id": "global-fishing-watch",
|
|
248475
|
+
"name": "Global Fishing Watch",
|
|
248476
|
+
"description": "Fishing activity data",
|
|
248477
|
+
"category": "Environment",
|
|
248478
|
+
"auth": "apiKey",
|
|
248479
|
+
"https": true,
|
|
248480
|
+
"cors": "unknown",
|
|
248481
|
+
"link": "https://globalfishingwatch.org/our-apis/",
|
|
248482
|
+
"pricing": "unknown",
|
|
248483
|
+
"keywords": []
|
|
248484
|
+
},
|
|
248485
|
+
{
|
|
248486
|
+
"id": "oceancurrent",
|
|
248487
|
+
"name": "OceanCurrent",
|
|
248488
|
+
"description": "Ocean temperature data",
|
|
248489
|
+
"category": "Environment",
|
|
248490
|
+
"auth": "None",
|
|
248491
|
+
"https": true,
|
|
248492
|
+
"cors": "unknown",
|
|
248493
|
+
"link": "https://imos.org.au/facilities/oceandata",
|
|
248494
|
+
"pricing": "unknown",
|
|
248495
|
+
"keywords": []
|
|
248496
|
+
},
|
|
248497
|
+
{
|
|
248498
|
+
"id": "sunrisesunset-io",
|
|
248499
|
+
"name": "SunriseSunset.io",
|
|
248500
|
+
"description": "Sun position and times",
|
|
248501
|
+
"category": "Environment",
|
|
248502
|
+
"auth": "None",
|
|
248503
|
+
"https": true,
|
|
248504
|
+
"cors": "unknown",
|
|
248505
|
+
"link": "https://sunrisesunset.io/api/",
|
|
248506
|
+
"pricing": "unknown",
|
|
248507
|
+
"keywords": []
|
|
248508
|
+
},
|
|
248509
|
+
{
|
|
248510
|
+
"id": "uv-index",
|
|
248511
|
+
"name": "UV Index",
|
|
248512
|
+
"description": "UV radiation data",
|
|
248513
|
+
"category": "Environment",
|
|
248514
|
+
"auth": "apiKey",
|
|
248515
|
+
"https": true,
|
|
248516
|
+
"cors": "unknown",
|
|
248517
|
+
"link": "https://www.openuv.io/",
|
|
248518
|
+
"pricing": "unknown",
|
|
248519
|
+
"keywords": []
|
|
248520
|
+
},
|
|
248521
|
+
{
|
|
248522
|
+
"id": "fullcontact",
|
|
248523
|
+
"name": "FullContact",
|
|
248524
|
+
"description": "Identity resolution API",
|
|
248525
|
+
"category": "Business",
|
|
248526
|
+
"auth": "apiKey",
|
|
248527
|
+
"https": true,
|
|
248528
|
+
"cors": "unknown",
|
|
248529
|
+
"link": "https://docs.fullcontact.com/",
|
|
248530
|
+
"pricing": "unknown",
|
|
248531
|
+
"keywords": []
|
|
248532
|
+
},
|
|
248533
|
+
{
|
|
248534
|
+
"id": "abstract-company-enrichment",
|
|
248535
|
+
"name": "Abstract Company Enrichment",
|
|
248536
|
+
"description": "Company data lookup",
|
|
248537
|
+
"category": "Business",
|
|
248538
|
+
"auth": "apiKey",
|
|
248539
|
+
"https": true,
|
|
248540
|
+
"cors": "unknown",
|
|
248541
|
+
"link": "https://www.abstractapi.com/api/company-enrichment",
|
|
248542
|
+
"pricing": "unknown",
|
|
248543
|
+
"keywords": []
|
|
248544
|
+
},
|
|
248545
|
+
{
|
|
248546
|
+
"id": "rocketreach",
|
|
248547
|
+
"name": "RocketReach",
|
|
248548
|
+
"description": "Professional contact data",
|
|
248549
|
+
"category": "Business",
|
|
248550
|
+
"auth": "apiKey",
|
|
248551
|
+
"https": true,
|
|
248552
|
+
"cors": "unknown",
|
|
248553
|
+
"link": "https://rocketreach.co/api",
|
|
248554
|
+
"pricing": "unknown",
|
|
248555
|
+
"keywords": []
|
|
248556
|
+
},
|
|
248557
|
+
{
|
|
248558
|
+
"id": "angellist",
|
|
248559
|
+
"name": "AngelList",
|
|
248560
|
+
"description": "Startup ecosystem data",
|
|
248561
|
+
"category": "Business",
|
|
248562
|
+
"auth": "OAuth",
|
|
248563
|
+
"https": true,
|
|
248564
|
+
"cors": "unknown",
|
|
248565
|
+
"link": "https://angel.co/api",
|
|
248566
|
+
"pricing": "unknown",
|
|
248567
|
+
"keywords": []
|
|
248568
|
+
},
|
|
248569
|
+
{
|
|
248570
|
+
"id": "reed-co-uk",
|
|
248571
|
+
"name": "Reed.co.uk",
|
|
248572
|
+
"description": "UK job listings",
|
|
248573
|
+
"category": "Jobs",
|
|
248574
|
+
"auth": "apiKey",
|
|
248575
|
+
"https": true,
|
|
248576
|
+
"cors": "unknown",
|
|
248577
|
+
"link": "https://www.reed.co.uk/developers",
|
|
248578
|
+
"pricing": "unknown",
|
|
248579
|
+
"keywords": []
|
|
248580
|
+
},
|
|
248581
|
+
{
|
|
248582
|
+
"id": "remotive",
|
|
248583
|
+
"name": "Remotive",
|
|
248584
|
+
"description": "Remote jobs",
|
|
248585
|
+
"category": "Jobs",
|
|
248586
|
+
"auth": "None",
|
|
248587
|
+
"https": true,
|
|
248588
|
+
"cors": "unknown",
|
|
248589
|
+
"link": "https://remotive.io/api-documentation",
|
|
248590
|
+
"pricing": "unknown",
|
|
248591
|
+
"keywords": []
|
|
248592
|
+
},
|
|
248593
|
+
{
|
|
248594
|
+
"id": "working-nomads",
|
|
248595
|
+
"name": "Working Nomads",
|
|
248596
|
+
"description": "Remote job listings",
|
|
248597
|
+
"category": "Jobs",
|
|
248598
|
+
"auth": "None",
|
|
248599
|
+
"https": true,
|
|
248600
|
+
"cors": "unknown",
|
|
248601
|
+
"link": "https://www.workingnomads.co/api/exposed_jobs/",
|
|
248602
|
+
"pricing": "unknown",
|
|
248603
|
+
"keywords": []
|
|
248604
|
+
},
|
|
248605
|
+
{
|
|
248606
|
+
"id": "jsearch",
|
|
248607
|
+
"name": "JSearch",
|
|
248608
|
+
"description": "Job listings API",
|
|
248609
|
+
"category": "Jobs",
|
|
248610
|
+
"auth": "apiKey",
|
|
248611
|
+
"https": true,
|
|
248612
|
+
"cors": "unknown",
|
|
248613
|
+
"link": "https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch",
|
|
248614
|
+
"pricing": "unknown",
|
|
248615
|
+
"keywords": []
|
|
248616
|
+
},
|
|
248617
|
+
{
|
|
248618
|
+
"id": "api-nba",
|
|
248619
|
+
"name": "API-NBA",
|
|
248620
|
+
"description": "NBA statistics",
|
|
248621
|
+
"category": "Sports",
|
|
248622
|
+
"auth": "apiKey",
|
|
248623
|
+
"https": true,
|
|
248624
|
+
"cors": "unknown",
|
|
248625
|
+
"link": "https://www.api-basketball.com/documentation",
|
|
248626
|
+
"pricing": "unknown",
|
|
248627
|
+
"keywords": []
|
|
248628
|
+
},
|
|
248629
|
+
{
|
|
248630
|
+
"id": "wger-workout-manager",
|
|
248631
|
+
"name": "Wger Workout Manager",
|
|
248632
|
+
"description": "Workout and exercise data",
|
|
248633
|
+
"category": "Sports",
|
|
248634
|
+
"auth": "None",
|
|
248635
|
+
"https": true,
|
|
248636
|
+
"cors": "unknown",
|
|
248637
|
+
"link": "https://wger.de/en/software/api",
|
|
248638
|
+
"pricing": "unknown",
|
|
248639
|
+
"keywords": []
|
|
248640
|
+
},
|
|
248641
|
+
{
|
|
248642
|
+
"id": "matrix",
|
|
248643
|
+
"name": "Matrix",
|
|
248644
|
+
"description": "Decentralized communication",
|
|
248645
|
+
"category": "Communication",
|
|
248646
|
+
"auth": "OAuth",
|
|
248647
|
+
"https": true,
|
|
248648
|
+
"cors": "unknown",
|
|
248649
|
+
"link": "https://matrix.org/docs/api/",
|
|
248650
|
+
"pricing": "unknown",
|
|
248651
|
+
"keywords": []
|
|
248652
|
+
},
|
|
248653
|
+
{
|
|
248654
|
+
"id": "line-messaging",
|
|
248655
|
+
"name": "LINE Messaging",
|
|
248656
|
+
"description": "LINE messenger API",
|
|
248657
|
+
"category": "Communication",
|
|
248658
|
+
"auth": "apiKey",
|
|
248659
|
+
"https": true,
|
|
248660
|
+
"cors": "unknown",
|
|
248661
|
+
"link": "https://developers.line.biz/en/docs/messaging-api/",
|
|
248662
|
+
"pricing": "unknown",
|
|
248663
|
+
"keywords": []
|
|
248664
|
+
},
|
|
248665
|
+
{
|
|
248666
|
+
"id": "packagist",
|
|
248667
|
+
"name": "Packagist",
|
|
248668
|
+
"description": "PHP package data",
|
|
248669
|
+
"category": "Development",
|
|
248670
|
+
"auth": "None",
|
|
248671
|
+
"https": true,
|
|
248672
|
+
"cors": "unknown",
|
|
248673
|
+
"link": "https://packagist.org/apidoc",
|
|
248674
|
+
"pricing": "unknown",
|
|
248675
|
+
"keywords": []
|
|
248676
|
+
},
|
|
248677
|
+
{
|
|
248678
|
+
"id": "rubygems",
|
|
248679
|
+
"name": "RubyGems",
|
|
248680
|
+
"description": "Ruby gems data",
|
|
248681
|
+
"category": "Development",
|
|
248682
|
+
"auth": "None",
|
|
248683
|
+
"https": true,
|
|
248684
|
+
"cors": "unknown",
|
|
248685
|
+
"link": "https://guides.rubygems.org/rubygems-org-api/",
|
|
248686
|
+
"pricing": "unknown",
|
|
248687
|
+
"keywords": []
|
|
248688
|
+
},
|
|
248689
|
+
{
|
|
248690
|
+
"id": "crates-io",
|
|
248691
|
+
"name": "Crates.io",
|
|
248692
|
+
"description": "Rust packages",
|
|
248693
|
+
"category": "Development",
|
|
248694
|
+
"auth": "None",
|
|
248695
|
+
"https": true,
|
|
248696
|
+
"cors": "unknown",
|
|
248697
|
+
"link": "https://crates.io/data-access",
|
|
248698
|
+
"pricing": "unknown",
|
|
248699
|
+
"keywords": []
|
|
248700
|
+
},
|
|
248701
|
+
{
|
|
248702
|
+
"id": "libraries-io",
|
|
248703
|
+
"name": "Libraries.io",
|
|
248704
|
+
"description": "Package monitoring",
|
|
248705
|
+
"category": "Development",
|
|
248706
|
+
"auth": "apiKey",
|
|
248707
|
+
"https": true,
|
|
248708
|
+
"cors": "unknown",
|
|
248709
|
+
"link": "https://libraries.io/api",
|
|
248710
|
+
"pricing": "unknown",
|
|
248711
|
+
"keywords": []
|
|
248712
|
+
},
|
|
248713
|
+
{
|
|
248714
|
+
"id": "snyk-vulnerability-db",
|
|
248715
|
+
"name": "Snyk Vulnerability DB",
|
|
248716
|
+
"description": "Security vulnerabilities",
|
|
248717
|
+
"category": "Security",
|
|
248718
|
+
"auth": "apiKey",
|
|
248719
|
+
"https": true,
|
|
248720
|
+
"cors": "unknown",
|
|
248721
|
+
"link": "https://snyk.io/api/",
|
|
248722
|
+
"pricing": "unknown",
|
|
248723
|
+
"keywords": []
|
|
248724
|
+
},
|
|
248725
|
+
{
|
|
248726
|
+
"id": "hytale-api",
|
|
248727
|
+
"name": "Hytale API",
|
|
248728
|
+
"description": "Hytale game news",
|
|
248729
|
+
"category": "Games",
|
|
248730
|
+
"auth": "None",
|
|
248731
|
+
"https": true,
|
|
248732
|
+
"cors": "unknown",
|
|
248733
|
+
"link": "https://hytale-api.com/",
|
|
248734
|
+
"pricing": "unknown",
|
|
248735
|
+
"keywords": []
|
|
248736
|
+
},
|
|
248737
|
+
{
|
|
248738
|
+
"id": "osrs-api",
|
|
248739
|
+
"name": "OSRS API",
|
|
248740
|
+
"description": "Old School RuneScape",
|
|
248741
|
+
"category": "Games",
|
|
248742
|
+
"auth": "None",
|
|
248743
|
+
"https": true,
|
|
248744
|
+
"cors": "unknown",
|
|
248745
|
+
"link": "https://oldschool.runescape.wiki/w/API",
|
|
248746
|
+
"pricing": "unknown",
|
|
248747
|
+
"keywords": []
|
|
248748
|
+
},
|
|
248749
|
+
{
|
|
248750
|
+
"id": "pok-mon-tcg-api",
|
|
248751
|
+
"name": "Pok\u00e9mon TCG API",
|
|
248752
|
+
"description": "Pok\u00e9mon Trading Card Game",
|
|
248753
|
+
"category": "Games",
|
|
248754
|
+
"auth": "None",
|
|
248755
|
+
"https": true,
|
|
248756
|
+
"cors": "unknown",
|
|
248757
|
+
"link": "https://pokemontcg.io/",
|
|
248758
|
+
"pricing": "unknown",
|
|
248759
|
+
"keywords": []
|
|
248760
|
+
},
|
|
248761
|
+
{
|
|
248762
|
+
"id": "yu-gi-oh-api",
|
|
248763
|
+
"name": "Yu-Gi-Oh! API",
|
|
248764
|
+
"description": "Yu-Gi-Oh! card database",
|
|
248765
|
+
"category": "Games",
|
|
248766
|
+
"auth": "None",
|
|
248767
|
+
"https": true,
|
|
248768
|
+
"cors": "unknown",
|
|
248769
|
+
"link": "https://db.ygoprodeck.com/api-guide/",
|
|
248770
|
+
"pricing": "unknown",
|
|
248771
|
+
"keywords": []
|
|
248772
|
+
},
|
|
248773
|
+
{
|
|
248774
|
+
"id": "rentberry",
|
|
248775
|
+
"name": "Rentberry",
|
|
248776
|
+
"description": "Rental property data",
|
|
248777
|
+
"category": "Real Estate",
|
|
248778
|
+
"auth": "apiKey",
|
|
248779
|
+
"https": true,
|
|
248780
|
+
"cors": "unknown",
|
|
248781
|
+
"link": "https://rentberry.com/api",
|
|
248782
|
+
"pricing": "unknown",
|
|
248783
|
+
"keywords": []
|
|
248784
|
+
},
|
|
248785
|
+
{
|
|
248786
|
+
"id": "whoisxml",
|
|
248787
|
+
"name": "WhoisXML",
|
|
248788
|
+
"description": "Domain WHOIS data",
|
|
248789
|
+
"category": "Utilities",
|
|
248790
|
+
"auth": "apiKey",
|
|
248791
|
+
"https": true,
|
|
248792
|
+
"cors": "unknown",
|
|
248793
|
+
"link": "https://www.whoisxmlapi.com/",
|
|
248794
|
+
"pricing": "unknown",
|
|
248795
|
+
"keywords": []
|
|
248796
|
+
},
|
|
248797
|
+
{
|
|
248798
|
+
"id": "url-shortener-api",
|
|
248799
|
+
"name": "URL Shortener API",
|
|
248800
|
+
"description": "Shorten URLs",
|
|
248801
|
+
"category": "Utilities",
|
|
248802
|
+
"auth": "apiKey",
|
|
248803
|
+
"https": true,
|
|
248804
|
+
"cors": "unknown",
|
|
248805
|
+
"link": "https://t.ly/docs",
|
|
248806
|
+
"pricing": "unknown",
|
|
248807
|
+
"keywords": []
|
|
246730
248808
|
}
|
|
246731
248809
|
],
|
|
246732
248810
|
"categoryCount": 30
|