From 758f91dbf3ab66f8053b27c8241a7a6fbdecc40d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?As=C4=B1m=20=C3=9Cnl=C3=BC?= <103200640+Awesome28208@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:32:18 +0300 Subject: [PATCH] Add AI Law Tracker and other government APIs to README Adds AI Law Tracker to the Government section. - Free public API with a free tier (no device/service purchase required). - HTTPS supported; documented at https://ai-law-tracker.com/developers - Read-only JSON over an audited AI-regulation dataset (US state + federal, EU, global), CC BY 4.0. - Single entry, alphabetical order preserved, description under 100 characters. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d6d4a40..b080b40f 100644 --- a/README.md +++ b/README.md @@ -1121,6 +1121,7 @@ API | Description | Auth | HTTPS | CORS | ### Government API | Description | Auth | HTTPS | CORS | |:---|:---|:---|:---|:---| +| [AI Law Tracker](https://ai-law-tracker.com/developers) | AI regulation laws by jurisdiction (US, EU, global) as read-only JSON; free tier | apiKey | Yes | Unknown | | [Bank Negara Malaysia Open Data](https://apikijangportal.bnm.gov.my/) | Malaysia Central Bank Open Data | No | Yes | Unknown | | [BCLaws](https://www.bclaws.gov.bc.ca/civix/template/complete/api/index.html) | Access to the laws of British Columbia | No | No | Unknown | | [Brazil](https://brasilapi.com.br/) | Community driven API for Brazil Public Data | No | Yes | Yes |