Loading public content...
Base URL: https://ai-regulation-watch.caesar.no/api/v1
GET /api/v1/countries?status=in_force®ion=europe&limit=50&offset=0
GET /api/v1/countries/DE
GET /api/v1/regulations?country=DE&status=proposed&tag=transparency
GET /api/v1/regulations/DE-some-id
GET /api/v1/timeline?country=DE&since=2026-01-01
GET /api/v1/search?q=ai%20act&limit=20
Response shape: { data, meta: { total, limit, offset } }
Rate limit: 60 requests per minute per IP. CORS enabled: Access-Control-Allow-Origin: *.
curl "https://ai-regulation-watch.caesar.no/api/v1/countries"
{
"data": [{ "code": "DE", "name": "Germany" }],
"meta": { "total": 1, "limit": 50, "offset": 0 }
}