The direct connection: the entire jurisdiction in one call
A single, versioned call returns the register, the authorities, the acts, the questions, the agent requirements, the provenance, the change history and the embedding corpus for one country. The structure is identical across all seven countries, so a machine writes its decoder once and never crawls the addresses.
novacopilot-direct-jurisdiction · direct-v1.0.0 · 7 countries
Call and parameters
GET https://legal.exploreworldai.comhttps://legal.exploreworldai.com/api/public/v1/direct/jurisdiction?country={se|no|dk|fi|uk|fr|de}
&lang={native|en|both}
&embeddings={true|false}
GET https://legal.exploreworldai.com/api/public/v1/direct/manifest.jsonThe jurisdictions
The same package format for every country. The publisher is whoever publishes the source, and the read date is the day we read the register against that source.
52 acts · 22 authorities · 10 questions · read 2026-09-10 · register version se-questions-v1.0.0
21 acts · 12 authorities · 12 questions · read 2026-09-09 · register version no-register-v1.1.0
18 acts · 10 authorities · 12 questions · read 2026-09-10 · register version dk-register-v1.0.0 · agent layer: ja
19 acts · 10 authorities · 12 questions · read 2026-09-10 · register version fi-register-v1.0.0 · agent layer: ja
24 acts · 12 authorities · 12 questions · read 2026-09-10 · register version uk-register-v1.0.0 · agent layer: ja
11 acts · 12 authorities · 12 questions · read 2026-09-21 · register version fr-register-v1.0.0 · agent layer: ja
12 acts · 12 authorities · 16 questions · read 2026-09-21 · register version de-register-v1.0.0 · agent layer: ja
The views in the package
- registry, Registrets metadata: bas, version, läsdatum och adressegment.
- areas, Fagområdena med rubrik och ingress.
- authorities, Myndigheterna med roll, ansvar, lagrader och officiell adress.
- acts, Lagraderna med officiell korttitel, beteckning, myndighet, källa och hash.
- questions, Frågeraderna med kort svar, paragrafstöd och källa.
- agent, Kraven per roll och systemtyp, deterministiskt och utan modell.
- provenance, Utgivare, läsdatum, registerversion och citatmening.
- diff, Ändringarna och hur registret versioneras.
- embeddings, Texten som ska vektoriseras, med stabilt id och hash.
- links, Adresserna till sidorna, kartorna och utgivaren.
Provenance
Varje rad bär utgivarens egen adress och det datum vi läste raden. Ingen lagtext återges. Every row carries the publisher's own address and the date the row was read. No statutory text is reproduced. The citation form is fixed, so an engine can quote the source verbatim:
NovaCopilot, {land} register, {adress}, läst {datum}/api/public/v1/freshness reports the freshness of every layer, with read date, next check and cadence.
Change monitoring
Registret versioneras som helhet, och daterade händelser ligger i ändringsjournalen. The register is versioned as a whole, and dated events live in the change journal. A fetcher queries the change feed with its latest day and receives only what has moved since. One call per day is enough. /api/public/v1/changes/since.
Embeddings
Vi levererar texten, inte vektorerna, så mottagaren väljer modell själv. Id och hash är stabila mellan byggen. We deliver the text to be vectorised, not the vectors, so the recipient picks the model. Every chunk carries a stable id and a hash that survives between builds. The parameter embeddings=false returns the package without the chunks. /api/public/v1/embeddings.
Examples
curl "https://legal.exploreworldai.comhttps://legal.exploreworldai.com/api/public/v1/direct/jurisdiction?country=de&lang=native" curl "https://legal.exploreworldai.comhttps://legal.exploreworldai.com/api/public/v1/direct/jurisdiction?country=fr&lang=both&embeddings=false" curl "https://legal.exploreworldai.com/api/public/v1/direct/manifest.json"
The surface is open, without a key. The answers are deterministic: the same call and the same register version return the same answer. No advice and no compliance decision: the source decides, not us.