Commit Graph

5353 Commits

Author SHA1 Message Date
Astro_mike 0545b3d951 Merge pull request #7336 from deepshekhardas/add-mygene-info-api
feat: Add MyGene.info API
2026-09-13 18:41:05 +05:30
Astro_mike 6f4a30b195 Merge pull request #7324 from Hugo0/add-swarmmemo
Add SwarmMemo API
2026-09-13 15:47:41 +05:30
Astro_mike 9fc357c578 Merge pull request #7327 from MortenIms1982/add-globalentity
Add GlobalEntity API
2026-09-13 15:45:52 +05:30
Astro_mike 3287580e50 Merge pull request #7328 from googio/feat/serply-search
Add Serply API
2026-09-13 15:44:02 +05:30
Astro_mike 5772050a33 Merge pull request #7329 from lnanology/master
Add XFINLAB API
2026-09-13 15:42:54 +05:30
Astro_mike 221ba91e9d Merge pull request #7331 from fstandhartinger/add-pdfmint
Add PDFMint API
2026-09-13 15:41:14 +05:30
Astro_mike fdf8a27999 Merge pull request #7342 from iwdri/add-kontragentpro
Add KontragentPro API
2026-09-13 15:38:08 +05:30
Astro_mike 2dd54f484e Merge pull request #7348 from DrMkdaddy/add-stanza-dscsa-verifier
Add Stanza DSCSA Verifier API
2026-09-13 15:32:00 +05:30
Astro_mike 1921c0ab06 Merge pull request #7349 from akarca/add-unblock-master-ip-api
Add Unblock Master IP API
2026-09-13 15:30:22 +05:30
Astro_mike 3d9f7c8e39 Merge pull request #7350 from THE-KIPDEV/add-inboxsink
Add inboxsink API
2026-09-13 15:29:18 +05:30
Astro_mike bcb6eb1df3 Merge pull request #7351 from htristram/add-trustydata-api
Add TrustyData API
2026-09-13 15:27:52 +05:30
Astro_mike df2cf55adc Merge pull request #7352 from zuozhu625/add-coinnudge
Add CoinNudge API
2026-09-13 15:26:06 +05:30
zuozhu625 56a2b672cb Add CoinNudge API to Cryptocurrency 2026-09-13 16:24:30 +08:00
Hervé TRISTRAM 742770aa9d Add TrustyData API to Geocoding
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0146jD9fDqNtHNZzTjB7RS6o
2026-09-13 10:10:28 +02:00
KIPDEV 6ec34fe593 Add inboxsink API to Email
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UzYjYTiK9zLmVqLpLKUPA8
2026-09-13 09:58:24 +02:00
Noor Mkdad df03a44094 Add Stanza DSCSA Verifier API to Health 2026-09-12 21:51:57 -07:00
Serdar Akarca 5195c437c5 Add Unblock Master IP API to Geocoding 2026-09-13 03:03:14 +03:00
kontragentpro f9b3128e73 Add KontragentPro to Business 2026-09-13 03:39:38 +07:00
Astro_mike b6909a7a32 Merge pull request #7341 from mbilalawan926-sys/mbilalawan926-sys-patch-1
Add Best Temp Mail API
2026-09-13 01:37:08 +05:30
Astro_mike 35f72a5ffb Merge pull request #7337 from deepshekhardas/add-knmi-api
feat: Add KNMI API
2026-09-13 01:35:03 +05:30
Astro_mike c78bd26589 Merge pull request #7338 from deepshekhardas/add-meteo-france-api
feat: Add Meteo-France API
2026-09-13 01:10:08 +05:30
mbilalawan926-sys 2611b5accc Add Best Temp Mail API 2026-09-13 00:38:19 +05:00
Astro_mike 51d692f402 Merge pull request #7339 from team-windsock/add-windsock
Add Windsock API
2026-09-13 01:05:57 +05:30
Astro_mike b1f28daa66 Merge pull request #7340 from SaltyTaro/add-arcnautical-api
Add ArcNautical API
2026-09-13 01:00:09 +05:30
SaltyTaro 2b58bc2121 Add ArcNautical API 2026-09-12 20:52:05 +05:30
Windsock b0f9be83fe Add Windsock API 2026-09-12 06:52:59 -07:00
deepshekhardas c32e2511e9 feat: Add Meteo-France API
Add Meteo-France weather API to Weather, alphabetically
between Meltema and Meteorologisk Institutt.

