Sources API
GET /v1/sources (public)
List active sources with last-fetch metadata.
curl https://api.aiactradar.com/v1/sources | jq Response
{
"sources": [
{
"id": "eurlex",
"name_en": "EUR-Lex",
"name_de": "EUR-Lex",
"base_url": "https://eur-lex.europa.eu",
"fetch_strategy": "sparql",
"last_success_at": 1714000000000,
"consecutive_failures": 0
},
...
],
"disclaimer": "Information only — not legal advice."
} GET /v1/health (public)
Pipeline health.
curl https://api.aiactradar.com/v1/health | jq GET /v1/topics (public)
Returns the topic taxonomy. See topics.