Legal sources with official primary sources

Printed ·

Skip to main content
Skip to the answer

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.json

The 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.

The views in the package

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.