Auth: apiKey, HTTPS: Yes, CORS: Unknown.
2026-09-12 13:57:49 +05:30
deepshekhardas 28958c06f5 feat: Add KNMI API
Add KNMI Dutch weather API to Weather, alphabetically
between IPMA and Meltema.

Auth: apiKey, HTTPS: Yes, CORS: Unknown.
2026-09-12 13:56:34 +05:30
deepshekhardas 69758c8937 feat: Add MyGene.info API
Add MyGene.info gene annotation API to Science & Math,
alphabetically between Minor Planet Center and NASA.

Auth: No, HTTPS: Yes, CORS: Yes.
2026-09-12 13:54:53 +05:30
fstandhartinger eceea06d2c Add PDFMint to Documents & Productivity
HTML, Markdown or a URL to PDF or PNG. Free tier of 10 documents a
month with no card, and a demo endpoint that needs no key at all.

Auth, HTTPS and CORS were each checked against the live API rather
than copied from the marketing page: POST /v1/pdf returns 401 without
a key (apiKey), the host is HTTPS only, and no Access-Control-Allow-Origin
header is sent on either a preflight or a normal response, so CORS is No.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-12 07:25:11 +00:00
lnanology c6370125f8 Update README.md 2026-09-12 13:03:02 +08:00
serply adac1646c1 Add Serply API to Development 2026-09-11 20:37:44 -04:00
MortenIms1982 6dd671c673 Add GlobalEntity to Business 2026-09-12 00:18:32 +02:00
Hugo Montenegro 57f86970a7 Add SwarmMemo to Social
Claude-Session: https://claude.ai/code/session_01RBc9XxwYgWpXL4Nmj7hw3F
2026-09-11 18:57:07 +01:00
Astro_mike 7ee71f04dd Merge pull request #7302 from busybusybussiness/add-uk-legislation-changes
Add UK Legislation Changes — Government
2026-09-11 03:27:17 +05:30
Astro_mike 22da8f35d4 Merge pull request #7306 from VenkataRatnamOleti/add-screenshot-studio
Add Screenshot Studio API
2026-09-11 03:18:13 +05:30
Astro_mike b2eeddaec9 Merge pull request #7309 from trendsmcp/add-trendsmcp-api
Add TrendsMCP API
2026-09-11 03:16:53 +05:30
Astro_mike 4e9a0a1d59 Merge pull request #7310 from hzagaming/add-smithsonian-open-access-api
Add Smithsonian Open Access API
2026-09-11 03:15:47 +05:30
hzagaming 23e87642f9 Add Smithsonian Open Access API 2026-09-11 00:22:20 +08:00
Trends MCP 4fa8038e54 Add TrendsMCP API to Social
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-10 11:01:06 -04:00
VenkataRatnamOleti 0fe6af0858 Add Screenshot Studio to Photography 2026-09-10 10:30:05 +05:30
VenkataRatnamOleti b663dff8bb Add Screenshot Studio to Photography 2026-09-10 10:20:42 +05:30
Astro_mike 8d3f99c8da Merge pull request #7274 from CircuitSavage/add-peak-api
Add Peak API
2026-09-10 03:10:11 +05:30
Astro_mike cde02e021f Merge pull request #7290 from deepshekhardas/add-nuget-api
feat: add NuGet API
2026-09-10 03:05:01 +05:30
Astro_mike 6ac52baf4e Merge pull request #7296 from secury-software/add-bucketlist-dream-of-day-api
Add Bucketlist Dream of the Day API
2026-09-10 02:59:23 +05:30
Astro_mike ef3ec26fca Merge pull request #7293 from rafiksalama/add-wheelwise-api
feat: add Wheelwise API
2026-09-10 02:56:30 +05:30
Astro_mike e39074e392 Merge pull request #7294 from prq1996/patch-1
Add EstimateTax API
2026-09-10 02:53:41 +05:30
Astro_mike a830545b22 Merge pull request #7295 from EmirVatric1/add-tohuman-api
Add ToHuman API
2026-09-10 02:51:57 +05:30
Astro_mike f50377107d Merge pull request #7298 from ctrl-maud/add-slashyear
Add SlashYear API
2026-09-10 02:51:02 +05:30
Astro_mike a5fc12b532 Merge pull request #7300 from dmitrysereda/add-postproxy
Add Postproxy API
2026-09-10 02:50:03 +05:30